Jump to content

PHP Repeater


Recommended Posts

Hi guys.

Basicly, I want the file to go to the very first line after it is "Done".

If its not possible to go to the first line, calling a XPTO.php file would also work. This way I would call the same file (the one that is running) and the effect would be the same as going to the first line.

Any help? I suck at programming!

Let me know if I didn't explain myself too well.

Link to comment
Share on other sites


  • 3 weeks later...

I don't know :whistle:

Make a function called something and then call it at the end of the script again

function hello() {

//THE THING YOU WANT TO LOOP
echo "<p>Hey how are you doing?!";
echo "<br />What is your name</p>";
hello();
}

hello();

Edited by spinFIRE
Link to comment
Share on other sites

  • 2 weeks later...
  • 4 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...