Tutorials by Drongo
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
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
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
Error handling is an important part of creating web applications.
July 1,
2010
Today Views:
2 Total Views:
472
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
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
A PHP filter is used to validate and filter data coming from insecure
sources.
June 23,
2010
Today Views:
1 Total Views:
436
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
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
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










