Long variables

Status
Not open for further replies.

divra

New Member
Messages
13
Reaction score
0
Points
0
I need to get really long variables from $_GET, do I need PHP ver. 3? I made a page to test it (here) and it seems like the limit is 512 characters. I have ver. 2 now.
Also, I can't quite figure out what command to use for cron jobs, I want to run a php script.

Thanks
 

Bryon

I Fix Things
Messages
8,149
Reaction score
101
Points
48
Should be fixed! For some reason the configuration directives for that setting were missing, so it defaulted to 512.

For crons, use a command similar to this:
Code:
php-cron -q /path/to/script.php

Do you need any further help?
 
Last edited:
Status
Not open for further replies.
Top