•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the PHP section within the Web Development category of DaniWeb, a massive community of 456,552 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,452 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our PHP advertiser: Lunarpages PHP Web Hosting
Views: 9643 | Replies: 20
![]() |
•
•
Join Date: Feb 2002
Location: Long Island, NY
Posts: 1,134
Reputation:
Rep Power: 12
Solved Threads: 5
#11
Feb 15th, 2003
Yeah, I used to be a QBASIC junkie. I remembered how thrilled I was when I found out about version 4.5 and it's "make executable" option. I remember making a few cheesy games back in the day with other friends and we needed a way to hide our code. This was a thrill. I stopped following QBASIC after 7.0. Sometimes I'm still amazed what you can do with such a restricted language.
Anyone remember the game Gorilla? Immortal Kombat? Nibbles? BalloonX? Those were damn good games. =)
Anyone remember the game Gorilla? Immortal Kombat? Nibbles? BalloonX? Those were damn good games. =)
•
•
Join Date: Jun 2003
Posts: 33
Reputation:
Rep Power: 6
Solved Threads: 0
I would most definately promote PHP over all languages listed above. Partly because I first learned PERL, and the transition to PHP was beautiful. No CHMOD, no specific beginning syntax (such as shebang), and best of all I could just close the tag and start writing HTML (with quotes!). The second reason being because I don't know ASP or ColdFusion, I looked into both however I couldn't get ahold of either for free..so there goes that idea.
I've had my eye on VB6, although I can't get ahold of an install file that will actually install for free, and I don't feel like spending $100 on the standard edition. If anyone has an install file that will actually install (Visual Studio, or Visual C++) it would be greatly appreciated. =]
I got a nice warez version of CodeWarrior, so I can at least look into C++. I have a book on C++, although PHP projects absorb all the time I would otherwise spend on the book. Until further modivation...
I've had my eye on VB6, although I can't get ahold of an install file that will actually install for free, and I don't feel like spending $100 on the standard edition. If anyone has an install file that will actually install (Visual Studio, or Visual C++) it would be greatly appreciated. =]
I got a nice warez version of CodeWarrior, so I can at least look into C++. I have a book on C++, although PHP projects absorb all the time I would otherwise spend on the book. Until further modivation...
http://www.dragex.com/pics/sigmazon3.gif
http://www.virway.com
http://www.dragex.com
http://www.nightboards.com
If a person with multiple personalities threatens suicide, is that a hostage situation?
http://www.virway.com
http://www.dragex.com
http://www.nightboards.com
If a person with multiple personalities threatens suicide, is that a hostage situation?
•
•
Join Date: Feb 2002
Location: Long Island, NY
Posts: 1,134
Reputation:
Rep Power: 12
Solved Threads: 5
I think each language has their strengths. Here are my feelings towards PHP, ASP.NET, Perl, ColdFusion:
PHP - Most growth potential out of all. Rapidly gaining more and more followers. The best choice for small to medium sized businesses due to its price and wealth of free resources. Highly compatible with many OSs.
ASP.NET - Currently a hot technology and medium to big business are questioning its potential. Because it's Microsoft branded, it's here to stay. Also, it's probably the highest in demand when it comes to web development jobs.
Perl - Good language to do administrative tasks on Unix/Linux operating systems. Low development cost compared to other languages. Highly compatible with many OSs. Contains good parsing and a huge amount of resources, like CPAN.org.
ColdFusion - Easiest and fastest way to do web applications. A lot of functionality comes right out of the box, rather than installing modules or components. Great error trapping/reporting. Can integrate with anything written in Java and therefore has most of Java's advantages because all CF pages get compiled by a Java engine and handled as Java Byte code.
PHP - Most growth potential out of all. Rapidly gaining more and more followers. The best choice for small to medium sized businesses due to its price and wealth of free resources. Highly compatible with many OSs.
ASP.NET - Currently a hot technology and medium to big business are questioning its potential. Because it's Microsoft branded, it's here to stay. Also, it's probably the highest in demand when it comes to web development jobs.
Perl - Good language to do administrative tasks on Unix/Linux operating systems. Low development cost compared to other languages. Highly compatible with many OSs. Contains good parsing and a huge amount of resources, like CPAN.org.
ColdFusion - Easiest and fastest way to do web applications. A lot of functionality comes right out of the box, rather than installing modules or components. Great error trapping/reporting. Can integrate with anything written in Java and therefore has most of Java's advantages because all CF pages get compiled by a Java engine and handled as Java Byte code.
_.:: my websites ::._
blog @ www.samaru.net * engi No Jutsu @ www.narutorp.net * portfolio @ shinylight.com
deviantART: inscissor
blog @ www.samaru.net * engi No Jutsu @ www.narutorp.net * portfolio @ shinylight.com
deviantART: inscissor
•
•
Join Date: Jul 2003
Location: Bamberg, Germany
Posts: 117
Reputation:
Rep Power: 6
Solved Threads: 2
Some good sites for php would be
php.net
webmonkey.com
hotscripts.com (for example code)
google.com (hehe, lots of stuff there)
or get a book, some good ones are
sam's teach yourself php in 24 hours
beginning php
Those are just some ones I liked. Ultimatly, PHP is a good language to know for web development. I don't know asp, so I can't really comment on that
php.net
webmonkey.com
hotscripts.com (for example code)
google.com (hehe, lots of stuff there)
or get a book, some good ones are
sam's teach yourself php in 24 hours
beginning php
Those are just some ones I liked. Ultimatly, PHP is a good language to know for web development. I don't know asp, so I can't really comment on that
•
•
Join Date: Aug 2003
Location: Steamboat Springs, CO
Posts: 82
Reputation:
Rep Power: 6
Solved Threads: 0
On PHP books for some quality learning, this is where I'd point you.
The KEY book that can take you from beginner to intermediate PHP programmer IMHO is:
PHP and MySQL Web Development (Welling & Thompson) - I have the first release of this book, and they put out a new one a few months back that I haven't been able to pick up yet... This book is EASY to read, easy to understand, and the code examples are great for a beginner, and they explain it every step of the way.
Other books I own & recommend:
PHP Functions Essential Reference - my library wouldn't be complete without this book... it includes every PHP function, with descriptions, usage, etc. I'd consider it a reference for a intermediate to advanced PHP programmer.
PHP4 Bible - This book is antoher must have for beginning to intermediate PHP programmers.
Professional PHP4 XML - Gets into advanced PHP for use with XML, XSL, XSLT, etc.
Professional PHP Web Services - Advanced level PHP with usage on web applications including SOAP, XML, WSDL, UDDI, XML-RPC, and more... This is the main book I'm still working with on learning some of the theory behind web services.
I love PHP simply because of it's open source nature, quickly growing base of users, and with any other programming background, it's really easy to implement your own coding style into PHP.
The KEY book that can take you from beginner to intermediate PHP programmer IMHO is:
PHP and MySQL Web Development (Welling & Thompson) - I have the first release of this book, and they put out a new one a few months back that I haven't been able to pick up yet... This book is EASY to read, easy to understand, and the code examples are great for a beginner, and they explain it every step of the way.
Other books I own & recommend:
PHP Functions Essential Reference - my library wouldn't be complete without this book... it includes every PHP function, with descriptions, usage, etc. I'd consider it a reference for a intermediate to advanced PHP programmer.
PHP4 Bible - This book is antoher must have for beginning to intermediate PHP programmers.
Professional PHP4 XML - Gets into advanced PHP for use with XML, XSL, XSLT, etc.
Professional PHP Web Services - Advanced level PHP with usage on web applications including SOAP, XML, WSDL, UDDI, XML-RPC, and more... This is the main book I'm still working with on learning some of the theory behind web services.
I love PHP simply because of it's open source nature, quickly growing base of users, and with any other programming background, it's really easy to implement your own coding style into PHP.
•
•
Join Date: Dec 2006
Location: Kikinda, Vojvodina, Serbia, Europe, Planet Earth
Posts: 36
Reputation:
Rep Power: 2
Solved Threads: 0
•
•
Join Date: Nov 2004
Location: tiny island in indian ocean
Posts: 138
Reputation:
Rep Power: 5
Solved Threads: 1
hi well ihave learnt php apache and ,ysql lately, i can say i was really exited all about it. because i think php is hignly in demand and easy to use. now i am learning jsp and i dont have any java programming background so that is veyr hard tpo grasp especiallyy when you have to do shopping carts and ecommerce transactions
anyway wish you luck 4 ya lesarning.
i know a good book php 5 the authors?/ i will find out and tell you
anyway wish you luck 4 ya lesarning.
i know a good book php 5 the authors?/ i will find out and tell you
:lol: I am not one of those who wait for things to happen, :p but one of those who make things happen ;)
•
•
Join Date: Jan 2006
Location: india
Posts: 5
Reputation:
Rep Power: 0
Solved Threads: 0
I suggest you to go for learning any one full language with all features first. Then you can just migrate to any other language of your choice. because most of the languages will have almost similar features with a few differences in coding / application.
Common pc problems and solutions ~ free Proxy list
Why spend money on hosting? Chose your free hosting provider at : Free Hosting World
Why spend money on hosting? Chose your free hosting provider at : Free Hosting World
![]() |
•
•
•
•
•
•
•
•
DaniWeb PHP Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Similar Threads
- Learning PHP (PHP)
Other Threads in the PHP Forum
- Previous Thread: phpBB3 installed, need help installing portal
- Next Thread: where can i find php tutorials



Linear Mode