Tutorials by Drongo

You can find here all the 24 tutorials by Drongo. The author's home page URL is http://phpforms.net/tutorial/tutorial.html.
Sort byTutorials Per Page
Pages:1 | 2 | 3 | Next| Last

PHP Contact Forms

Author: Drongo  Rating:
Nowedays communication between site owner and users is a very useful thing. No matter your web site is about your bussiness or it's just some kind of community. Finf out how to create php contact forms without any special programming skills.
June 22, 2011 Today Views: 2 Total Views: 453

PHP Forms

Author: Drongo  Rating:
A PHP form on a web page allows a user to enter data that is sent to a server for processing. For instance, almost each company web site contains a contact form, so that visitors can send a message to the site owner.
August 23, 2010 Today Views: 1 Total Views: 584

Form builder

Author: Drongo  Rating:
Contact form builder is a visual form designer which allows you to build and deploy forms in minutes right from your web browser. Form Builder usually has an easy to understand layout based on sections and grids, onto which you place your form elements.
August 20, 2010 Today Views: 2 Total Views: 447

PHP Error

Author: Drongo  Rating:
Error handling is an important part of creating web applications.
July 1, 2010 Today Views: 2 Total Views: 472

PHP - Else Statements

Author: Drongo  Rating:
Conditional statements are used to perform different actions based on different conditions. Use the if....else statement to execute some code if a condition is true and another code if a condition is false.
June 30, 2010 Today Views: 1 Total Views: 466

PHP - Variables

Author: Drongo  Rating:
A variable is a means of storing a value, such as text string " Conkurent LLC " or the integer value 8. Once declared, a variable can be reused throughout your code over and over again.
June 28, 2010 Today Views: 1 Total Views: 468

PHP Filter

Author: Drongo  Rating:
A PHP filter is used to validate and filter data coming from insecure sources.
June 23, 2010 Today Views: 1 Total Views: 436

PHP File

Author: Drongo  Rating:
Use the fopen() function to open files in PHP. The first parameter of this function is the file to be opened and the second parameter specifies in which mode the file should be opened...
June 22, 2010 Today Views: 1 Total Views: 492

PHP ODBC

Author: Drongo  Rating:
One of PHP's strengths is database connectivity. PHP supports a large number of databases and simplifies access via a unified ODBC interface. This provides a number of useful functions.
June 16, 2010 Today Views: 2 Total Views: 485

MySQL Insert

Author: Drongo  Rating:
SQL INSERT statement allows you to insert one or more records into a database table. In addition SQL INSERT statement also allows you to copy data from another database tables to a database table.
June 15, 2010 Today Views: 2 Total Views: 554
Pages:1 | 2 | 3 | Next| Last