Quantcast
Browsing all 46 articles
Browse latest View live

Using wildcards with PHP’s PDO object & prepared statements.

This is a short PHP tutorial on how to use the wildcard character when using prepared statements with the PDO object. The post Using wildcards with PHP’s PDO object & prepared statements. appeared...

View Article


PHP Tutorial: Reset Password form.

This is a short tutorial on how to create a simple Reset Password form with PHP and MySQL. The post PHP Tutorial: Reset Password form. appeared first on This Interests Me.

View Article


WAMP phpMyAdmin username and password.

Having trouble logging into a new install of phpMyAdmin? This article should save you some time and confusion! The post WAMP phpMyAdmin username and password. appeared first on This Interests Me.

View Article

PDO: Get the ID of the last inserted row.

This is a short guide on how to get the ID of the last inserted row using PDO's lastInsertId method. The post PDO: Get the ID of the last inserted row. appeared first on This Interests Me.

View Article

MySQL: INT(11) vs TINYINT(1) – What do the numbers in brackets mean?

When it comes to columns such as INT (11) and TINYINT (3), the number in brackets isn't actually that important. The post MySQL: INT(11) vs TINYINT(1) – What do the numbers in brackets mean? appeared...

View Article


Call to undefined function mysql_connect()

If you are encountering this undefined error, then it means that you are trying to use the old mysql_* functions in PHP 7. The post Call to undefined function mysql_connect() appeared first on This...

View Article
Browsing all 46 articles
Browse latest View live