Sabtu, 11 September 10
Hendak Login? · Daftar
HomePerihalBuku Tamu

kategori " Storage Tutorial "

ditulis oleh admin pada Rabu, 31 Januari 07dengan komentar yang belum ditulis padanya

Create Simple WAP application Using PHP

Ok lets started our short tutorial to make some application with our dummies WAP :P,first download this emulator to see our result in coding with waphttp://jk-portal.wbl.sk/kl_wap15.ziphave you been downloaded these emulator? ok lets go to the next step, if you use vertrigo or phptriad add some file in http.confAddType application/x-httpd-php .php .phtml .php5AddType application/x-httpd-php-source .phpsadd with .wml so it will be look like thisAddType application/x-httpd-php .php .phtml .php5 ....

ditulis oleh admin pada Ahad, 28 Januari 07dengan komentar yang belum ditulis padanya

Create Clean URL with htaccess

Need a pretty url in your web, need a great ranking in search engine one way you can do is using htaccess. The work of this file is simple just like redirect in php this is an htacess file that i use for my cms auracms the indonesian cms :P, the pattern is easy to make the ruleRewriteRule ^newpattern$ oldpattern [QSA,L]Options +FollowSymlinksRewriteEngine onRewriteCond %{REQUEST_FILENAME} -f [OR]RewriteCond %{REQUEST_FILENAME} -dRewriteRule ^.*$ - [S=84]RewriteRule ^index.html$ ./ [QSA,L]R...

ditulis oleh adi-wirawan pada Ahad, 28 Januari 07dengan komentar yang belum ditulis padanya

Create Simple Code Generator To Reduce Spam With PHP

this is just simple code that i use to deffense spam, i don't know it is work or not, why i use this code. Because before i use it, i try to use the image security that generated also with PHP but it doesn't work :( . So I try the other way, perhapas it can work <?phpfunction code($length){srand((double)microtime()*1000000);$ vowels = array("a", "e", "i", "o", "u");$cons = array("b", "c", "d", "g", "h", "j", "k", "l", "m", "n", "p", "r", "s", "t", "u", "v", "w", "tr","cr", "br", "fr", "th"...

ditulis oleh admin pada Rabu, 24 Januari 07dengan 1 komentar

File Upload Attacks

Sometimes you want to give users the ability to upload files in addition to standard form data. Because files are not sent in the same way as other form data, you must specify a particular type of encodingmultipart/form-data: <form action="upload.php" method="POST" enctype="multipart/form-data"> An HTTP request that includes both regular form data and files has a special format, and this enctype attribute is necessary for the browser's compliance. ...

halaman 2 dari total halaman 4

awal « 1 2 3 4 » akhir