Forum: MySQL Oct 11th, 2009 |
| Replies: 1 Views: 416 Hai,
I had a mysql database and it contain columns like "id" and "name".
I am using the following query for selecting a name with an id .
My code is
$row=mysql_select("SELECT * FROM... |
Forum: MySQL Oct 2nd, 2009 |
| Replies: 1 Views: 286 Hai,
I am developing a home appliances website. I had a detail database. Which stored the details of all the items in that shop. The columns are Id number, name, price, type, made, date.
When... |
Forum: MySQL May 21st, 2009 |
| Replies: 1 Views: 438 I had a mysql table with a field named "age". And I need to search it using php form. ie with two text fields called "age_from" and "age_to".
In simple words i want to do a search like this...
... |
Forum: MySQL Mar 19th, 2009 |
| Replies: 7 Views: 638 Hi i have created a website for my client using PHP and mysql . The client need to backup a table in database as excel file every day. Well he had no idea about coding and all ... He need to backup... |
Forum: MySQL Mar 2nd, 2009 |
| Replies: 5 Views: 945 Ok. I meant that it is not mandatory to select all the inputs. for example
User can search for "rent" by keeping district "all" type "all" and price "any"...
another one . User can search for... |
Forum: MySQL Mar 2nd, 2009 |
| Replies: 5 Views: 945 Hi i had a mysql database ( coading in php ) in my real estate web site. It had 4 columns.
1. for ( ie, buy or rent )
2. district
3. Type ( villa,house,.....)
5. price ( 1 lakh, 2lakh, 3 lakh... |
Forum: MySQL Jan 18th, 2009 |
| Replies: 3 Views: 617 hi i had a database table and one of its column is filled with hobbies of the users. ( eg: stampcollection, fishing, photography ). How to do a search in this column. I am using php. If visitor... |
Forum: MySQL Jan 14th, 2009 |
| Replies: 0 Views: 394 hi I am working in a online shopping website using php, MySql. And I had a detail database with me . Let me give some details
I had columns in my table.
ie 1. name of the product ( eg : 1 gb... |
Forum: MySQL Jan 9th, 2009 |
| Replies: 3 Views: 559 |
Forum: MySQL Jan 9th, 2009 |
| Replies: 3 Views: 559 hi, i had a mysql table and my friend make the database in excel file. Now I need to import my excel file into mysql table. Anyone help me how to do this ...
Thanks in Advance |