I just recently started to learn PHP, but now when I need to create one function I don't know how to.
<html> <body> <?php function visitPage() ?> </body> </html>
I just got this far. Sorry.
The idea which I wanted to create is to create a script which goes to page not like redirect but like visits it in background or I know in HTML it is possible to do like this <img src="http://www.page.com/title.html" /> and it will visit the page.
How to create a script in PHP like that? And the reason why I just don't use the example above is because I want to make a parameter that script visits the page 4 time, the next page 1 time.
Edited by pormadori, 05 May 2009 - 08:13 AM.


Sign In
Create Account


Back to top










