what's the meaning of Php and Mysql and what does it do?
How do i get A joomla sliding top Panel For a website?
Five answers:
Rufas
2008-08-11 14:23:44 UTC
PHP originally stood for Personal Home Page, but now it stand for "PHP: Hypertext Preprocessor". Most web application/software are written in PHP, like Wordpress, BBpress, TigerCMS, etc
MySQL stands for My Structured Query Language, and it is a database management software.
There are people who bundle the whole thing as LAMP to run a server, which stands for
Linux
Apache (HTTP)
MySQL
PHP
live2code
2008-08-11 14:18:32 UTC
Michele C is wrong on both.
PHP is a recursive acronym for "PHP: Hypertext Preprocessor".
"PHP is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly." ( http://us2.php.net/manual/en/faq.general.php#faq.general.what )
MySQL is a relational database management system.
SQL is an acronym for Structured Query Language.
anonymous
2008-08-11 14:15:49 UTC
php stands for hypertext pre-processor it is a server side scripting language. MySQL is a relational database management system and is often used in conjunction with php applications.
?
2016-10-18 14:52:24 UTC
Laymans words.. ok right here we bypass! HTML is used to make what you notice on an internet site (at the same time with different issues) even even though it won't be able to technique varieties or take variables or something like that. so enter very own living house page. it rather is a programming language that runs server side to do computations from HTML. once you fill out a kind and hit placed up in HTML probability is its sending that counsel to a very own living house page script to compute something (even though it could be PERL or ASP). in an extremely difficulty-loose occasion, say you had to enable a client form their call in and have that call flash around the show. very own living house page lets you save the call they form in in a variable and then bear in mind that variable and show it. you're able to no longer try this throughout easy HTML. mysql is a databasing language that creates databases to save counsel. very own living house page is going hand in hand with it because of the fact it rather is easy to combine. a easy occasion is boards. once you sign up all your counsel is saved in a table in mysql and very own living house page is used to technique it. any submit you're making ona communicate board is then saved interior the database, and you will possibly be able to retrieve it once you wanna view a thread. it rather is genuine you won't be able to see very own living house page by using viewing the source of the internet site, it rather is embedded, as you assert. counsel from a html kind is despatched to a very own living house page script, yet then the script sends soemthing returned after processing, and that's displayed in yet another html internet site. thats to no longer say which you won't be able to use very own living house page to format a internet site, even even though it rather is long winded and you always finally end up expressing html tags via very own living house page, it is in simple terms pointless. desire all that helps!
Michele C
2008-08-11 14:10:49 UTC
Personal Home Page =php
my sequential query language =mysql
'k?
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.