Banner

Sponsor

Login


Welcome Back!
Guest
Guest

Register

Lost your password?

55 users online



limit word?

limit word?

Currently viewing this thread: 1 (0 members and 1 guests)


FrontSideSkate

FrontSideSkate

Status: Offline!

limit word?

Can some one give me a code used in html, php java, what ever that will only put down a limited amount of characters on a font script? PLease help thanks

___________________

http://www.nhacks.com/gmail/gmail.php?mail=Y2hhZHdpY2swMQ%3D%3D

Upload your Image for FREE! - MyPhotoUpload.com

epyon

epyon

16, staying Asian.
Status: Offline!

font script?

http://www.php.net/substr

___________________

http://whatpulse.bounceme.net/sig/epyon.png

pixeltiger

pixeltiger

Neverside Newbie
Status: Offline!
PHP:

<?php 

$var 
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"// set variable 

$varlength strlen($var); // count number of characters 

$limit 10// set character limit 

if ($varlength $limit) { // if character number if more than character limit 

$var substr($var,0,$limit) . "..."// display string up to character limit, add dots 



echo 
$var// display variable 

?> 

I think you are talking about "limit characters"

___________________

http://pixel-tiger.com/img/sig.gif

FrontSideSkate

FrontSideSkate

Status: Offline!

Yeha that is perfect... I using it as like a preview for my review section and useing mysql to post them and it is easier to do that them limit it in mysql thanks again you guys!

___________________

http://www.nhacks.com/gmail/gmail.php?mail=Y2hhZHdpY2swMQ%3D%3D

Upload your Image for FREE! - MyPhotoUpload.com

Quick Jump:

Main Navigation


Site & Graphic Design by Aeon Tan
Developed by Jeremie Pelletier & Scott Roach


NeverAPI generated this page in 0.0178 seconds.