answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

7y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Who can design your website in PHP and MySQL?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you design a website to display articles using PHP and MySQL?

sitepoint.com has tons of articles on PHP and MySQL I've read this book http://www.sitepoint.com/books/phpmysql1/ "While this is essentially a beginners book, it also covers more advanced topics such as the storage of binary data in MySQL, and cookies and sessions in PHP." The fourth edition arrives in June.


Where can one learn how to do Php MySQL?

A person would have to make sure that they are committed to learning, for it takes awhile to learn how to do PHP MySQL. Codecademy is a wonderful website that could get a person started.


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

Maybe try mySQL or PHP?


Which mysql product is suitable for php connection?

mysql client library


What has the author Janet Valade written?

Janet Valade has written: 'PHP & MySQL' 'PHP & MySQL web development all-in-one desk reference for dummies' -- subject(s): Computer Technology, Nonfiction, OverDrive, PHP (Computer programming language), SQL (Computer program language), Web site development 'PHP et MYSQL' 'PHP and MySQL for Dummies'


What do I need to do to make PHP and MySQL work together?

Both are Open-source and free. The combination of PHP and MySQL gives unmet options to create just about any kind of website - from small contact form to large corporate portal.


Where can someone find more information about the php mysql tutorial?

One can find more information about the php mysql tutorial on Tutorials Point, Tizag, and W3 Schools. More information about the php mysql tutorial can be found at Site Ground.


Can you run PHP and MySQL on Linux?

Yes.


How do you put comment box in the website And where can I see the comment that people submitted on my website?

You would need to learn PHP and MySQL try http://www.tutorialized.com


How do you develop software using PHP and MySQL?

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


How are PHP and MySQL compatible?

By sending messages to the MySQL server, you can communicate with the database. To submit SQL queries to the database, you use PHP functions. You don't need to know how to communicate with MySQL because PHP takes care of that. You only need to be familiar with SQL queries and PHP functions. To learn more about data science please visit- Learnbay.co


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).