View Single Post
Old 03-22-2007, 11:48 PM  
galleryseek
Confirmed User
 
Industry Role:
Join Date: Mar 2002
Posts: 8,234
Quote:
Originally Posted by tical View Post
encode the variables before they go in... decode after they're out

and i think the eval() function will be useful

http://www.php.net/eval
so I "encode" the variables first with eval?

ie:

$php_coding = eval($_POST['php_coding');

$query = "INSERT INTO table (php_coding) VALUES ($php_coding)";

?
galleryseek is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote