Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General > PHP / mySQL

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 08-28-2016, 10:14 AM   #1
ehsanagar
Registered User
 
Join Date: Aug 2016
Posts: 23
what is php?

PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.

What distinguishes PHP from something like client-side JavaScript is that the code is executed on the server, generating HTML which is then sent to the client. The client would receive the results of running that script, but would not know what the underlying code was. You can even configure your web server to process all your HTML files with PHP, and then there's really no way that users can tell what you have up your sleeve.

source : php.net
ehsanagar is offline   Reply With Quote

Old 09-07-2016, 11:25 AM   #2
Hussain
Registered User
 
Join Date: Sep 2016
Posts: 1
PHP is a Web Programming Language, which is use to Make a Web Applications. If you want to learn PHP, I recommended first you will learn HTML5, CSS3 and JavaScript / JQuery
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Hussain is offline   Reply With Quote
Old 11-04-2016, 10:23 PM   #3
mahesa
Registered User
 
Join Date: Nov 2016
Posts: 10
Quote:
Originally Posted by Hussain View Post
PHP is a Web Programming Language, which is use to Make a Web Applications. If you want to learn PHP, I recommended first you will learn HTML5, CSS3 and JavaScript / JQuery
good :thum bup:
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
mahesa is offline   Reply With Quote
Old 09-29-2016, 11:40 PM   #4
eumaxindia
Registered User
 
Join Date: Aug 2016
Posts: 640
PHP is an Personal home page used develop dynamic website.it is an scripting language.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
eumaxindia is offline   Reply With Quote
Old 10-02-2016, 06:44 AM   #5
topgoodreviews
Registered User
 
Join Date: Sep 2016
Posts: 16
PHP stands for Hypertext Preprocessor. A web page is created using HTML and to make that web page dynamic we use PHP language.
__________________
Wasim Ali
Email
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Website
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
topgoodreviews is offline   Reply With Quote
Old 10-12-2016, 10:42 PM   #6
Claire_Anderson
Registered User
 
Join Date: Aug 2016
Posts: 40
PHP is a programming language. It is used to create dynamic web pages. It is also a scripting language which is used for creating web applications. PHP can also be used to create responsive websites. PHP is a very popular language because it is easy to learn and use.
There are also various platform for developing PHP applications like WordPress, Yii and Zend platform. With PHP, CSS and HTML are also compulsory for creating the web pages. Where HTML is used to create the contents of the webpages and CSS is used to define the layout of the web pages.
__________________
Claire

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Claire_Anderson is offline   Reply With Quote
Old 10-25-2016, 02:28 AM   #7
whmcssmarters
Registered User
 
Join Date: Sep 2016
Posts: 85
Hi,
php stands for hypertext preprocessor. It is a server-side scripting language. It is basically used for creating dynamic web pages.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
whmcssmarters is offline   Reply With Quote
Old 10-25-2016, 06:15 AM   #8
davidmobo
Registered User
 
Join Date: Sep 2016
Location: Cardiff
Posts: 73
PHP : hypertext pre processor. it is a web development language . is a server side language .
web design cardiff , web design agency , Web design London ,Mobo
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
davidmobo is offline   Reply With Quote
Old 11-09-2016, 09:59 AM   #9
WANNABE
Registered User
 
Join Date: Nov 2016
Posts: 10
posts like this are great
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
WANNABE is offline   Reply With Quote
Old 11-09-2016, 12:28 PM   #10
hdwallpapers
Registered User
 
Join Date: Nov 2016
Posts: 22
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
For Example:
<!DOCTYPE HTML>
<html>
<head>
<title>Example</title>
</head>
<body>

<?php
echo "Hi, I'm a PHP script!";
?>

</body>
</html>
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
hdwallpapers is offline   Reply With Quote
Old 01-02-2017, 04:41 AM   #11
Nandu41
Registered User
 
Join Date: Sep 2016
Posts: 65
PHP is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Nandu41 is offline   Reply With Quote
Old 01-25-2017, 03:41 AM   #12
tyagi
Registered User
 
Join Date: Jan 2017
Posts: 102
Php

PHP is the most comman server-side scripting platform provided by web application server,can be easily installed on your own local client machine means on your computer.
tyagi is offline   Reply With Quote
Old 01-28-2017, 01:32 AM   #13
SEO Khan
Registered User
 
Join Date: Jan 2017
Posts: 33
PHP is a Web Programming Language it is use to Make a Web Applications.PHP : hypertext pre processor
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
SEO Khan is offline   Reply With Quote
Old 04-13-2017, 11:39 PM   #14
anitatiwari01
Registered User
 
Join Date: Apr 2017
Posts: 314
PHP is an acronym for "PHP: Hypertext Preprocessor" it is a widely-used, open source scripting language and scripts are executed on the serve.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
anitatiwari01 is offline   Reply With Quote
Old 04-14-2017, 12:15 AM   #15
icemachine220
Registered User
 
Join Date: Apr 2017
Location: Noida
Posts: 123
Thank you so much for it.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
icemachine220 is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Importance of Php Development for Web Development tech.biztech Programming General 35 11-22-2019 12:37 AM
PHP introduction stevepatton PHP / mySQL 48 06-17-2019 02:02 AM
PHP project training in ahmedabad, live project training in php ahmedabad anantitsolution Post your ad here 1 07-16-2013 07:42 PM
PHP – The Web Development Leader . noahwilson PHP / mySQL 0 07-05-2013 01:11 AM
Are you aware of the fact that PHP programming is the most widely used one? johnrichards774 PHP / mySQL 3 02-07-2012 05:41 AM


All times are GMT -7. The time now is 12:19 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.