Tutorials by tizag.com
If you are ever going to allow user submitted text to be visible by the public you should consider using the htmlentities function to prevent them from running html code and scripts that may be harmful to your visitors.
June 6,
2008
Today Views:
1 Total Views:
222
The where clause sets a conditional statement for your queries. Your server will query the database searching for rows that meet your specific where condition. A typical query will have the following syntax.
June 5,
2008
Today Views:
1 Total Views:
197
In is a special kind of operator for use in your where clauses. Recall that in a where expression only one value is allowed to be sent through the query. With the in operator one can send multiple values in the where clause.
June 4,
2008
Today Views:
1 Total Views:
187
Prior to PHP 6 there was a feature called magic quotes that was created to help protect newbie programmers from writing bad form processing code.
June 2,
2008
Today Views:
1 Total Views:
181
Between is a special operator appearing in a where statement. It allows for the selection of a range of values between one value and another.
May 30,
2008
Today Views:
1 Total Views:
200
Predicates follow the where clause. Predicates allow the searching through database records to recover specific strings and ranges or characters. Rows will be returned if they match the predicate condition.
May 29,
2008
Today Views:
1 Total Views:
195
This lesson will review both transferring methods.
May 28,
2008
Today Views:
1 Total Views:
229
The alter clause changes a table by adding, removing, or modifying an existing table column.
May 26,
2008
Today Views:
1 Total Views:
230
Imagine that you have an associative array that you want to iterate through. PHP provides an easy way to use every element of an array with the Foreach statement.
May 23,
2008
Today Views:
1 Total Views:
190
Cookies have been around for quite some time on the internet. They were invented to allow webmaster's to store information about the user and their visit on the user's computer.
May 22,
2008
Today Views:
2 Total Views:
181























