Jump to content

" in my script that i need to sort!


iceblox

Recommended Posts

Hi Guys,

 

Im trying to find out how to change a " into " but im not sure how to go about it;

 

I thought this was achieved by using htmlspecialchars() but it doesnt seem to be doing the job.

 

Is someone able to point out where i may be going wrong please?

 

This is what i have so far;

 

$val = htmlspecialchars($value, ENT_QUOTES);

Link to comment
https://forums.phpfreaks.com/topic/160911-in-my-script-that-i-need-to-sort/
Share on other sites

Im not testing it in the browser as that of code is being using in an insert.

 

For example i have this string

 

Elonex 10" Screen

 

I use code that i posted and in the mysql its being posted as Elonex 10 and thats it..

 

Do you think it may be a problem with my insert?

 

Thanks, Phil

 

 

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.