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
Moderator: General Moderators
Code: Select all
Select master_name From Teachings