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
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