Omit characters from mysql query using php code
Posted: Tue Aug 14, 2007 7:27 am
Hi,
Lets say I sent a query and got a string for a specific field.
result:
a%
Is it possible to drop the % sign somehow using php before i echo the output?
tnx
Lets say I sent a query and got a string for a specific field.
Code: Select all
Select master_name From Teachingsa%
Is it possible to drop the % sign somehow using php before i echo the output?
tnx