Page 1 of 1

need help on converting a string send from server like iin a

Posted: Tue Jun 15, 2004 9:28 am
by pelegk2
i have this string :
"""[#Set_no:f8,#Set_name:8,#P_makat:6683,#PARIT:091012,#Material_name:"""." & QUOTE & "."""AC-518X/60"""." & QUOTE & ".""",#Store:23]""";
i need the same string to be sent to me in php from the server
how can i change it so it will work?>
thnaks in advance
peleg

Posted: Tue Jun 15, 2004 2:13 pm
by feyd
[php_man]addslashes[/php_man]()?