JavaScript
Leave a Reply
Active Server Pages (ASP)
What is ASP?
What can ASP do for you?
How to install ASP on your own computer
Your First ASP Page
Variables
Constants
Conditional Statements
Looping Statements
Arrays
Multidimensional Arrays
Functions and Subprocedures
Cookies
How to process the data submitted from HTML form
ASP Response Object Reference
ASP Request Object Reference
ASP Application Object Reference
ASP Session Object Reference
ASP Server Object Reference
ASP ASPError Object Reference
ASP FileSystemObject Object Reference
ASP Drive Object Reference
ASP Folder Object Reference
ASP File Object Reference
ASP TextStream Object Reference
ASP Dictionary Object Reference
How to Connect to Database using a Connection String
ADO and ADO.NET Connection Strings
How to Connect to Database with a DSN
How to set up a system DSN
How to Connect to a MS SQL Server Database
How to Connect to a MySQL Database
Troubleshooting Active Server Pages (ASP) on Windows 2003/2008
How to Encrypt Passwords in the Database
How to Get the Current Page URL
Sending email with ASP
Leave a Reply
PHP Hypertext Preprocessor (PHP)
What is PHP?
What can php do for you?
How to install and configure PHP 5 on Windows box
Your first PHP Script
Variables
Constants
Arrays
Sorting Arrays
Multidimensional Arrays
Conditional Statements
Looping Statements
Functions
Form Processing
Using Cookies in PHP
Dynamic Image Generation
File Upload
Sending Email (Text/HTML/Attachments)
Working with Directories
How to connect to MySQL database using PHP
How to connect to MSSQL Server database
DSN and DSN-less connections
Blocking access to the login page after three unsuccessful login attempts
How to Encrypt Passwords in the Database
How to Create CAPTCHA Protection using PHP and AJAX
Passing JavaScript variables to PHP
How to Get the Current Page URL
Export Database Schema as XML
Create Thumbnail Images using PHP
Using Regular Expressions with PHP
Reading the ‘clean’ text from DOCX and ODT with PHP
PHP: Reading the “clean” text from RTF
Reading the “clean” text from PDF with PHP
Debugging PHP with Xdebug
Creating Word, Excel and CSV files with PHP
Record locking in Web applications
jQuery File Upload
How to create a dump of MySQL database in one click
Bike – drop in phpMyAdmin replacement
How to be a better PHP developer
Leave a Reply
Structured Query Language (SQL)
SQL is a computer language aimed at accessing, manipulating, and querying data stored in relational databases. SQL is used by relational database technologies such as Oracle, Microsoft Access, SQL Server, Sybase and others. |
General In this section you will find general information about Structured Query Language, learn how to use SQL, read articles and tutorials and try to execute your SQL queries using the on-line SQL interpreter. | Microsoft Access Microsoft Access is a commercial desktop relational database system from Microsoft. It is a powerful program to create and manage your databases.
|
MySQL MySQL is the most popular open source database server in the world. The advantages of using MySQL are fast performance, high reliability and ease of use.
| SQL Server Microsoft SQL Server is a relational database server, developed by Microsoft
|