Tutorials by thescripts.com
Grabbing that data - more advanced methods.
August 24,
2007
Today Views:
1 Total Views:
1,069
Once you know you got MySQL installed, I would recommend a group of PHP scripts to administer your databases. This application is called phpMyAdmin and...
August 23,
2007
Today Views:
1 Total Views:
1,027
Modern day web sites seem to be relying more and more on complex database systems. These systems store all of their critical data, and allow for easy maintenance in some cases.
August 22,
2007
Today Views:
1 Total Views:
1,017
Each column in a table is made of a data type. There are three general types of columns then, numeric types, date and time types, and string (character) types.
August 21,
2007
Today Views:
1 Total Views:
1,087
Right now I am assuming you have already logged into MySQL, so you should be looking at something like the following on your screen right now:...
August 20,
2007
Today Views:
1 Total Views:
1,190
PHP and Accessing MySQL Database Data.
August 17,
2007
Today Views:
1 Total Views:
1,147
One of the great features within MySQL is its full support for logical operations. I will name off, and show examples of them below...
August 16,
2007
Today Views:
1 Total Views:
1,655
$host is the name of the host that the MySQL server is running off of, pretty self explanatory. $user and $pass are your username and password that you use to connect to your MySQL server ...
August 14,
2007
Today Views:
2 Total Views:
1,181
The date function is written in the following format; date(string format, int timestamp); The value returned will be in string format. Characters recognized in the formatting of the date function are as follows...
August 13,
2007
Today Views:
1 Total Views:
1,013
PHP is a server-side, cross-platform, HTML embedded scripting language. If you are familiar with Cold Fusion (CFM) or Active Server Pages (ASP), then you should understand what this means, as it goes along those lines.
August 10,
2007
Today Views:
1 Total Views:
1,207







