So, I created a little table with some server scripts which pretty much just shows what it does.
However, when I load the page I get a warning:
Constants may only evaluate to scalar values
link
The page is nothing special I'm just going through some steps to sort out a problem with another script of mine and decided to do other work while I'm at it, hence the table.
Line 60 is essentially the first line of the table, or better yet:
I've done some reseach and from what I can see, the problem lies with having an old/outdated version of PHP.
Is there any way in which this can be fixed without having to change the define(s)??
---------- Post added at 09:33 AM ---------- Previous post was at 05:06 AM ----------
bump
However, when I load the page I get a warning:
Constants may only evaluate to scalar values
link
The page is nothing special I'm just going through some steps to sort out a problem with another script of mine and decided to do other work while I'm at it, hence the table.
Line 60 is essentially the first line of the table, or better yet:
PHP:
define('argv', $_SERVER['argv']);
Is there any way in which this can be fixed without having to change the define(s)??
---------- Post added at 09:33 AM ---------- Previous post was at 05:06 AM ----------
bump
Last edited: