About 5,360 results
Open links in new tab
  1. php - How do I access phpMyAdmin? - Stack Overflow

    Sep 24, 2013 · Use http://localhost/phpMyAdmin/index.php. or. Check your host config, check the DirectoryIndex param. I found that when I entered root in the username and left the password blank I got in. You need to edit your apache2 config file to include PHPmyadmin. Do this: gedit /etc/apache2/apache2.conf. OR nano /etc/apache2/apache2.conf.

  2. How to run PHP programs - GeeksforGeeks

    Apr 14, 2025 · To run PHP programs, you need to set up a suitable environment, either locally or on a live web server. For local development, you can install server packages like XAMPP, WAMP, or MAMP, which provide PHP, Apache, and MySQL in one installation.

  3. How to Connect PHP File to MySQL Database using phpMyAdmin - YouTube

    Jun 7, 2023 · In this tutorial, we will learn how to connect PHP files to a MySQL database using phpMyA... #php #mysql #phpmyadmin #database #phptutorial #sql Hello everyone!

  4. How to Run and Execute downloaded PHP Projects? - YouTube

    Today in this video I am going to step by step guide you How to Run and Execute downloaded PHP Projects? [ 2021 Update ] XAMPP + phpMyAdmin. In that process, you will also get to know about...

  5. Loading .sql files from within PHP - Stack Overflow

    Sep 29, 2008 · Now, to answer the OP, your best bet is to just build out a PHP file that contains your queries in a variable and can just run them. If you're determined to parse .sql files, you should look into phpMyAdmin and get some ideas for getting data out of .sql files that way.

  6. How to Run a PHP Using XAMPP | Simplilearn

    Aug 13, 2024 · 3. How do I run my PHP file? PHP files are saved in C:/Program Files/XAMPP/htdocs. You have to open it, click on the program, and it will automatically run on localhost. 4. How to run PHP files in phpMyAdmin? Login into PHPMyAdmin, then click on the import tab. Browse the file with a .sql extension. Keep in …

  7. phpmyadmin tutorial - w3resource

    Aug 19, 2022 · phpmyadmin is a free browser-based tool for MySQL administration. phpmyadmin is written is PHP. In this page, we are going to discuss - 1. How to install and configure phpmyadmin. 2. How to create a database using phpmyadmin. 3. How to create a table using phpmyadmin. 4. How to run queries using phpmyadmin. How to install and configure phpmyadmin

  8. How To Connect To phpMyAdmin Database In PHP

    Mar 11, 2024 · In this article we will show you the solution of how to connect to phpMyAdmin database in php, to manage MySQL databases, you can use phpMyAdmin, a GUI-based application.

  9. Step by Step Guide: Connect PHP to MySQL Database Using XAMPP

    Jul 21, 2024 · In this guide, we will explore how to connect PHP to MySQL using XAMPP, a free, open-source software stack that includes the Apache web server, MariaDB database, and interpreters for scripts written in PHP and Perl.

  10. How to Run a PHP Script? Step By Step Guide! - CodeOfaNinja

    Jun 21, 2013 · In the following tutorial, we will learn how to install XAMPP, run a PHP script, manage the database with PhpMyAdmin and run a sample PHP script that fetches a record from the database. Go to this link and download XAMPP for your operating system. XAMPP is available for Windows, Linux, or Mac. Here’s a video about how you can install and use XAMPP.

  11. Some results have been removed
Refresh