View Single Post
  #8  
Old 04-12-2012, 06:24 PM
Devil_Lord2 Devil_Lord2 is offline
David K?
Devil_Lord2's Avatar
Join Date: Apr 2011
Location: PA, MD.
Posts: 643
Devil_Lord2 can only hope to improve
Quote:
Originally Posted by Gunderak View Post
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...
__________________

Digital Media Artist - David K? </3 (UnLoved)
www.davidkrout.com
www.twitch.com/DavidKkz




Last edited by Devil_Lord2; 04-12-2012 at 07:03 PM..
Reply With Quote