answersLogoWhite

0

How do you develop software using PHP and MySQL?

Updated: 9/21/2023
User Avatar

Wiki User

14y ago

Best Answer

I have no experience in software development, so I turn to specialists

User Avatar

Dmitri Starikovski

Lvl 2
7mo ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

how do u develop software using php and mysql?

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you develop software using PHP and MySQL?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the advantages and disadvantages of PHP with mysql?

Ultimately PHP is a programming language and MySQL is a database language. Using PHP with MySQL is a nice combination with built-in support and the simplicity of it all. However, there aren't a lot of disadvantages of using PHP with a database, it just allows for better data organization and whatnot. There are definitely advantages and disadvantages to using a database other than MySQL (such as MongoDB or PostgreSQL).


Who can design your website in PHP and MySQL?

Any of the millions of web developers using PHP and MySQL around the world. Either that or teach yourself!


What are good Mysql Php sites?

Mysql PHP is a programming language that is supposed to help with finding specific information in a database. ScriptBase is one of the leading developers and producers of this type of software.


How can you export data from MySQL to PDF using PHP?

If you know FPDF or simlar library which helps to make a PDF file, using PHP,you will be able to write to a PDF file out of data read from mysql tables.


How do you datamine websites using PHP and MySQL?

You don't really expect an answer here, do you?


Free source code on online examination using PHP and MySQL?

yes


How do you set up a hit counter?

Using either CGI or PHP and a MYSQL table.


How do you create a database using PHP?

The following are the fundamental procedures for creating a MySQL database with PHP: As demonstrated in this article, connect to the MySQL server from your PHP script. If the connection is successful, construct a database using SQL and save it in a string variable. Carry out the query. To learn more about data science please visit- Learnbay.co


What technologies that used to build FaceBook is it php mysql is so what are the rest of the technologies needed?

facebook definatly runs on php (as you can tell by going to www.facebook.com/home.php). Also when you apply for a job to the company mysql knowledge is a must. However as for the platform it runs on that is difficult to say for sure, however i would imagine them to be using a classical LAMP setup (Linux Apache MySQL and PHP) as is very common with php/mySQL sites.


How do you delete data from a MySQL database using PHP?

To delete data from your MySQL database you need to use the mysql_query() function. Please see the example below: <?php mysql_query("DELETE FROM table_name WHERE field_name = 44"); ?>


How do you upload an image to MySQL using PHP?

You cant upload an actual picture to MySQL, you can upload the URL but not the picture itself. You would have to upload this to your site first and then send the link to MySQL


How can you create a website without using a host like Shutterfly?

Maybe try mySQL or PHP?