Skip to main content
March 5, 2009
Question

Now using mysql 5 and my url query string for search results not working

  • March 5, 2009
  • 2 replies
  • 286 views
Hi I had this working using mysql and php 4 now upgraded and not doing its job. Not sure how to change this - looking for some ideas as I bind the url.

Example of one:

This topic has been closed for replies.

2 replies

March 6, 2009
Thanks David....
Inspiring
March 5, 2009
jjjhbj111 wrote:
> Hi I had this working using mysql and php 4 now upgraded and not doing its job.

Changing from MySQL 4 and PHP 4 won't make any difference to something
like this. The problem almost certainly lies elsewhere.

> (listingf.classcatid LIKE '%Category%' AND listingf.categorytype LIKE '%Type%')

The previous line looks wrong. Older versions of Dreamweaver used that
format, but newer ones omit the quotes around the variables.

(listingf.classcatid LIKE %Category% AND listingf.categorytype LIKE %Type%)

--
David Powers
Adobe Community Expert, Dreamweaver
http://foundationphp.com