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/ | |
 | Refresh your vocabulary.
Learn a new word everyday by subscribing to Word of the Day. A great tool if you're studying for the GRE, GMAT or LSAT, or simply want to enhance your lexicon.  | From our sponsors | | |
Selamat Sore Para Senior PHP bagaimana ubah url in... Sep 24th 2013, 08:50, by Huang Zhao Fei | Selamat Sore Para Senior PHP bagaimana ubah url ini http://localhost/tokoonline/rumah.php/?id=jualan
menjadi url seperti ini
http://localhost/tokoonline/rumah/jualan
menggunakan htaccess.
Terima Kasih Para Senior PHP.. |
| | bisa pakek ini RewriteEngine On RewriteBase /tokoonline/ RewriteRule ^rumah/(.*)\.htm$ rumah.php?id=$1 |
| | tidak bisa |
| | RewriteRule ^rumah/(.*) rumah.php?id=$1 [L] | | |
|
Tidak ada komentar:
Posting Komentar