function GetSQLValueString($HTTP_POST_VARS)

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
Jugleni Jr
Forum Newbie
Posts: 2
Joined: Thu Sep 25, 2003 9:35 am

function GetSQLValueString($HTTP_POST_VARS)

Post by Jugleni Jr »

Somebody could say where is used this function GetSQLValueString($HTTP_POST_VARS)

Some link I to read on the function?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

That is a Macromedia Dreamweaver defined function, not a built-in PHP function. AFAIK, it is used by Dreamweaver in it's autogenerated code for dealing with forms using PHP.

Mac
Jugleni Jr
Forum Newbie
Posts: 2
Joined: Thu Sep 25, 2003 9:35 am

Post by Jugleni Jr »

twigletmac wrote:That is a Macromedia Dreamweaver defined function, not a built-in PHP function. AFAIK, it is used by Dreamweaver in it's autogenerated code for dealing with forms using PHP.

Mac
:) thank you :lol:
Post Reply