php and mysql

They have: 12 posts

Joined: Sep 1999

anyone using these right now?

what are the ups and downs you've experienced? thanks all!

They have: 383 posts

Joined: Sep 2000

PHP is probably one of the more popular fads right now and for a good reason. PHP is a very powerful and flexible language for web development. It's ideal for database integration, dynamic sites, e-commerce, etc. Plus it has the open source backing, which is quite popular because of anti-Microsoft sentiment and for other reasons such as project cost. Personally I prefer UNIX/LINUX as a server environment so PHP and mySQL is a great option.

Mark Hensler's picture

He has: 4,048 posts

Joined: Aug 2000

You'll have no trouble getting positive feedback... So let me try to mention some negatives. hmmm...

hmmm....

I suppose if your comming from a background in ASP, you may miss global.asa and the Application Start and End. Though, this can be crudely replicated using a DB and sessions.

I've talked to some PERL fanatics who miss the inherant regex compatability. You now longer can use regex anywhere, you must inclose it in preg_match() or ereg() functions. Not a biggy, but some make a federal case about it.

Some ASP programmers complain about the ease of use the manual provides. They claim that so much information should not be made so readily available, and so easy to access. I suppose this is from extensive exposure to MSDN.

I've also heard some ASP programmers complain about the fewer lines of code needed to perform certain tasks. They've never seen such a short and simple DB connection.

Perl/CGI fanatics don't like the absence of the shebang line. They feel really lost without the path to perl at the top of every script. And dumbfounded after learning that PHP files don't need to reside in a cgi-bin directory.

Then there is the speed issue. Many Perl programmers claim it's unfair that PHP can perform tasks at a faster rate.

Ya.. if your looking for a newer, faster, more flexible language, PHP is not what your looking for. Try one of the older, more worn languages.

[wow.. post 1492. In 1492, Columbus sailed the ocean blue. 8P ]

Mark Hensler
If there is no answer on Google, then there is no question.

mairving's picture

They have: 2,256 posts

Joined: Feb 2001

Yeah, it is a pretty awesome combination. It's free. There are tons of free scripts that are quite easy to configure out there. There are also plenty of tutorials too. Possibly the only negative is security. This is often because PHP is an easy language to learn so people can write scripts but can't secure them properly.

Mark Irving
I have a mind like a steel trap; it is rusty and illegal in 47 states

They have: 12 posts

Joined: Sep 1999

I appreciate all the replies...
I started messing with it yesterday and did a simple database script. Pretty cool stuff

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.