Hello, two weeks ago I started learning PHP and I am progressing rapidly through trial and error and examples. I successfully installed WampServer and have been experimenting with a few small PHP code trials to understand how they work. Currently, for the past week, I have been working on creating a simple database. I am able to create the database table, but I am facing issues as many of the simple examples published on the internet are not working for me. The problems I have observed are: 1-) MySQL returned an empty result set. 2-) There is a warning on the PhpMyAdmin homepage: "phpMyAdmin configuration storage is not completely configured, some extended features are disabled. Click here to find out why." When I click on the link, the following warnings appear:
$cfg['Servers'][$i]['pmadb'] ... NOT OK [ Documentation ]
$cfg['Servers'][$i]['relation'] ... NOT OK [ Documentation ]
General connection features: Disabled
$cfg['Servers'][$i]['table_info'] ... NOT OK [ Documentation ]
Show Features: Disabled
$cfg['Servers'][$i]['table_coords'] ... NOT OK [ Documentation ]
$cfg['Servers'][$i]['pdf_pages'] ... NOT OK [ Documentation ]
PDF creation: Disabled
$cfg['Servers'][$i]['column_info'] ... NOT OK [ Documentation ]
Show Column Comments: Disabled
Browser transformation: Disabled
$cfg['Servers'][$i]['bookmarktable'] ... NOT OK [ Documentation ]
SQL statement markers: Disabled
$cfg['Servers'][$i]['history'] ... NOT OK [ Documentation ]
SQL history: Disabled
$cfg['Servers'][$i]['designer_coords'] ... NOT OK [ Documentation ]
Designer: Disabled
$cfg['Servers'][$i]['recent'] ... NOT OK [ Documentation ]
Recently used tables: Disabled
$cfg['Servers'][$i]['table_uiprefs'] ... NOT OK [ Documentation ]
UI preferences for tables: Disabled
$cfg['Servers'][$i]['tracking'] ... NOT OK [ Documentation ]
Tracking: Disabled
$cfg['Servers'][$i]['userconfig'] ... NOT OK [ Documentation ]
User preferences: Disabled
Please help if you have any knowledge on this.
$cfg['Servers'][$i]['pmadb'] ... NOT OK [ Documentation ]
$cfg['Servers'][$i]['relation'] ... NOT OK [ Documentation ]
General connection features: Disabled
$cfg['Servers'][$i]['table_info'] ... NOT OK [ Documentation ]
Show Features: Disabled
$cfg['Servers'][$i]['table_coords'] ... NOT OK [ Documentation ]
$cfg['Servers'][$i]['pdf_pages'] ... NOT OK [ Documentation ]
PDF creation: Disabled
$cfg['Servers'][$i]['column_info'] ... NOT OK [ Documentation ]
Show Column Comments: Disabled
Browser transformation: Disabled
$cfg['Servers'][$i]['bookmarktable'] ... NOT OK [ Documentation ]
SQL statement markers: Disabled
$cfg['Servers'][$i]['history'] ... NOT OK [ Documentation ]
SQL history: Disabled
$cfg['Servers'][$i]['designer_coords'] ... NOT OK [ Documentation ]
Designer: Disabled
$cfg['Servers'][$i]['recent'] ... NOT OK [ Documentation ]
Recently used tables: Disabled
$cfg['Servers'][$i]['table_uiprefs'] ... NOT OK [ Documentation ]
UI preferences for tables: Disabled
$cfg['Servers'][$i]['tracking'] ... NOT OK [ Documentation ]
Tracking: Disabled
$cfg['Servers'][$i]['userconfig'] ... NOT OK [ Documentation ]
User preferences: Disabled
Please help if you have any knowledge on this.