HTML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignHTML Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old June 2nd, 2000, 02:58 AM
catchallfly catchallfly is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2000
Posts: 2 catchallfly User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I am in the works of creating a site that relies heavlily on PHP and MySql. My question is, when I user the following code

<TD>Properties</TD>
<TD><Input Type=text Name=properties value=$properties</TD>
</TR>

within a page for administration purposes, the text gets truncated within the HTML.
ie.. properties should equal something like
"Florida State University" but it gets truncated (within the input tag) to "Florida". It's not a size problem or Database problem, because the correct value is extracted elsewhere, just an HTML Input box problem. Can anybody tell me how to correct it, without using a TEXT AREA tag?

Thanks,

Todd

Reply With Quote
  #2  
Old June 2nd, 2000, 05:55 AM
Shiju Rajan's Avatar
Shiju Rajan Shiju Rajan is offline
.Net Developer
Dev Shed Novice (500 - 999 posts)
 
Join Date: Feb 2000
Location: London
Posts: 987 Shiju Rajan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 26 m 22 sec
Reputation Power: 9
Send a message via MSN to Shiju Rajan Send a message via Yahoo to Shiju Rajan

<TD>Properties</TD>
<TD><Input Type=text Name=properties value=$properties</TD>
</TR>


You are missing ">" sign here (ie,you are not closing the input box.

<Input Type=text Name=properties value=$properties>

In php it should be:

<TD>Properties</TD>
<TD><Input Type=text Name=properties value="<? echo $properties?>"></TD>
</TR>




------------------
SR -
shiju.dreamcenter.net

"The fear of the LORD is the beginning of knowledge..."

Reply With Quote
  #3  
Old June 2nd, 2000, 12:28 PM
catchallfly catchallfly is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2000
Posts: 2 catchallfly User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
thanks,

That did the trick.

Todd

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignHTML Programming > Basic HTML Input Text Question


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway