02122003 1224 GMT-6

I have a question. When escaping characters, on the $_POST{x} do you need to escape this as well? This is a snippt of code but Im getting a Parse T error.

$form_block = "
<form method = \"POST\" action = \"db_createtable.php\">
<input type = \"hidden\" name = \"$_POST[table_name]\" value = \"$_POST[table_name]\">

Wade


--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to