I am inserting data into a database and i need to do the following string...
Text 1 t/a Text 2
do i need to use addslashes
function when inserting using PHP for the /
character?
I did try without and the addslashes function which inserts into the database fine however when i run a query in my visual basic program i get an error message saying Command Failed and i think its because of the /
character
Any help would be appreciated, thank you