Re: [PHP-WIN] Variables not retaining values

2004-11-06 Thread Michael Purdy
Anne On your keywords_delete_ask.php page what error does echo $_REQUEST['id']; Produce? Mike - Original Message - From: "Anne Shroeder" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 07, 2004 10:16 AM Subject: [PHP-WIN] Vari

[PHP-WIN] Variables not retaining values

2004-11-06 Thread Anne Shroeder
A very kind soul helped me a few months back with the problem of variables not being passed through forms (due to a setting in php.ini that the web hosting service will not change). Solution was to refer to the variable in the receiving page as $_POST["variablename"] That worked great! But now