0% found this document useful (0 votes)
59 views4 pages

Overview of Tecnology

PHP is a general-purpose scripting language originally designed for web development. It was created by Rasmus Lerdorf in 1994 and allows code to be executed on the server-side to create dynamic web page content. PHP code can be embedded into HTML code, executed via a command line interface, or used with web frameworks and content management systems. MySQL is a popular open-source relational database management system that is used by many database-driven websites and web applications. SQL developers are in high demand and earn a significant salary, and MySQL allows users to query and analyze stored data through SQL. PHP remains the most widely used programming language for websites, powering around 75% of all websites.

Uploaded by

Grohit Gupta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
59 views4 pages

Overview of Tecnology

PHP is a general-purpose scripting language originally designed for web development. It was created by Rasmus Lerdorf in 1994 and allows code to be executed on the server-side to create dynamic web page content. PHP code can be embedded into HTML code, executed via a command line interface, or used with web frameworks and content management systems. MySQL is a popular open-source relational database management system that is used by many database-driven websites and web applications. SQL developers are in high demand and earn a significant salary, and MySQL allows users to query and analyze stored data through SQL. PHP remains the most widely used programming language for websites, powering around 75% of all websites.

Uploaded by

Grohit Gupta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

PHP: Hypertext Preprocessor (or simply PHP) is a general-purpose

programming language originally designed for web development. It was


originally created by Rasmus Lerdorf in 1994;[6] the PHP reference
implementation is now produced by The PHP Group.[7] PHP originally stood
for Personal Home Page,[6] but it now stands for the recursive initialism PHP:
Hypertext Preprocessor.[8]

PHP code may be executed with a command line interface (CLI), embedded
into HTML code, or used in combination with various web template systems,
web content management systems, and web frameworks. PHP code is
usually processed by a PHP interpreter implemented as a module in a web
server or as a Common Gateway Interface (CGI) executableAn example of
the early PHP syntax:

<!--include /text/header.html-->

<!--getenv HTTP_USER_AGENT-->
<!--ifsubstr $exec_result Mozilla-->
Hey, you are using Netscape!<p>
<!--endif-->

<!--sql database select * from table where


user='$username'-->
<!--ifless $numentries 1-->
Sorry, that record does not exist<p>
<!--endif exit-->
Welcome <!--$user-->!<p>
You have <!--$index:0--> credits left in
your account.<p>

<!--include /text/footer.html-->

mysql
MySQL (/ˌmaɪˌɛsˌkjuːˈɛl/ "My S-Q-L")[5] is an open-source relational database
management system (RDBMS).[6] Its name is a combination of "My", the
name of co-founder Michael Widenius's daughter,[7] and "SQL", the
abbreviation for Structured Query Language.
MySQL is free and open-source software under the terms of the GNU
General Public License, and is also available under a variety
of proprietary licenses. MySQL was owned and sponsored by
the Swedish company MySQL AB, which was bought by Sun
Microsystems (now Oracle Corporation).[8] In 2010, when Oracle acquired
Sun, Widenius forked the open-source MySQL project to create MariaDB.
MySQL is used by many database-driven web applications,
including Drupal, Joomla, phpBB, and WordPress. MySQL is also used by
many popular websites,
including Facebook,[9][10][11] Flickr,[12] MediaWiki, Twitter,[13] and YouTube.[

future of PHP Technology

PHP is Still Dominating the Web


If you take a simple look at the numbers PHP is definitely not dead. PHP is
most used server-side programming language by far. Approximately 75 per
of all webpages are powered by PHP. Take a look at the graph below and se
how far PHP is ahead of its competition in terms of how often it’s used. It is
fair to conclude that PHP isn’t dead based on this statistic since 75 percent
far too high number for a dead language!
Future of Mysql
1). SQL Developers are highly paid: This is one of the most
crucial reason to go with this technology because who doesn’t
like money. According to Indeed, the average SQL Developer
makes $114,500, an income double the median household
income. This is quite a high number for a decent way of living.
2)
Because you can get an answer to any question you
ask. Think of all the questions you ask about your data on a
regular basis. What were our sales last year? What is our
average customer satisfaction rating? At what rate have we
reduced expenses since last summer? These are all
questions that can be answered using SQL.

You might also like