MySQL Forums
Forum List  »  PHP

Re: MM_Username insert into field
Posted by: Peter Brawley
Date: March 09, 2013 11:19AM

You are trying to modify code generated by DreamWeaver to have it add your field to a table of yours? That's a hard way to learn PHP-MySQL basics---such generated code usually embeds a lot of assumptions, and when you make changes to the code, you're likely to run afoul of those assumptions. Without seeing the whole DreamWeaver form (which would be too big to post in a forum like this), it's impossible to recommend a simple change that would make the change you wish without error.

If you want to learn PHP & MySQL, I'd suggest setting aside DreamWeaver until you've worked through a few basic PHP-MySQL tutorials.

Options: ReplyQuote


Subject
Written By
Posted
Re: MM_Username insert into field
March 09, 2013 11:19AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.