Hello
First off Happy holidays to all!!!!
I am trying to use a parmeter passed into a PHP script directly.
http://www.eteichertfineprints.com/l...=Grace%20Albee
hunk of script
PHP Code:
<?php include("includes/head.php");
$result=mysql_query("select * from images where artist_name = "$inartist" ");
and this is my error message
Parse error: parse error, unexpected T_VARIABLE in /home/eteicher/public_html/loadartist.php on line 2
so my question is can i use a parameter passed in to PHP script in a MYSQL statement?
Please forgive my newbieness.....
Thanks
Jimmy