Author: alex
-
The 10 best free Elementor themes
The process of creating a new website can seem daunting, especially if you have little experience with coding. One solution is to…
-
Elementor user guide: customize your pages
Yes Elementor with 5 million users, Elementor has established itself as the page builder of WordPress. One of the reasons for its…
-
Symfony 3 The CSRF token is invalid. Please try to resubmit the form [Solution]
If you get this problem: Symfony 3 The CSRF token is invalid. Please try to resubmit the form Solution 1 : In…
-
[Solution] ERROR 1698 (28000): Access denied for user ‘root’@’localhost’
Basically means that: db_users using it, will be “auth” by the system user credentias. You can see if your root user is set up like this by…
-
-
[Solution] Prevent SQL injection in PHP?
Using PDO (for any supported database driver): 2. Using MySQLi (for MySQL):
-
[Solution] PHP “Notice: Undefined variable”, “Notice: Undefined index” “Notice: Undefined offset”
Q1: this notice means $varname is not defined at current scope of the script. Q2: Use of isset(), empty() conditions before using…
-
[Solution] How to reset a MySQL root password easily
Stop the MySQL service sudo /etc/init.d/mysql stop Start MySQL without a password sudo mysqld_safe –skip-grant-tables & Connect to MySQL mysql -uroot Set…
-
[Solution] Redirect Non-WWW to WWW on Bitnami WordPress
Edit this file Change ServerName and ServerAlias to your domain, then Add these lines Then restart apache