Learning PHP

Get help on web editors (Frontpage, Dreamweaver) and web languages (HTML, ASP, PHP).
Post Reply
Azgard
Moderator Emeritus
Posts: 3117
Joined: 03 Aug 2003, 02:00
Location: Cape Town

Learning PHP

Post by Azgard »

Can anyone recommend any good sites to learn PHP basics and advanced stuff.

Gonna be working with a friend of mine soon for his new company/magazine, and he told me to learn PHP so I can work on the website/servers.
Psych0_Cr1tt3r
Registered User
Posts: 3535
Joined: 04 Jul 2003, 02:00
Location: PTA
Contact:

Post by Psych0_Cr1tt3r »

Azgard
Moderator Emeritus
Posts: 3117
Joined: 03 Aug 2003, 02:00
Location: Cape Town

Post by Azgard »

Thanks man, much appreciated. Will have a look at that when I get home :D
Mal
Registered User
Posts: 301
Joined: 22 Nov 2005, 02:00
Location: JHB

Post by Mal »

nice thread. thanks for the link!
Kronos
Moderator Emeritus
Posts: 4280
Joined: 28 May 2003, 02:00
Location: Azeroth
Contact:

Post by Kronos »

PHP? YUK!!!

Learn ASP.NET 2.0 and then tell your buddy that it's a much better option.
Image
F-ROD
Registered User
Posts: 55
Joined: 13 Jul 2006, 02:00

Post by F-ROD »

ASP?EEEW!!!!
Learn PHP and AJAX
Kronos
Moderator Emeritus
Posts: 4280
Joined: 28 May 2003, 02:00
Location: Azeroth
Contact:

Post by Kronos »

F-ROD wrote:ASP?EEEW!!!!
Learn PHP and AJAX
Yes, ASP sucks, but ASP.NET is cool.
Image
Mal
Registered User
Posts: 301
Joined: 22 Nov 2005, 02:00
Location: JHB

Post by Mal »

what makes them better/worse? whats the difference between ASP and ASP.Net? Whats the difference between PHP and ASP?

What is AJAX?
Last edited by Mal on 06 Oct 2006, 11:14, edited 1 time in total.
skunkymunky
Permanently Banned
Posts: 5906
Joined: 04 Mar 2003, 02:00
Location: The HoffPalace

Post by skunkymunky »

Kronos wrote:
F-ROD wrote:ASP?EEEW!!!!
Learn PHP and AJAX
Yes, ASP sucks, but ASP.NET is cool.
Thank you, finally some 1 with a brain
Fool people into thinking youve got a horse by taking off a unicorns horn
Kronos
Moderator Emeritus
Posts: 4280
Joined: 28 May 2003, 02:00
Location: Azeroth
Contact:

Post by Kronos »

Mal wrote:what makes them better/worse? whats the difference between ASP and ASP.Net? Whats the difference between PHP and ASP?
There's a world of difference.

Firstly, and most importantly, the tools to actually work in are better.
Visual Studio .NET 2005 is about 100 billion years ahead of anything you can get for PHP.

ASP.NET has much better structure than PHP in that you controll ALL Server code as normal C# or VB.NET code. Completely separate from the HTML, and it is compiled into a DLL.
It's not simply embedded in the html and then just enterpreted out of the page when it is loaded.

In PHP, all the server side code is embedded in the html.

The controls that are pre-made for ASP.NET are more usefull, better thought out, and obviously, Pre-Made, so you don't have to reinvent the wheel. You simply use the control, and the compiler adds all the functionality, so you don't have to write all the Javascript for client side functionality.

The difference between ASP and ASP.NET is that ASP is VB, while ASP.NET is code independent. i.o.w. you can write it in C#, VB.NET or even Managed C++ if you want to.
Image
Mal
Registered User
Posts: 301
Joined: 22 Nov 2005, 02:00
Location: JHB

Post by Mal »

interesting. Thanks. gonna look into ASP
Kronos
Moderator Emeritus
Posts: 4280
Joined: 28 May 2003, 02:00
Location: Azeroth
Contact:

Post by Kronos »

Mal wrote:interesting. Thanks. gonna look into ASP
Not ASP, it's old tech. Do ASP.NET 2.0
Image
Mal
Registered User
Posts: 301
Joined: 22 Nov 2005, 02:00
Location: JHB

Post by Mal »

will do, thanks man
Azgard
Moderator Emeritus
Posts: 3117
Joined: 03 Aug 2003, 02:00
Location: Cape Town

Post by Azgard »

Kronos wrote: PHP? YUK!!!

Learn ASP.NET 2.0 and then tell your buddy that it's a much better option.
I'm just learning what I was told to ;) Will tell him though and see what he says.

ASP .NET looks pretty cool, I've used VS .NET 2003 and I really enjoyed working with it with some .NET C++ projects.
Abdul
Registered User
Posts: 2
Joined: 08 Sep 2004, 02:00
Contact:

Re: Learning PHP

Post by Abdul »

You can try the following site, for some easy-to-learn books.:
It's caled inpics.net. Computer books based on pictures, not text.
http://inpics.net/

Azgard wrote:Can anyone recommend any good sites to learn PHP basics and advanced stuff.

Gonna be working with a friend of mine soon for his new company/magazine, and he told me to learn PHP so I can work on the website/servers.
Norri
Registered User
Posts: 5
Joined: 30 Jan 2007, 02:00

Back on topic

Post by Norri »

Back on topic... ;)

Here are some sites that helped me.

www.devshed.com (Try find their 101 tutorial)
www.zend.com (Great tutorials and they give more secure examples)
www.php.net (So easy to learn the language from the manual. Not a lot of programming manuals are like that!)
SKHOKHO21
Registered User
Posts: 3
Joined: 04 May 2007, 02:00

Nice

Post by SKHOKHO21 »

Thanks a lot, lots of great views !!!
jee
Registered User
Posts: 19336
Joined: 03 Jun 2003, 02:00
Location: a hole so deep...

Post by jee »

Not sure, but found this and hope it can help ;)
http://www.sharex.org/scripts/
"Integrity" and "integer" both contain a Latin root meaning "whole; complete." The root sense, then, is that people may be said to be acting with integrity when their beliefs, words, and actions have a sense of unity or wholeness.
gandanga
Registered User
Posts: 15
Joined: 05 Sep 2007, 02:00
Contact:

Re: Learning PHP

Post by gandanga »

be sure to get the .chm manual free on the net too
Azgard wrote:Can anyone recommend any good sites to learn PHP basics and advanced stuff.

Gonna be working with a friend of mine soon for his new company/magazine, and he told me to learn PHP so I can work on the website/servers.
Post Reply