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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
pelegk2
Forum Regular
Posts: 633
Joined: Thu Nov 27, 2003 5:02 am
Location: Israel - the best place to live in after heaven
Contact:

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

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

[php_man]addslashes[/php_man]()?
Post Reply