Results for "MYSQL"

Blogs

  • XAMPP: Starting Apache fail Ubuntu

    ...he failure. To fix the issues please use following command to first stop and then again start it. sudo /etc/init.d/apache2 stop sudo /etc/init.d/mysql stop sudo /etc/init.d/proftp...

    3607 days ago

  • Insert data through ajax into MySql database.

    Insert data through ajax into MySql database.1. Create form.php and copy below code into fi...copy below code into file. <?phpprint_r($_POST);$con=mysql_connect("localhost","root","");mysql_select_db('dbname');mysql_query('insert into tablename(...

    2189 days ago

  • Installing ELGG on Ubuntu !

    ...DB and PHP Elgg runs on Apache web server, is written in PHP, and uses MySQL/MariaDB as a database backend...php-common php-sqlite3 php-curl php-intl php-mbstring php-xmlrpc php-mysql php-gd php-xml php-cli php-zi...

    699 days ago