You could make them on the same page with a PHP statement something like:

if ($Reply) {

//put your reply script here
}

elseif ($Delete) {

//put your delete script here
}

Just make sure the name and value of the input tags on the previous page 
are called Reply and Delete.

Best,
-Ben

At 03:02 PM 3/3/2001 +0000, george wrote:

>   Yes but it still goes to the same page,
>if i give the option to delete or reply would it not need to go to different
>pages one with the DELETE and the other to reply.
>However I am still very much a newbie so of anyone knows better(which is a
>certainy) then I would be delighted to listen..
>
>Thanks again
>
>george
>
>
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to