|
-
Jan 16th, 2006, 08:16 PM
#1
Thread Starter
Frenzied Member
To PHP, or not to PHP
I've moved over to web dev using asp.net from deskop apps about 3 months ago.
So far, I found the .net easy to use, convenient, blah blah...but I'm just FED UP with all the performance issues on have when you rely on .net to do your things.
I really want to stick with web dev...find it really stimulating.
Now I look at some really good sites (like our forums here) and helllooooo...PHP!
So I started thinking of carry on doing asp.net at work (too late to turn back now), but start doing my own stuff in PHP, and eventually switch over to PHP (plan to start working on my own later this year)
Will anyone be so kind to tell me the pro's and con's of such decision, and wether you would advice it?
Also I would like some info like:
1) Good resources (sites, books, articles, forums, etc)
2) Startup tips
3) Most commonly used development tools. (gimme a text editor with numbered lines and I'm happy!)
4) Most commonly used technologies with PHP (like mySQL for db? how about ms sql server, which I'm pretty used to)
Thanks for your time, and hope to get some replies soon!
StraNger!
-
Jan 16th, 2006, 09:12 PM
#2
-
Jan 16th, 2006, 09:17 PM
#3
Thread Starter
Frenzied Member
Re: To PHP, or not to PHP
just seen on php.net, that php 4.sth were released this month...Datacide mentioned a book on php5....Sth I should know about the differen t versions?
to start out with, I ust got php and mysql for dummies.
Will go shop for books the week-end (if I can get anything in English.....these chinese are lucky man. Hundreds of books on every topic you can imagine in te shops. The a few english books in the corner... )
-
Jan 16th, 2006, 09:22 PM
#4
PowerPoster
Re: To PHP, or not to PHP
I wouldn't bother with PHP5 just yet, theres alot of changes or something that will break programs written in PHP4, so not many places use it.
-
Jan 16th, 2006, 09:26 PM
#5
Thread Starter
Frenzied Member
Re: To PHP, or not to PHP
I should have read the "Read First" post. Some great links there by VisualAd (Thanks bru!)
Can anyone tell me in all honestly if they agree with me, that adding php to my skills , and over time turning my back on asp.net, is a good idea???
least I will be able to put asp.net, ms sql, php, mysql on my resume.
-
Jan 17th, 2006, 02:15 AM
#6
Hyperactive Member
Re: To PHP, or not to PHP
http://wrox.com/WileyCDA/WroxTitle/p...764579665.html
It helped me alot. its PHP5. I havent had any problems with it.
Also theres PHPEdit from http://www.waterproof.fr/
Get the free trial. if you like it. Buy the license. Or you can apply for a Personal License. Which is just as good and FREE. Which is what i have.Has FTP support.
Alot of People Prefer notepad.
A few people i know use Syn Text editor. From http://syn.sourceforge.net/
Then theres Dreamweaver. Not Free. But its koo. Has FTP support.
Theres tons of others. But these are what i know and have used.
----------------
I have a ASP.NET book. I dabbled in it for 6 months.
The oly problem i had was finding a ASP host.
You can pretty much embed the PHP in the HTML. Just like you do with ASP.
My dad had to learn ASP for work. Where-as I learned PHP to use as a hobby.
Last edited by PlaGuE; Jan 17th, 2006 at 02:18 AM.
Without balance, there could only be chaos.
Without chaos, there could be no balance.
I live with karma. Eat with destiny. Dream of life without shackles....
Yet. If life had no consequences, life could not exist, nor could it flourish.
If at first you dont succeed.You're screwed.
C++/Java NOOB.
I aint a professional at PHP, but if i can help i will.
-
Jan 17th, 2006, 02:42 AM
#7
Re: To PHP, or not to PHP
There is no harm in learning another language. I prefer PHP of ASP.net for several reasons, but the main being that PHP is cross platform and I can have an entrie development envrionment runnning off my USB disk.
I am inclined to disagree with PcM, PHP 5 is now stable and the change from 4 isn't too bad. You'll have most problems if your programs make a lot of use of PHP 4's object model, however, it is still backward compatible.
-
Jan 17th, 2006, 02:44 AM
#8
Thread Starter
Frenzied Member
Re: To PHP, or not to PHP
I kinda got used to using CrimsonEditor for editing html...maybe stick with that, will see.
Right now looking at Apache Web Server. I see I can use IIS, but why not make use of the oppurtunity to add apache to my skills, and in the future, get me another box, figure out linux, and have apache run on it?
I read here like 65% of websites use apache, 25% IIS...wow! Would never have guessed.
This is gonna be fun....one set of technologies at work, another for home .
-
Jan 17th, 2006, 02:46 AM
#9
Thread Starter
Frenzied Member
Re: To PHP, or not to PHP
 Originally Posted by visualAd
I am inclined to disagree with PcM, PHP 5 is now stable and the change from 4 isn't too bad. You'll have most problems if your programs make a lot of use of PHP 4's object model, however, it is still backward compatible.
...hmmm...and I liked the way this php with mysql for dummies started.
got php5 and mysql bible too now, so will carry on with that, after learning to install and use apache and mysql.
-
Jan 17th, 2006, 07:05 AM
#10
PowerPoster
Re: To PHP, or not to PHP
 Originally Posted by visualAd
I am inclined to disagree with PcM, PHP 5 is now stable and the change from 4 isn't too bad.
Ahh, that must be why every hosting company offers PHP 5 now instead of PHP 4... oh.. hang on a minute..
-
Jan 17th, 2006, 07:14 AM
#11
Re: To PHP, or not to PHP
My hosting company offers both. The website I run also uses PHP 5.
Apache 1.3 with PHP 4 is still the most stable and recommended for production environments though, which is why most hosts only offer PHP 4. I have run into a few bugs with PHP 5 so you are right, I just don't agree.
-
Jan 17th, 2006, 07:16 AM
#12
Re: To PHP, or not to PHP
PcM, the companies offer PHP4 because of existing code. But continuing to write code in PHP4 now would be a mistake, I think. PHP5's object model offers a lot over PHP4, and several other extensions are very nice, too. (PDO anyone?)
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Jan 20th, 2006, 03:06 AM
#13
Re: To PHP, or not to PHP
-
Jan 20th, 2006, 06:32 AM
#14
Re: To PHP, or not to PHP
 Originally Posted by visualAd
My hosting company offers both.  The website I run also uses PHP 5.
Apache 1.3 with PHP 4 is still the most stable and recommended for production environments though
I agree about the PHP part, but no way is Apache 1.3 in any way recommended over 2.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Jan 21st, 2006, 10:04 AM
#15
Hyperactive Member
Re: To PHP, or not to PHP
just wanted to add: Dreamweaver these days works great with PHP. These days Dreamweaver and PHP go together like C# and Visual Studio. You should really give it a shot. You won't regret it.
____________________________________________
Please rate my messages. Thank you!
____________________________________________
Bram Vandenbon
http://www.bramvandenbon.com
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|