Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
very very simple HTML/PHP problem
Name: Alirezan1 Date: August 11, 2004 at 19:33:13 Pacific OS: Linux/XP CPU/Ram: AMD
Comment:
Hello!
I am trying to write a script that retrieves the content of a submitted form to another script which does some de-related function on them. Now my problem is, I tried to use image buttons for SUBMIT action of the form. I have to have 3 buttons, they send the same information to the same script, and the script will use the name of the button attached to the URL to determine what to do. Now everytime I submit the form, the action returns the exact position of my click on the image as the url. Like this: .../testphp.php?delete%5B%5D=+9&addadmin.x=58&addadmin.y=7
addadmin.x=58&addadmin.y=7 change when I click on different position on the image. Now I can not retrieve this variables with my PHP function, it simply can not recognize these type of variables, I guess. Is there anything I am doing wrong? Why is this happening? Please help!
Summary: Hi, I have a very simple HTML Form that allows input of an email address and posts the email address to an ASP for further processing. When someone enters their email address, I need to add single quo...
Summary: Hello, Basically what I want to do is set up a page that will allow me to edit it without the need of a web editor. I want to set up a page with all of my links and add and delete these links online f...
Summary: Hi all, I am new to this group and PHP programming. I have a very simple question. I have a database where I want to store and display all images. I have inserted few images in the database and no...