Putting commands into input containers in HTML is deprecated in the XHTML specification. You should use this instead in the input: readonly="readonly" Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com Jason Pruim wrote: > > On Aug 27, 2008, at 12:48 PM, Jason Pruim wrote: > >> > For everyone that has helped me on this thank you! :) the solution was > changing from: <input type="text" name="txtFName" DISABLED> to <input > type="text" name="txtFName" READONLY> Read only fields still get > passed with POST'ed info where as disabled does not. > > And yes I will be adding some prepared statements to prevent SQL > injections as I'm hoping this will be a VERY popular feature that will > be used by my company for quite a long time :) > > > -- > > Jason Pruim > Raoset Inc. > Technology Manager > MQC Specialist > 11287 James St > Holland, MI 49424 > www.raoset.com > japruim@xxxxxxxxxx > > > > > -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php