answersLogoWhite

0

What is PHP and PHPMyAdmin?

Updated: 9/21/2023
User Avatar

Wiki User

12y ago

Best Answer

PHP is a server-side scripting language that can be used to dynamically generate the content of web sites served up to a client. It can also be used for local shell scripting.

PHPMyAdmin is a PHP based web interface for managing MySQL databases.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is PHP and PHPMyAdmin?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What can you do with this phpmyadmin info?

phpMyAdmin is an application written in the PHP language that provides a web-based interface for the administration of MySQL databases.


What is a good web host that supports MySQL and PHP and phpMyAdmin?

I've always found Dreamhost to be a really good provider.


How do you store Unicode chars in a MySQL database and then display them back with PHP?

Set up the database as a UTF-8-encoded database. You can do this easily with PHPMyAdmin.


What are the best administrative tools for PHP?

There ain't any tools to manage PHP itself. However, there are tools to manage php related things such a cPanel and Plesk to manage a webserver, PhpMyAdmin to manage a MySQL server, PhpPgAdmin to manage a PostgreSQL server, and other systems to manage php applications (web pages).


When was PhpMyAdmin created?

PhpMyAdmin was created on 1998-09-09.


How do you use MySQL in phpMyAdmin?

open config.inc.php file located in phpMyAdmin directory, change the settings , and then save the file and run the phpMyAdmin application.


How to connect php my admin to my source code?

Here's the code <?php $host = '127.0.01'; // add localhost or server ip address in place of '127.0.01' $user = 'root'; // add username of your phpmyadmin in place of 'root' $pass = 'password_here'; // put your password in place of 'password_here' $connect = mysql_connect($host, $user, $pass); if(!$connect) { // default statement if cannot die("Could not connect to server".mysql_error()); } ?>


What are the advantages of using phpMyAdmin?

PHP is a server side scripting language and Mysql is a database management system. Both are open source and have great community support. PHP help in developing the web application and mysql help to store the data in database. Together they made best option to develop the web application.


How do you get files from Notepad to phpMyAdmin?

Assuming you want to copy some SQL you have written into phpMyAdmi in order to run it; you can simply select all of the text and paste it into the "SQL" tab on phpMyAdmin, visible from almost all screens.


How do you delete duplicate records in a MySQL database using PHP?

MySQL has three methods for removing duplicate records. Using Delete Join, remove duplicate records. In MySQL, we may utilise the DELETE JOIN query to swiftly eliminate duplicate records Using the ROW NUMBER() function, delete duplicate records. USE THE INTERMEDIATE TABLE TO DELETE DUPLICATE ROWS. To learn more about data science please visit- Learnbay.co


What is 10 percent in Php 250?

Answer: Php 2510% of Php 250= 10% * Php 250= 0.10 * Php 250= Php 25


What is a php consultant?

PHP Consultant is a Expert PHP Developer who Guide PHP Development Process