Rabu, 30 Oktober 2013

PHP Indonesia - Facebook: [help] para suhu ni kenapa ya selalu Undefined off...

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/ 
See Everything

Complete collection, extension, and big data analysis of all metrics across your environment. Get started for free.
From our sponsors
[help] para suhu ni kenapa ya selalu Undefined off...
Oct 31st 2013, 04:29, by Dul Si Abdul

Dul Si Abdul 4:29am Oct 31
[help]
para suhu ni kenapa ya selalu Undefined offset nya padahal di scripnya udah benar, nih scripnya

<?PHP
//membuat penomoran posting
$nomor = ($limit * $_GET['offset'])+1;
while($data = mysql_fetch_array($result)){
?>

AN Hidayat 4:33am Oct 31
Itu get nya mas.. nak menowo si offset belum dikirim dr mana2 gmn jal?

mungkin di cek
if(isset($_GET['offset'])){
//nganu offset

}else{
//nganu yang lain

}

Jonatan Yeremia 4:36am Oct 31
Si offset blum terkirim dri link sblumnya

Dul Si Abdul 4:37am Oct 31
cra ambilnya gmna

Jonatan Yeremia 4:43am Oct 31
Cara ambilnya boleh juga dngn cramu ato cra dari AN Hidayat
Msalhnya skrg link yg mnju ke prgram di atas....

Yanuar Nurcahyo 4:52am Oct 31
$a = isset($_GET['offset']) ? $_GET['offset'] : "";
$nomor = ($limit * $a)+1;

?

Dul Si Abdul 4:58am Oct 31
Yanuar Nurcahyo
Hidayat Jonatan Yeremia thanks mas skarang dah bisa, thnks ya All

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