}

Php Index Page 1

Steps to disable root login in phpMyAdmin

To disable root login in phpMyAdmin set AllowRoot to false like this example: $cfg['Servers'][$i]['AllowRoot'] = FALSE;. If you want more details check our tutorial.

Php Index Page 1

How to check if a string contains a specific word in PHP?

We explain different ways to search for a string inside a variable with php. Many approaches are used.