Quote:
Originally Posted by Gunderak
I don't really understand but I think you could just do for the input null part:
PHP Code:
if(!input) return;
|
The only reason why I can't do this ... well I can do it but still need the other part is
someone might put client.peanuts = 12 in the input..
Well if the variable 'peanuts' does not exist, it probably shouldn't be used lol...
So it will still have an input but that isn't the question right now but is for the second part, thank you for attempting to help!! Not quite what I was going for though.
I might have to have it search through the clients current strings/variables that exist...