- 1,233 categories
- 40,467 scripts
Updated: 06/14/2007
- This is a three-part tutorial that shows you hwo to make a comment/discussion board like those on this site using PHP and mySQL. there are three files: comments.php, which displays the comments, commentadd.php, which processes the comment, and commentform.html which is simply a form that can be placed in any page manually or per SSI (server side includes). I realize that it is possible to have all three components in one file, but we are using this multifile method for tutorial functionality.
- Categories
- Tags
- Platforms
- Licenses
- Author
- PHPFormmail is a PHP script, written in French, which allows you to send the contents of a form by email. It also features: file attachment support, ability to make copies of recipients, configurable redirecttion page and option to define the form&ap...
- This tutorial teaches you how to store a picture file on the server so that you can create a photo gallery of images that users upload to your site. The coding sample initially displays a form for you to fill in; browsing is enabled. The information ...
- This form maintained by PHPIndex provides a discussion place for PHP development, in french.
- This is a simple PHP/MySQL-based poll program. System components consists of poll form with question and possible answers, php script that updates poll with a vote and/or displays current poll results, and MySQL table. The Web site provides an articl...
- Another very good, and very easy way to use PHP to do something that is more complicated in other languages is form processing and sending e-mail. PHP makes it easy for even the most neolithic of us. This two-page tutorial shows you how.