Ok, I have this script that works on one server, and not on another. The script relies heavily on the time/date down to the second.
On the server that the script works on. The script shows a date like
05/05/26 18:37:14
look perfect? good, because it is.
Now, on the server that I need the script to work on.. The script shows the date like
05/-0/5- 26: 2:0:
What's going on? I dunno. It seems that a "-" mark is randomly put in and all the numbers are pushed over.
Both scripts are exactly the same and so are the databases. So whats the problem? Probably the two servers output the date/time in different ways. Now, I cannot change the way the server outputs the date/time, so the script must be adjusted to accept the way this server outputs the information.
So basicaly I don't know php, so I'll pay whoever can fix this problem 150NP$
I really need this, so please help!!
On the server that the script works on. The script shows a date like
05/05/26 18:37:14
look perfect? good, because it is.
Now, on the server that I need the script to work on.. The script shows the date like
05/-0/5- 26: 2:0:
What's going on? I dunno. It seems that a "-" mark is randomly put in and all the numbers are pushed over.
Both scripts are exactly the same and so are the databases. So whats the problem? Probably the two servers output the date/time in different ways. Now, I cannot change the way the server outputs the date/time, so the script must be adjusted to accept the way this server outputs the information.
So basicaly I don't know php, so I'll pay whoever can fix this problem 150NP$
I really need this, so please help!!
















