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: form method=post action="yourpage.html" input type=IMG name=REPLY value=submitimg src="ImageForReplies" input type=IMG name=DELETE value=submitimg src="ImageForDeletions" /FORM This would then pass any variables you

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

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