• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

Is PHP The Way To Go?

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

triflux

Disabled
Joined
Feb 22, 2002
Location
New York
Is PHP the way to go? I have learned C and C++ but I need a server side program that can create complex programs, such as user accounts etc...

I was wondering if I should go with PHP or perl. Perl seems a bit out of date and PHP seems a bit too new ahhhh
 

XWRed1

Senior Member
Joined
Oct 31, 2001
C/C++, PHP, Perl, ASP, doesn't matter!

You can build user account systems and other complex programs with them all!
 
OP
T

triflux

Disabled
Joined
Feb 22, 2002
Location
New York
that's what I was thinking C/C++ personally takes me too much time for server side web apps.

I think I will go for PHP thanks for the info XW
 
OP
T

triflux

Disabled
Joined
Feb 22, 2002
Location
New York
thanks drunkmonkey it is almost sad how easy this is I feel stupid learning this. PHP is obviously advanced though I mean the logic put into it is great. Finally a great extension on html not only that but the numerous other features. Though I am not sure if perl has a longer learning curve (bet it does) but I can make complex user accounts in php anyhow

thanks
 

Visidex

Member
Joined
Jan 20, 2002
When I think of Perl I think of regular expressions and my hats off to anyone that can do those. They're so useful yet unfriendly.
 

foshdawg

Registered
Joined
Mar 27, 2002
Location
ALABAMA YO!
PHP is as easy as you let it be. i've had troubles with it in the past because i'd try and do something so easy the hard way and vice versa. if you know C++, you can easily pick up PHP. but making user accounts isn't complex, it's quite easy ;)
 
OP
T

triflux

Disabled
Joined
Feb 22, 2002
Location
New York
ahhh thanks for the input fosh, that is interesting the way you went about php etc... I just hope to learn the syntax in all as I tried with html and passed scripting languages.

though I am not sure how long that will take but I will try to do it quickly.
 

adovbs

Registered
Joined
Mar 24, 2002
Location
Texas
I think you will find that PHP is fairly "C-like" in the syntax and with your background it should be even easier for you to pick up than, say, VBScript. Yes, it's pretty powerful - we use it at work in certain instances when VBScript just can't do the job.

Adovbs