![]() |
srand? Fatal error: Call to undefined function 1352483998() line 31
This code has worked for ages so am not sure what is wrong now.
Line 31 is the srand line: Code:
//function |
I added a + and now the script times out on this line:
while ($counter < $length) { $actChar = substr($validchars[$level], rand(0, strlen($validchars[$level])-1), 1); |
The error was my host's web editor saves the files and strips operators...at least strips the + operator from all code!!!!!
|
Quote:
+ is the replacement for a space character. your host’s web editor is just missing the escaping of sent content (I guess this is done through AJAX, as a regular form submit would take care of that). |
Quote:
|
| All times are GMT +1. The time now is 12:17 PM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.