Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to fill HTML forms automatically

Status
Not open for further replies.

MarcelBootsman

Programmer
Jul 6, 2000
3
NL
Here's my problem.<br><br>I got some data from my own HTML form and i want to transport that data to a page that I can not edit. Is that possible to do with PHP, or do I have to find the solution somewhere else ?<br><br>Marcel Bootsman<br><A HREF="mailto:m.bootsman@fnmail.com">m.bootsman@fnmail.com</A><br>
 
Marcel,<br><br>if you know the variables of this other form the send them with the URL. You will have an idea, when looking to the HTML source, they will be in the name attribute of the input tag. Just have a look at the Address field in your browser. You see something like:<br><br><A HREF=" TARGET="_new"> can see only if you are logged in as a member of ths site. It will give a value for SQID and SPID to the script.<br><br><br>Andreas
 
I know:<br>GET form can I do like this:<br>&lt;a href=&quot;dd.php?day=4&quot;&gt;Next day&lt;/a&gt;<br><br>Can I do that somehow with <b>POST</b> form?<br>Thanks.<br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top