Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 08-26-2011, 09:44 PM What is PHP?
Physicsguy's Avatar
404 - Title not found

Posts: 920
Name: Scott Kaye
Location: Ontario
Trades: 0
I'd like to see the kind of responses we'll get here, so I'm asking you to define what you think PHP is. Stuff like what it's used for, where it runs from, etc.

So, What is PHP? Post your answer below.
__________________
Check out my
Please login or register to view this content. Registration is FREE
or my
Please login or register to view this content. Registration is FREE
!
Physicsguy is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-27-2011, 04:47 AM Re: What is PHP?
Super Spam Talker

Posts: 879
Name: Paul W
Trades: 0
A programming language that has become insanely popular in recent years. Sufficient libraries and examples abound that amateurs can easily do simple things clumsily and difficult things badly.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE


*** New:
Please login or register to view this content. Registration is FREE
PaulW is offline
Reply With Quote
View Public Profile
 
Old 08-27-2011, 06:29 AM Re: What is PHP?
vectorialpx's Avatar
Extreme Talker

Posts: 249
Name: octavian
Location: Bucharest
Trades: 0
A reasonable answer can be found at wikipedia but the main definition is discovered after you start working with it. Some say that PHP is a pour language... I don't agree, if you know to handle it well. As an offtopic, when I started to learn it was very hard to get some resources and it was a real competition to learn something, now everything it's like an open book. I kinda' regret that time.

Quote:
Sufficient libraries and examples abound that amateurs can easily do simple things clumsily and difficult things badly.
Unfortunately true and unfortunately some are still "making websites" before knowing what a class is.
__________________
you can
Please login or register to view this content. Registration is FREE
vectorialpx is offline
Reply With Quote
View Public Profile Visit vectorialpx's homepage!
 
Old 08-27-2011, 08:13 AM Re: What is PHP?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,384
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Quote:
Some say that PHP is a pour language...
I don't think it is a poor language. Just a poor function naming convention (or lack of one).

It has the look or hallmark of a language designed by and written by a committee who never actually communicated with each other.
Some function names have an underscrore as a word seperator require_once for example, others such as phpinfo do not. Then there is the txtspk names hex2bin for instance but also there are such conversion functions as strtoupper or strtolower

And it's not even consistent in groups of similar functions, ie string handling;

strip_tags vs stripslashes

It makes it look as if it was created by amateurs for amateurs.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?

Last edited by chrishirst; 08-27-2011 at 08:15 AM..
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 08-27-2011, 09:38 AM Re: What is PHP?
Physicsguy's Avatar
404 - Title not found

Posts: 920
Name: Scott Kaye
Location: Ontario
Trades: 0
Great answers, guys! I agree with the fact that PHP has poor naming conventions.

PHP is a server-side language, which means nothing can be done dynamically without using other technologies, such as AJAX. Recently I was asked to create an image slideshow using only PHP, but I told the guy the only way to do it with strictly PHP was to use sleep() or usleep() (which each delay the page loading). What people need to understand is that PHP isn't an event oriented language like JS. It can't handle or 'do something' as it happens.

That's my rant
__________________
Check out my
Please login or register to view this content. Registration is FREE
or my
Please login or register to view this content. Registration is FREE
!
Physicsguy is offline
Reply With Quote
View Public Profile
 
Old 08-27-2011, 12:42 PM Re: What is PHP?
phazorRise's Avatar
Skilled Talker

Posts: 57
Name: Sachin Gutte
Trades: 0
well for me, php is language which dragged me away from asp. A great online community like this forum and y'all guys !
Quote:
PHP has poor naming conventions.
agree with that.

Quote:
amateurs can easily do simple things clumsily and difficult things badly.
now that's i think absolutely true. I myself wrote some classes for example mail, bbcode parsers, pagination very badly. And after some time i realized it was like waste of time.

and programmer don't really have to worry about including libraries. it's done automatically unlike jsp where need to handle them explicitly.
__________________
Make everything as simple as possible, but not simpler. — Albert Einstein

Please login or register to view this content. Registration is FREE
phazorRise is offline
Reply With Quote
View Public Profile
 
Old 09-12-2011, 08:39 AM Re: What is PHP?
Novice Talker

Posts: 5
Trades: 0
PHP is application which is having big market in open source technology.One can easily develop his Application in PHP rather than in .net or any other language.Its free and easy to use.Most User friendly after Asp.NET.
epixeltechno is offline
Reply With Quote
View Public Profile
 
Old 09-12-2011, 10:26 AM Re: What is PHP?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,384
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Quote:
Originally Posted by epixeltechno View Post
PHP is application which is having big market in open source technology.One can easily develop his Application in PHP rather than in .net or any other language.Its free and easy to use.Most User friendly after Asp.NET.
Well! I'm sure that convoluted, and somewhat arcane explanation will have people flocking to the developers you are promoting in your signature.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 09-12-2011, 10:43 AM Re: What is PHP?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,384
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Or on the other hand. ....




...

Maybe not!
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 09-14-2011, 03:29 PM Re: What is PHP?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,384
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Websites CANNOT be created with PHP, webpages and sites are built using Hyper Textual Mark Up Language (HTML).

PHP is used for WRITING HTML to the user agent.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 09-22-2011, 06:01 AM Re: What is PHP?
Novice Talker

Posts: 8
Trades: 0
php makes my website function properly without it... We would die.
__________________

Please login or register to view this content. Registration is FREE
leway is offline
Reply With Quote
View Public Profile
 
Old 09-22-2011, 07:14 AM Re: What is PHP?
Junior Talker

Posts: 2
Trades: 0
Hai,
PHP is an open-source, HTML-embedded scripting language that can be used to develop web applications.
EmmyJackson is offline
Reply With Quote
View Public Profile
 
Old 09-22-2011, 02:35 PM Re: What is PHP?
NullPointer's Avatar
Will Code for Food

Posts: 2,815
Name: Matt
Location: Irvine, CA
Trades: 0
Quote:
Originally Posted by EmmyJackson View Post
PHP is an open-source, HTML-embedded scripting language that can be used to develop web applications.
PHP is not embedded into HTML. HTML can be the output of a PHP script. There is no connection between HTML and PHP other than that PHP is generally used to generate HTML code.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
NullPointer is offline
Reply With Quote
View Public Profile Visit NullPointer's homepage!
 
Old 09-22-2011, 05:53 PM Re: What is PHP?
Super Spam Talker

Posts: 879
Name: Paul W
Trades: 0
Quote:
Originally Posted by NullPointer View Post
PHP is not embedded into HTML. HTML can be the output of a PHP script. There is no connection between HTML and PHP other than that PHP is generally used to generate HTML code.
Apart from that you were spot on though
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE


*** New:
Please login or register to view this content. Registration is FREE
PaulW is offline
Reply With Quote
View Public Profile
 
Old 09-25-2011, 11:48 AM Re: What is PHP?
Novice Talker

Posts: 5
Trades: 0
The best FREE programming language for me. Better than Java for me. Java is on your computer, PHP on the server. Is very important for me
__________________

Please login or register to view this content. Registration is FREE
*
Please login or register to view this content. Registration is FREE
Creep77 is offline
Reply With Quote
View Public Profile Visit Creep77's homepage!
 
Old 09-25-2011, 01:12 PM Re: What is PHP?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,384
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Quote:
Originally Posted by Creep77 View Post
The best FREE programming language for me. Better than Java for me. Java is on your computer, PHP on the server. Is very important for me
I guess you actually mean javeSCRIPT not Java.

Because Java has a clientside part in the Java Virtual Machine (JVM) and a serverside component in Java applets.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 09-25-2011, 02:43 PM Re: What is PHP?
lynxus's Avatar
Awesomeo-Maximo

Posts: 1,618
Location: UK
Trades: 1
I always think of PHP as an upgrade to Perl lol

Mainly because Perl annoys the hell outta me. ( not sure why )

But my description of PHP is:

PHP is a server side scripting language that can be used to generate 'on the fly' HTML helping to create a dynamic website.

Then again,
I use PHP both as a dynamic html scripting lang and as a server side scripting language to replace poorly written perl scripts.
__________________

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE


lynxus is offline
Reply With Quote
View Public Profile Visit lynxus's homepage!
 
Old 09-25-2011, 03:16 PM Re: What is PHP?
Physicsguy's Avatar
404 - Title not found

Posts: 920
Name: Scott Kaye
Location: Ontario
Trades: 0
I find myself often replacing what would be advanced JS with an AJAX call so PHP can do it for me.
__________________
Check out my
Please login or register to view this content. Registration is FREE
or my
Please login or register to view this content. Registration is FREE
!
Physicsguy is offline
Reply With Quote
View Public Profile
 
Old 09-25-2011, 10:11 PM Re: What is PHP?
Novice Talker

Posts: 5
Trades: 0
@chrishirst Of course Sorry

Last edited by Creep77; 09-25-2011 at 10:16 PM.. Reason: correction
Creep77 is offline
Reply With Quote
View Public Profile Visit Creep77's homepage!
 
Old 09-30-2011, 02:28 AM Re: What is PHP?
Novice Talker

Posts: 12
Trades: 0
Hello..

PHP is a programming language used almost exclusively for Dynamic Websites.It is an open-source server-side scripting and programming language.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

yourmobisite is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to What is PHP?

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.66635 seconds with 12 queries