PHP Programming
Latest Feature Articles
|
|
How to Create New User Accounts with PHP
An Internet application administrator can obtain information from new users and then create account for them, or they can use PHP code to do it all automatically
|
|
|
How to Run Multiple MySQL Queries with PHP
It is very easy to work with MySQL queries and PHP and it's nearly as easy to process more than one SQL statement at the same time. Just use the mysqli multi_query method
|
|
|
How to Run MySQL Queries with PHP
SQL statements are used to obtain data from databases. A PHP programmer can use them with the mysqli object to build a very powerful application.
|
|
|
How to Use the PHP Text Database API
Not all web servers have a database (due to technological or financial constraints). However, the PHP programmer can still use SQL with the PHP Text Database API.
|
|
|
Using a PHP Session
A PHP programmer can easily pass data between the pages of a PHP application by making use of a session. This can be very useful - especially when logging on.
|
|
|
Accessing Yahoo! Finance from PHP
Yahoo! Finance is online and free, and when combined with PHP the end result is a web site that will bring people back again and again.
|
|
|
PHP and Forms
Variables can be passed very easily from an HTML form to a PHP script - once you know how to do it, that is.
|
|