Author |
Topic |
|
gavinbsocom
Starting Member
USA
8 Posts |
Posted - 24 September 2003 : 11:11:37
|
I dont really understand php or what it stands for or what it is...Im not asking how to do it, just what does it stand for, and is it a scripting languarge like asp or java script.....What is so good about it...does it have any advantages that the others dont..???Recomend any books that would help me learn asp. I know a lot of online sites, like devguru. And now this place. I have the asp in a nutshell and vbscript in a nutshell. I need more though!!! OK thank you. |
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
|
Doug G
Support Moderator
USA
6493 Posts |
Posted - 24 September 2003 : 13:55:30
|
php is very similar to asp, except asp supports more than one scripting language while php is a language as well as a framework.
|
====== Doug G ====== Computer history and help at www.dougscode.com |
|
|
Roland
Advanced Member
Netherlands
9335 Posts |
Posted - 24 September 2003 : 14:42:56
|
Personally I think PHP is really confusing, but I felt the same way when I first took a look at the Snitz source code (and still do sometimes ). But, I'm going to "force" myself to learn how to use it since a lot of people think it's better to host on a Unix sever than on a Windows server (don't ask me why though) and therefore ASP often isn't an option and HTML... well we all know the limitations of HTML |
|
|
laser
Advanced Member
Australia
3859 Posts |
Posted - 24 September 2003 : 16:40:39
|
*nix servers are a lot more robust, so are preferred by many. Hosting is usually cheaper because they run Linux (ZERO license cost), and PHP is just another piece of software to install - although you can instlal it on Windows as well.
The nice thing about ASP is that VBScript is very English-like and easy to read. PHP is more C-like, so seems more cryptic to learn but ultimately does the same job.
Does PHP have things like FSO though ? |
|
|
Doug G
Support Moderator
USA
6493 Posts |
Posted - 24 September 2003 : 17:24:06
|
quote: Does PHP have things like FSO though ?
Yes, php has a full complement of built-in file manipulation funcitons. Plus built-in upload, email and other things you need additional components for in asp.
That said, asp is more extensible in the long run because of it's component model that lets you easily implement functionality from other software packages.
|
====== Doug G ====== Computer history and help at www.dougscode.com |
|
|
gavinbsocom
Starting Member
USA
8 Posts |
Posted - 24 September 2003 : 18:02:33
|
Thanks for the information....I like asp and vbscript...im gonna stick with that. for now...it is the future.. |
|
|
dayve
Forum Moderator
USA
5820 Posts |
Posted - 24 September 2003 : 18:47:11
|
quote: Originally posted by gavinbsocom
Thanks for the information....I like asp and vbscript...im gonna stick with that. for now...it is the future..
.NET is the future and has similar features that PHP has built into their framework. |
|
|
|
Doug G
Support Moderator
USA
6493 Posts |
Posted - 24 September 2003 : 21:34:37
|
quote: .NET is the future and has similar features that PHP has built into their framework.
True if you plan on sticking with MS servers. Personally I'm migrating to non-MS servers as much as I can, which is pushing me into PHP & MySQL. And I like what I find pretty much.
|
====== Doug G ====== Computer history and help at www.dougscode.com |
|
|
|
Topic |
|