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

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 03-08-2017, 08:36 AM   #1
Kirangsc
Registered User
 
Join Date: Mar 2017
Posts: 33
What is basic PHP?

Can anyone tell me about PHP? how i can make a web by using PHP?
__________________
Free Online
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
is
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
where all decent girls and boys can
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
. You can start making new friends in
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
or
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
freely.

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

Old 03-08-2017, 09:45 AM   #2
cluecom
Registered User
 
Join Date: Mar 2017
Location: Philippines
Posts: 1
Send a message via ICQ to cluecom Send a message via AIM to cluecom Send a message via Yahoo to cluecom
Smile Nothing is basic in PHP

Its is a server-side scripting language
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
cluecom is offline   Reply With Quote
Old 04-12-2017, 10:18 PM   #3
anitatiwari01
Registered User
 
Join Date: Apr 2017
Posts: 314
PHP is a server-side scripting language designed primarily for web development but also used as a general-purpose programming language.
__________________

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 05-15-2017, 05:21 AM   #4
roswindow
Registered User
 
Join Date: May 2017
Posts: 7
The PHP Hypertext Preprocessor (PHP) is a programming language that allows web developers to create dynamic content that interacts with databases. PHP is basically used for developing web based software applications. This tutorial helps you to build your base with PHP.
roswindow is offline   Reply With Quote
Old 05-15-2017, 09:35 PM   #5
sin123
Registered User
 
Join Date: Jan 2017
Posts: 674
PHP is a open source server side programming language.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
sin123 is offline   Reply With Quote
Old 05-18-2017, 12:52 AM   #6
btsoft
Registered User
 
Join Date: May 2017
Location: Viet Nam
Posts: 11
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.

Nice, but what does that mean?


Instead of lots of commands to output HTML (as seen in C or Perl), PHP pages contain HTML with embedded code that does "something" (in this case, output "Hi, I'm a PHP script!"). The PHP code is enclosed in special start and end processing instructions <?php and ?> that allow you to jump into and out of "PHP mode."

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.

The best things in using PHP are that it is extremely simple for a newcomer, but offers many advanced features for a professional programmer. Don't be afraid reading the long list of PHP's features. You can jump in, in a short time, and start writing simple scripts in a few hours.
__________________

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.
btsoft 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
The best source of learn PHP easily at home. chikkiarora Programming General 11 02-10-2013 02:18 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 01:26 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.