added [ ($3 == +) || ($3 == -) || ($3 == *) || ($3 == /) ] in ( if )
if the person didnt use on of these it will send a notice to him
You Can Only Use Numbers And ( +,-,*,/ )
I'm not sure about what gooshie meant but for me i preferred having a max height so when you had a snippet that was very long you wouldn't have to scroll that far to get to the comments section
yeah, i forgot to remove the asort() when i was testing. fixed. and to make it more dynamic(until i can figure out the control positioning) the url is passed through command line arguments
it's inherited from the timer class, I'm also working on a GUI version of this but positioning the controls seems to be a bit tricky to get them where i want them
I've been debugging it for a while, it may be something on your end? unless anyone else is getting the same error
is your version configured for CLI? type "php -v" from the command prompt it should say PHP x.x.x (cli)
@[Plornt] you can't access the DOM through the command line to run multiple you can run multiple processes i might add that later if this gets enough of a response
it follows the same basic syntax as mIRC, timer(interval, repitition) where interval is the interval between executions and repitition is the number of times its repeated(n<1 for infinite), also you can queue multiple callbacks to one timer by using add() method, i forgot to mention it in the example but you can also pass parameters in an array as a second param for add(). exec() simply executes the timer
it also throws an error if you create a timer that will take longer than max_execution_time allows the script to run for
Code
Code