Re: [PHP] passing variables

2001-03-03 Thread Ben Weinberger
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:0

Re: [PHP] passing variables

2001-03-03 Thread Ben Weinberger
You could still use a form, but just have a very small one... something like: This would then pass any variables you wanted to the next page... -Ben At 03:49 PM 3/3/2001 +0100, Ernest E Vogelsinger wrote: >At 15:41 03.03.2001, george said: >[snip] > >

[PHP] fopen problem... maybe?

2001-02-20 Thread Ben Weinberger
Hi~ We're working on a page located at http://www.manageasy.com/request_offer.php3. The page comes up with a bunch of errors, and we don't know why-- the page worked on our old server, and we didn't change anything from there... we think it might be a permissions issue on the new server. Does