$result = mysql_query("SELECT * FROM cycles WHERE Upper(brand) LIKE '%$brandC%' AND type LIKE '%$typeC%'");
Above code not working, pls help.
The only thing that doesn't look right is the Upper
call.
no problem with the upper, managed to solve myself. Thank you very much for your reply.
Can you give me a database structure so i can help you..
thanks,
Ardy Satria
no problem with the upper, managed to solve myself. Thank you very much for your reply.
Can you tell us how you solved your problem ? Maybe it will help someone else having the same problem :)
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.