|
-
Apr 7th, 2005, 12:34 PM
#1
Thread Starter
Hyperactive Member
<resolved>post using hyperlink
hi, in html you can make a form that posts info to another page. can you post info from a hyperlink with out a form so you send info with out the user saying what to send.
Last edited by dandono; Apr 8th, 2005 at 05:42 PM.
If there is only one perfect person in the universe, does that make them imperfect?
-
Apr 8th, 2005, 01:42 AM
#2
Re: post using hyperlink
Only if the form accepts querystring parameters.
-
Apr 8th, 2005, 08:18 AM
#3
Thread Starter
Hyperactive Member
Re: post using hyperlink
what do you meen query string parameters? my form i would like to post to is a php page. i have allready made a form but i would like to get rid of the form and post the info to the php page using a hyperlink insted of the form. the form and the php file are here (http://dwsdev.ath.cx or http://dws05.ath.cx/dev) you enter a media file name in the text box and the php file sets a windows media player control's url value to what was posted.
If there is only one perfect person in the universe, does that make them imperfect?
-
Apr 8th, 2005, 08:24 AM
#4
Fanatic Member
-
Apr 8th, 2005, 04:14 PM
#5
Thread Starter
Hyperactive Member
Re: post using hyperlink
so all i got to do is put $link = $_GET['link']; into my php page?
thanks, it works.
Last edited by dandono; Apr 8th, 2005 at 04:18 PM.
If there is only one perfect person in the universe, does that make them imperfect?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|