Sabtu, 21 September 2013

PHP Indonesia - Facebook: Saya niatnya buat substr di bagian $subject tapi s...

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/ 
Start taking a college level music theory class today.

This beginner class is now accessible to aspiring musicians of all ages. Learn all of the basic concepts in an easy to follow manner.
From our sponsors
Saya niatnya buat substr di bagian $subject tapi s...
Sep 22nd 2013, 00:57, by Ambrizal Suryadinata

Ambrizal Suryadinata 12:57am Sep 22
Saya niatnya buat substr di bagian $subject tapi saya bingung gimana cara menggunakannya maklum masih newbie + silent reader disini,kalau codenya begini gimana cara buatnya ya substr di $subject ??

$altbg = alt_trow();
$limit = 10;
$query = $db->query("
SELECT *
FROM ".TABLE_PREFIX."posts
ORDER BY dateline
DESC LIMIT $limit");

while($fetch = $db->fetch_array($query))
{

$subject = $fetch['subject'];
$pid = $fetch['pid'];
eval("\$latest_reply .= \"".$templates->get("index_latest_reply")."\";");
$altbg = alt_trow();
}

Arie Yuniarto 1:04am Sep 22
http://php.net/manual/en/function.substr.php

Ambrizal Suryadinata 1:05am Sep 22
ok

Ambrizal Suryadinata 1:32am Sep 22
udah Solved

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