06212006 0958 GMT-6 Ok. I figured it out. The reason I was getting this problem was, two pages before this page was sending the values as "'.$_POST['fname'].'" so my text box was actually posting the right thing.
Ok. Im good. On with the coding. Thanks for the help. Wade Wade Smart wrote: >06212006 0741 GMT-6 > >I checked and on this machine Magic Quotes was on. >I turned it off, restarted, and now > >value=" ' . $_POST['fname'] . ' " now produces >'.$_POST['fname'].' > > > >Mike Brandonisio wrote: > > > >>Hi, >> >>Is this being pulled from a Database? It looks like magic quotes are >>on and the single quotes are being escaped. >> >>I'm not sure what would be escaping your single quotes. Are you >>running this through some kind of cleaner function to prevent >>malformed entries? >> >>just to be clear value="'.$_POST['fname'].'" shows in source? >> >>but this \'.$_POST[\'fname\'].\' is what you see in the text field >>for the value with the escaped quotes? >> >>Sincerely, >>Mike >> >> >> >> > > > >Community email addresses: > Post message: [email protected] > Subscribe: [EMAIL PROTECTED] > Unsubscribe: [EMAIL PROTECTED] > List owner: [EMAIL PROTECTED] > >Shortcut URL to this page: > http://groups.yahoo.com/group/php-list >Yahoo! Groups Links > > > > > > > > > > [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> Yahoo! Groups gets a make over. See the new email design. http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/HKFolB/TM --------------------------------------------------------------------~-> Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
