Jump to content

Postdata question.


Recommended Posts

It depends on what are you doing or what do you want.

 

Let's look at the php manual:

 

From http://www.php.net/urldecode:

 

Description

string urldecode ( string $str )

 

Decodes any %## encoding in the given string.

 

From http://www.php.net/stripslashes:

 

Description

string stripslashes ( string $str )

 

Un-quotes a quoted string.

Link to comment
https://forums.phpfreaks.com/topic/164616-postdata-question/#findComment-868204
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.