Page 1 of 1

simple question

Posted: Wed Jun 04, 2003 1:52 pm
by fariquzeli
GetSQLValueString

What does this actually do, I find it in my MySQL inserts and I tried to find out what it is doing exactly but I couldn't find anything on php.net or mysql.com. If anyone can just lend an explanation I'd appreciate it.

Posted: Wed Jun 04, 2003 3:00 pm
by twigletmac
From what I've seen it's a function that is set up by Dreamweaver, it's not one of PHP's own functions.

Mac

Posted: Wed Jun 04, 2003 3:23 pm
by fariquzeli
Thanks, got rid of it and made my own stuff.