This is a website component that implements a login/signup system, that you can purchase to integrate it in your web site. The component consists of two parts: Back-end part. Front-end part. - The back-end is a PHP script. It contains a main file with all the functionalities and 2 auxiliary files, that contain configuration directives and an API collection, used by the main script. It also contains a database, with just the users table, to...
MyJSON is a PHP5 Class, with it, you are now able to: Create JSON string from a MySQL Query Insert JSON content into a MySQL Table Create/Insert will work as export! So you is a new experience on backups: with JSON ! The JSON created can be indented or not, you choose Easy to get class-failure errors Examples of both functions are included Examples Creating JSON from MySQL query:echo $json->SQLtoJSON("SELECT * FROM your_table"); Creat...