Forum Moderators: coopster

Message Too Old, No Replies

Sending a message to a server

Almost done

         

Adam5000

2:35 am on Oct 15, 2010 (gmt 0)

10+ Year Member



This works in Javascript but I'd like to do the same thing with PHP.

Help!

<script language="JavaScript" src="http://www.abc.com/auth/username/?action=pp">
</script>

arvind gupta

7:29 am on Oct 15, 2010 (gmt 0)

10+ Year Member



While I don't fully understand what you mean, I think this might be it:

file_get_contents('http://www.abc.com/auth/username/?action=pp');

rocknbil

3:52 pm on Oct 15, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Experiment with curl [us.php.net].