simple question

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
fariquzeli
Forum Contributor
Posts: 144
Joined: Mon Jun 24, 2002 9:16 am
Location: Chicago
Contact:

simple question

Post 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.
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post 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
fariquzeli
Forum Contributor
Posts: 144
Joined: Mon Jun 24, 2002 9:16 am
Location: Chicago
Contact:

Post by fariquzeli »

Thanks, got rid of it and made my own stuff.
Post Reply