Rabu, 11 September 2013

PHP Indonesia - Facebook: [ask] Cara memotong string dari deskripsi ini gim...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Ready to move beyond the basics?

Enroll in this advanced DSLR course to explore more creative scenarios, image editing, and videography.
From our sponsors
[ask] Cara memotong string dari deskripsi ini gim...
Sep 12th 2013, 02:58, by Pahmi Ritonga

Pahmi Ritonga 2:58am Sep 12
[ask]

Cara memotong string dari deskripsi ini gimana gan?? sudah mentok nih,,

saya pengen menampilkan hanya bebrapa karakter dari deskripsi,yang nanti selngkapnya didirect ke detail,, monggo gan di bantu ,, hehe

$sql = "SELECT id,category, name, description, price FROM php_shop_products ".$qry_t." ORDER BY id DESC LIMIT $recno,$rowperpage;";

echo'
<tr>
<td class="desc">';
echo"".$row ['description']."";
echo'
</td>
</tr>';

Phitias Dasa Putra 3:00am Sep 12
substr ?

Pahmi Ritonga 3:01am Sep 12
yap mas,, tapi naroknya pas dimana yah,, tadi dah coba debug trs nih,,

Phitias Dasa Putra 3:02am Sep 12
echo substr($row ['description'],0,250);

Pahmi Ritonga 3:04am Sep 12
makasih gan,, succed!!!

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar