Search found 3 matches

by cobar
Sat Oct 17, 2009 5:21 am
Forum: PHP - Code
Topic: Parsing and sending text separately to another file
Replies: 1
Views: 125

Parsing and sending text separately to another file

Hi I have a file that contains a list of links in text, like this htxp://forums.devnetwork.net/11 htxp://forums.devnetwork.net/1 without the x The page source code looks like this <link>http://forums.devnetwork.net/11</link><br/> <link>http://forums.devnetwork.net/1</link><br/> I want to parse the t...
by cobar
Thu Jun 25, 2009 7:07 pm
Forum: PHP - Code
Topic: Sending a form to another site
Replies: 2
Views: 261

Re: Sending a form to another site

Thanks, but is still doesn't work as I wanted, this is the code it works but only with radio and I want the form to be submitted when I load the page, and I have tried to do this with java and doesn't work <form name="vote" action="http://www.mysite.com/vote.php" method="POS...
by cobar
Thu Jun 25, 2009 4:25 pm
Forum: PHP - Code
Topic: Sending a form to another site
Replies: 2
Views: 261

Sending a form to another site

Hi I want to send the content of a form, from one website to another but I cant find an example This is the form on the site that receives the data <form>                      <input type="radio" name="form" value="1" >Number</strong>      <input type="submit"...