Current location: Hot Scripts Forums » Programming Languages » PHP » Database display


Database display

Reply
  #1 (permalink)  
Old 10-27-03, 02:57 PM
egcreative egcreative is offline
New Member
 
Join Date: Oct 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Angry Database display

I am trying to display information from a database. I have a field with a big log numbers ex:121948908420. I need to know how to display only the first 8 numbers ex:12194890.....

Please help
Reply With Quote
  #2 (permalink)  
Old 10-28-03, 08:33 PM
Jackal05 Jackal05 is offline
Newbie Coder
 
Join Date: Sep 2003
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
You will have to set a limit for that. I don't have the limit query part now but in PHPMyAdmin when it displays all the data it has a limit part copy and modify it.
Reply With Quote
  #3 (permalink)  
Old 11-02-03, 02:16 AM
rmurdo rmurdo is offline
Newbie Coder
 
Join Date: Jul 2003
Posts: 54
Thanks: 1
Thanked 0 Times in 0 Posts
First 8..

Quote:
Originally Posted by egcreative
I am trying to display information from a database. I have a field with a big log numbers ex:121948908420. I need to know how to display only the first 8 numbers ex:12194890.....

Please help
$somevar = substr($somevar,0,7);

That should do it for ya...

Rob
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Share database over the Internet nitinkedia The Lounge 2 11-20-03 02:07 PM
SQL database registration form help vinhkhuong PHP 3 10-10-03 03:49 AM
tracking down a database problem ... bjmcintosh ASP 1 08-29-03 07:52 AM
Share database over the internet nitinkedia PHP 0 07-11-03 12:22 AM
Share database over the Internet nitinkedia New Members & Introductions 1 07-10-03 02:50 PM


All times are GMT -5. The time now is 07:17 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.