View Single Post
  #3 (permalink)  
Old Jan 29th, 2008, 13:40
robbied72 robbied72 is offline
Up'n'Coming Member
Join Date: Sep 2007
Location: Wales, UK
Age: 35
Posts: 87
Thanks: 1
Thanked 0 Times in 0 Posts
Send a message via MSN to robbied72 Send a message via Skype™ to robbied72
Re: Get value from SQL string ?

The only Comment I will make to Monie's code is not to use reserved names like "name" but rather use something like "vName", I always use v's in front of variables to clearly denote them.

Have a look at this page for a list of reserved names - http://www.webthang.co.uk/tuts/tuts_...rds/rwords.asp

Hope this helps.
Reply With Quote