I am new to php and mysql so please bear with me.
In my php directory I have
php.ini-dist
php.ini-recomended
I have setup mysql and have added a database using the console.
However when I try to access it from php commands the web page is blank
I am guessing that this has something to do with my setup of the php.ini file.
Do I have to rename one of the above two files to php.ini? If so then which on. Also what do I have to change within this file in order to make my web page display the records within the database?
many thanks
In my php directory I have
php.ini-dist
php.ini-recomended
I have setup mysql and have added a database using the console.
However when I try to access it from php commands the web page is blank
I am guessing that this has something to do with my setup of the php.ini file.
Do I have to rename one of the above two files to php.ini? If so then which on. Also what do I have to change within this file in order to make my web page display the records within the database?
many thanks