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 | [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)){ ?> |
| | 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
} |
| | Si offset blum terkirim dri link sblumnya |
| | cra ambilnya gmna |
| | Cara ambilnya boleh juga dngn cramu ato cra dari AN Hidayat Msalhnya skrg link yg mnju ke prgram di atas.... |
| | $a = isset($_GET['offset']) ? $_GET['offset'] : ""; $nomor = ($limit * $a)+1;
? |
| | Yanuar Nurcahyo Hidayat Jonatan Yeremia thanks mas skarang dah bisa, thnks ya All | | |
|
Tidak ada komentar:
Posting Komentar