OK, I know I am an idiot for using Adobe GoLive, but what can I say? When you are finished with the flamethrowers, please somebody help me out here.
I am trying to create a simple page with a form that will query a MYSQL db and return the results in a table on the same page.
I have been working through a GoLive tutorial and have done all it suggests, but GLive is not delcaring one of the variables correctly and I cannot find the error or recognize the correct syntax.
When I parse the page in my browser I get this error message:
"<ERROR Number="8" Description="Error: "Undefined index: itemnum" on line 12"
Here is the code that it refers to:
$results = WrapMySQLDatabaseResults("products", "select * from products where itemnum = " . $GLOBALS["itemnum"] . "", "block=5","results");
When I parse the page in my browser I get this error message:
Can anybody help a newbie out here?