View Single Post

  #1 (permalink)  
Old 12-22-2003
Matt Matijevich
 
Posts: n/a
Default RE: [PHP] Parse error in mysql_query()

[snip]
Sorry, should have mentioned that I tried quoting them already. That
gives a T_VARIABLES parse error.

Thanks for the reply,
Tyler
[/snip]

What happens if you comment out the mysql statement and just echo the
variables?

echo $_POST[domainregister_domain$i]
$_POST[domainregister_type$i]....;
Reply With Quote