> Is there a way for me to tell my php script to start over? I > want to have an if then statement to check if something is > done. Then if it isn't I want the php script to start over. header( "location: $PHP_SELF" ); OR header( "location: $REQUEST_URI" ); if you are using a query string/GET variables Chris
- [PHP] Start you php script over?? Brandon Orther
- Re: [PHP] Start you php script over?? Chris Lee
- Boget, Chris