Mastipoint - mastipoint.net
General Information:
Latest News:
PHP Course (MySQL Insert Into) (Class 29) 28 May 2011 | 10:17 am
The INSERT INTO statement is used to insert new records in a table. Insert Data Into a Database Table The INSERT INTO statement is used to add new records to a database table. Syntax It is possibl...
PHP Course (Create a MYSQL Database and Tables) (Class 28) 28 May 2011 | 10:08 am
Syntax CREATE DATABASE database_name To learn more about SQL, please visit our SQL tutorial. To get PHP to execute the statement above we must use the mysql_query() function. This function is used ...
NASA’s Server Hacked, Satellite Data Accessed 20 May 2011 | 08:26 pm
A Romanian hacker claims to have breached a computer server at NASA’s Goddard Space Flight Center and gained access to confidential satellite data. The hacker, who calls himself TinKode, took to Twit...
PHP Course (How to Connect to a MYSQL Database) (Class 27) 20 May 2011 | 03:55 pm
The free MySQL database is very often used with PHP. Create a Connection to a MySQL Database Before you can access data in a database, you must create a connection to the database. In PHP, this is ...
PHP Course (MySQL Introduction) (Class 26) 20 May 2011 | 03:52 pm
MySQL is the most popular open-source database system. What is MySQL? MySQL is a database. The data in MySQL is stored in database objects called tables. A table is a collection of related data en...