HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Text Box Value as PHP Variable
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Form
View previous topic :: View next topic  
Author Message
AlexNicol



Joined: 19 Sep 2008
Posts: 2

PostPosted: Fri Sep 19, 2008 6:57 am     Text Box Value as PHP Variable Reply with quote

Hi there

I've got a couple of queries and I might not be using the correct languages here, but I wondered if you could help with the following.

I have a HTML form that users fill in, the values from these boxes then get sent to PHP variables, which are then stored in a mysql database.

Other users then log in, and they can view the database values pinned back into the html form for printing.

I am looking to add a page to allow the editing of these records, and want to know if it is possible to have something like

Code:

 <input name="by" type="text" id="by" value='<? echo $by ?>' size="25">


so current values from the database appear in the text box which can be edited so when submit is pressed at the bottom of the page, I can again pass them to php variables and update the database.

Many thanks in advance for your help

Yrs

Alex
AlexNicol



Joined: 19 Sep 2008
Posts: 2

PostPosted: Fri Sep 19, 2008 7:07 am     Reply with quote

Sorted it

Code:

 <input name="by" type="text" id="by" value="<? echo $by; ?>" size="25">


a) missed the ;
b) its " not '

Yrs

Alex
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Form All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial