Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more

Go Back   Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more > Web Programming > PHP Development
User Name
Password

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 12-24-2005, 03:26 PM   #1 (permalink)
goldfish
Junior Member
 
Join Date: Jul 2005
Posts: 27
Default Only display first 15 char's in field

I 've made a database with 3 fields one is an id_field, name_field, and one which is notes_field which can hold max. 55000 characters as memo field.

The input-form works fine.

But when I display the records in a table view it runs out of screen if there is alot of data in the notes field. Is it possible I can make a change to display only the first 15 characters of the field. What is the php code to do this?
goldfish is offline   Reply With Quote
Sponsored Links
Old 12-25-2005, 12:30 PM   #2 (permalink)
corey
Junior Member
 
Join Date: Jun 2005
Posts: 28
Default

Give this a try:

In this example table1 there are only two fields, one is rec_id and the second is NOTES and is a text field.

To truncate the notes text to 15 chars shown in the table view for the NOTES Field
LEFT(table1.NOTES, 15)

Query = "select table1.rec_id as 'Record ID', LEFT(table1.NOTES, 15) as 'NOTES' from table1";

hope this helps
corey is offline   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

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

Points Per Thread View: 1.00
Points Per Thread: 11.00
Points Per Reply: 5.00



» Sponsors

» Links

» Affiliates
Web Hosting
Online Backup Reviews
Marketing Find
Merchant Select
SiteMap Builder
Host Compare
Dedicated Servers

» Links

» Sports Network
Paintball Forum
Football Forum
Hockey Forum
Golf Forum
Boxing Forum
Lacrosse Forum
Baseball Forum
SnowBoarding Forum
Soccer Forum
MMA Forum


All times are GMT -4. The time now is 07:01 PM.



LinkBacks Enabled by vBSEO 3.0.0 RC8
Webmaster Forums