http://www.tutorialkit.com
http://www.3dlessons.com
http://www.vectorials.com
http://webdesign.org
http://www.flashperfection.com
http://www.markuptutorials.com

Tutorials by thescripts.com

You can find here all the 32 tutorials by thescripts.com. The author's home page URL is http://www.thescripts.com.
Sort byTutorials Per Page
Pages:1 | 2 | 3 | 4 | Next| Last
Grabbing that data - more advanced methods.
August 24, 2007 Today Views: 1 Total Views: 215
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: 3 Total Views: 243
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: 249

MySQL Datatypes

Author: thescripts.com  Rating:
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: 2 Total Views: 223

Using MySQL

Author: thescripts.com  Rating:
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: 262
PHP and Accessing MySQL Database Data.
August 17, 2007 Today Views: 1 Total Views: 292
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: 255
$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: 1 Total Views: 330
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: 293
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: 415
Pages:1 | 2 | 3 | 4 | Next| Last