if i use exit () after an if else statement, inside the exit parameters, is it possible to include an external file?
example: if { //do something exit (include config.php); }
is this possible?
Thanks
Dominic Son
Yes, it's possible. But why the hell didn't you just try it?