Jump to content

the & ambersand Sign


madcrazy1

Recommended Posts

a user types the ambersand into text field as

&

the xml page gets updated correctly because the ambersand symbol is correctly

formatted in the sql database as

&

but when user makes a request for that information, it returns the ambersand as a regular ambersand

so when user clicks submit again the ambersand gets sent to the database as

& and consequently outputs an error to the xml page.

 

I need to know how to return the ambersand from the sql database so it

echos

&

and NOT &

 

thank you

Link to comment
https://forums.phpfreaks.com/topic/71994-the-amp-ambersand-sign/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.