Forum: MySQL Apr 21st, 2007 |
| Replies: 6 Views: 6,851 Thanks Arty56 ,
When I execute the code I get this return in the browser
PREV "); } else { echo("PREV "); } $numofpages = $totalrows / $limit; for($i = 1; $i <= $numofpages; $i++) {... |
Forum: MySQL Apr 13th, 2007 |
| Replies: 6 Views: 6,851 Yes, product names will be very similar , prices different.
have multiple vendors , so I want the ability to perform a seach against the tables and have the Products shows via union all with the... |
Forum: PHP Apr 9th, 2007 |
| Replies: 3 Views: 10,482 Hi,
I'm trying to put together a PHP Ajax search against an mySQL database yet doesnt seem to work .. HELP!
I had to resort to using frameset which I dont really want to do.
what I'm... |
Forum: MySQL Apr 9th, 2007 |
| Replies: 6 Views: 6,851 Hi , I've been working on comparison query with PHP and MySql 5.0 yet not getting anywhere with it.
I'm trying to perform a search ( query )
I have several tables within the same database... |