cetutnx1
New Member
- Messages
- 510
- Reaction score
- 0
- Points
- 0
I was wondering if i can do a function that be some thing like this
or if there is anything like a ini_set that do the same thing...
I haven't tryed anything but i read a lot in php.net mans but i haven't found anything that do something like this.
Thanks in Advance Gonzalo.
PHP:
funtion die_error () {
include("something.inc.php");
include("something2.inc.php");
include("something3.inc.php");
die();
exit;
}
I haven't tryed anything but i read a lot in php.net mans but i haven't found anything that do something like this.
Thanks in Advance Gonzalo.