[SOLVED] UPDATE not working...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

AliasBDI
Forum Contributor
Posts: 286
Joined: Fri Nov 15, 2002 10:35 am
Location: Spring, TX, USA

Post by AliasBDI »

That worked! I had bold tags in the form value like this:

Code: Select all

<input type="hidden" name="id" value="<b><?php echo $row_userINFO&#1111;'id']; ?></b>">
Not sure how they got there. But now the form works totally. Thanks a lot for all of your work at troubleshooting. THis was killing me. Do either of you do contract work? Hit me up on PM with some rates. I have some more issues to work out.
User avatar
tim
DevNet Resident
Posts: 1165
Joined: Thu Feb 12, 2004 7:19 pm
Location: ohio

Post by tim »

i hate to break in seeing mark did all the help, but I could do some part-time tasks for you.

i'm on AIM or you can email me, tim@theoryofevil.com

/ edit - in fear of mark, made correction
Last edited by tim on Thu Aug 26, 2004 8:43 pm, edited 2 times in total.
User avatar
markl999
DevNet Resident
Posts: 1972
Joined: Thu Oct 16, 2003 5:49 pm
Location: Manchester (UK)

Post by markl999 »

I only do contract killing but tim's ok even though he said the AOL word ;)
Glad you got it working eventually.
Post Reply