If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > PHP > PHP practice

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-25-04, 02:37
popskie popskie is offline
Registered User
 
Join Date: Oct 2004
Location: In cousin's house
Posts: 303
PHP practice

hi,

can tell me how make button or textbox in my PHP website?


Thanks...
Beginners.
Reply With Quote
  #2 (permalink)  
Old 11-25-04, 07:25
Sudar Sudar is offline
Registered User
 
Join Date: Jul 2004
Location: Mars
Posts: 137
Thumbs up

For creating a button or textbox, you will be using just plain html and not PHP ..

for button it is
<input type = "button" name = "buttonname" value = "Lable">

for textbox it is
<input type = "text" name = "textname" value = "initial value">
__________________
Sudar

--
My Blog
Reply With Quote
  #3 (permalink)  
Old 11-25-04, 20:10
popskie popskie is offline
Registered User
 
Join Date: Oct 2004
Location: In cousin's house
Posts: 303
thanks

hi,
Thanks for the big help.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On