Page is a not externally linkable
- Code, Content, and Presentation
-- PHP Server Side Scripting
---- MySQL LIKE code not working in safari browser


AimyThomas - 4:21 am on Sep 12, 2012 (gmt 0)


Hello,

I am looking for database

PHP Code:

SELECT * FROM table_name WHERE event LIKE '%" . $search . "%' OR date LIKE '%”. $search . "%'

This works fine in Firefox and in IE, but when i try it in safari, it seems to pull up the right results but then straight away changes and gives me all the results from the table. I am sure it has soomething to do with the LIKE operator because when i tried

This script works fine in Firefox and in Chrom, but when i try it in safari browser, it seems to pull up the right results but then as the crow flies away changes and gives me all the results from the table.

I am sure it has something to do with the LIKE coad because when i tried

SELECT * FROM table_name WHERE date = (the date i was trying to search for)

Kindly provide me solutions

Thanks in advance


Thread source:: http://www.webmasterworld.com/php/4494068.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com