Search found 1 match

by vpinho
Wed Jun 23, 2004 4:57 am
Forum: PHP - Code
Topic: [SOLVED] Can't get variable to insert into MySQL from PHP
Replies: 11
Views: 626

Hi! I think I might help.

instead of :

GetSQLValueString($HTTP_POST_VARS['$filename'], "text"));

use:

GetSQLValueString($HTTP_POST_VARS['\$filename'], "text"));