Is there a "run" command in PHP?
Posted: Fri May 03, 2002 4:33 pm
Is there any sort of command that will run a script without the print() or echo command?
For instance,
if($this == true) {
"some code to run the rest of the script"
}
Thanks!
For instance,
if($this == true) {
"some code to run the rest of the script"
}
Thanks!