Jump to content

[SOLVED] REPLACE()


jaymc

Recommended Posts

Im using replace to cut out various chars

 

However, I need to replace a bunch of chars, but not sure if replce supports this

 

I need to replace the following with NULL

 

.

'

"

,

 

Can replace take in an array of parameters, for instance, and Im using * as a fake seperator here

 

replace(field_name, ',*'*"*.', '')

 

I need it to work like that if possible, is there syntax for it...

Link to comment
https://forums.phpfreaks.com/topic/102602-solved-replace/
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.