Jump to content

[SOLVED] Cant $_GET numbers from URL


Niccaman

Recommended Posts

From die/exit section of the php manual -

 

If status is a string, this function prints the status just before exiting.

 

If status is an integer, that value will also be used as the exit status. Exit statuses should be in the range 0 to 254, the exit status 255 is reserved by PHP and shall not be used. The status 0 is used to terminate the program successfully.

 

You need to force a value to be a string for it to be printed.

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.