Monday, 31 July 2017

Friday, 28 July 2017

Thursday, 27 July 2017

PHP - Simple XML

The simple XML parser The simple XML parser is used to parse Name, attributes and textual content. The simple XML functions are shown below − simplexml_load_file() This function accepts file path as a first parameter and it is mandatory. simplexml_load_file(($fileName,$class,$options,$ns,$is_prefix) simplexml_load_string() This...

Wednesday, 26 July 2017

Tuesday, 25 July 2017

Monday, 24 July 2017

Sunday, 23 July 2017

PHP - MySQL Login

This tutorial demonstrates how to create a login page with MySQL Data base. Before enter into the code part, You would need special privileges to create or to delete a MySQL database. So assuming you have access to root user, you can create any database using mysql mysqladmin binary. Config.php Config.php...

Friday, 21 July 2017

Thursday, 20 July 2017