cokelatcheese.blogspot.com
Free Download, Book, Game, Sowtware and Tutorials: November 2009
http://cokelatcheese.blogspot.com/2009_11_01_archive.html
How to Maximize the Speed of Your Internet Connection. Posted by Ade Atmaja. How to Maximize the Speed of Your Internet Connection. This article describes how to speed up your Internet connection without use of web accelerators, and is geared towards Windows and Internet Explorer. Reset Your Home Network. Sometimes restarting your home network or your router if you have one will drastically increase the speed of your connection. Replace your old cable modem. Any solid-state electronics will degrade o...
cokelatcheese.blogspot.com
Free Download, Book, Game, Sowtware and Tutorials: PHP paging tutorial
http://cokelatcheese.blogspot.com/2010/01/php-paging-tutorial.html
Posted by Ade Atmaja. In this tutorial I want to make a paging tutorial in php. A friend of mine tell me to help him with a script to do paging in php. From a mysql database. And I would like to share with all. If you wanna take data from a xls, csv or other files, from a database like mysql, mssql and you wanna list the results on the page, you may have many results for your result. You should first have a form in html from where the user can input the search field:. Where $nr - is the current record.
cokelatcheese.blogspot.com
Free Download, Book, Game, Sowtware and Tutorials: PHP Form Validation
http://cokelatcheese.blogspot.com/2010/01/php-form-validation.html
Posted by Ade Atmaja. This example is used to valid the form data by using php with attractive error message by coloring the text. DOCTYPE HTML PUBLIC "-/ W3C/ DTD HTML 4.01 Transitional/ EN" "http:/ www.w3.org/TR/html4/loose.dtd". Title Form Validation /title. Meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1". Table width="400" border="1" cellspacing="0" cellpadding="0". Td input name="name" type="text" id="name" value="? Td input name="email" type="text" id="email" value="?
cokelatcheese.blogspot.com
Free Download, Book, Game, Sowtware and Tutorials: PHP E-mail Form
http://cokelatcheese.blogspot.com/2010/01/php-e-mail-form.html
Posted by Ade Atmaja. Before make PHP Email Form. We must install and setting PHP. The first thing to do is create the form using html. We'll call it latihan1.html. The form will have an action of latihan1.php, which we'll create later. Below is the html code for our form:. Title E-mail Form /title. Form action="latihan1.php" method="POST". P Name: br / input type="text" size="20″ name="name" / /p. P E-Mail Address: br / input type="text" size="20″ name-"email" / /p. P Message: br /. Msg = "Message: ...
cokelatcheese.blogspot.com
Free Download, Book, Game, Sowtware and Tutorials: Sending SMS with PHP
http://cokelatcheese.blogspot.com/2010/01/sending-sms-with-php.html
Sending SMS with PHP. Posted by Ade Atmaja. Also known as text-messaging) has grown into a very popular method of communication. It has been around in Europe and Asia since the early nineties and its use is steadily increasing in the US as well. SMS stands for "Short Message Service" and uses mobile phones to transmit (surprise, surprise) short messages to and from mobile phones and whilst many of us might not know this, it is also possible to send SMS messages from a website or a piece of software.
cokelatcheese.blogspot.com
Free Download, Book, Game, Sowtware and Tutorials: Implement the CAPTCHA with PHP
http://cokelatcheese.blogspot.com/2010/01/implement-captcha-with-php.html
Implement the CAPTCHA with PHP. Posted by Ade Atmaja. So, you have a public submission form on your website (contact page, forum submission):. Contact us (Post new message):. Tr th Contact us (Post new message): /th /tr. Tr td textarea cols="30" rows="5" /textarea /td /tr. Tr th input type="submit" value="Submit" /th /tr. And need to prevent spam auto-submitters. Common way to do this is to implement CAPTCHA - an image with randomly generated string:. Make a PHP script which will generate the image:.
cokelatcheese.blogspot.com
Free Download, Book, Game, Sowtware and Tutorials: January 2010
http://cokelatcheese.blogspot.com/2010_01_01_archive.html
Implement the CAPTCHA with PHP. Posted by Ade Atmaja. So, you have a public submission form on your website (contact page, forum submission):. Contact us (Post new message):. Tr th Contact us (Post new message): /th /tr. Tr td textarea cols="30" rows="5" /textarea /td /tr. Tr th input type="submit" value="Submit" /th /tr. And need to prevent spam auto-submitters. Common way to do this is to implement CAPTCHA - an image with randomly generated string:. Make a PHP script which will generate the image:.