More Virtual Promote ... Gazette · Webmaster & SEO Tools · Scumware.com · Free Website Templates

SEF

Search Engine Forums
Helping to make the Web - Since 1998
Virtual Promote Member Spotlight
Buy Text Link Ads

Targeted traffic and increase your link popularity. Free Newsletter. (textlinkads)

Login Password Forget your password?    Trouble Logging In?
.
Forums Index Active Topics New Topics My Topics Search My Profile Register Inbox   Rules & TOS
.
 
Forum Index · Search Engine Forums · Building, Hosting & Maintaining Your Website · SEO Tools & Software Utilities · PHP V ASP which is best
 
Remove from hotlist
Reply to this thread Create a New Topic in this forum
Mark This Forum Read
Printer Friendly Version Print this thread
Email this thread to a friend eMail this thread to a friend  
Moderator(s): Prowler
Previous Topic Next Topic
Member Message

cadobady
Joined: Eons Ago
# Posts: 17

View the profile for cadobady Send cadobady a private message

Posted: 02/04/2005 03:56 am
Edit Message Delete Message Reply to this message

Hi

i am not a developer but want to know which of the above is better to create a dynamic database driven website - PHP or ASP?

thanks for any help



Ron C
Joined: Jul 23, 1999
# Posts: 1468

View the profile for Ron C Send Ron C a private message

Posted: 02/04/2005 07:52 am
Edit Message Delete Message Reply to this message

I'm afraid that's like asking whether Ford or Chevy is better for driving across country. It's partly relative to personal taste, it's partly a matter of how you intend to drive, and it's at least in part going to be determined by how much you want to spend.

There is no clear winner, not between Chevy and Ford and not between PHP and ASP, else the other would have long ago gone out of business. The answer depends on what you've done in the past, and what you want to do in the future.

What operating system are you running? What database would you like to run? How large is the application you need, and how interactive do you expect it to be?

The good news is, since there's not really any right answer, there's also not really any wrong answer. Either PHP or ASP will do a good job for most jobs. smile




mukul
Joined: Oct 12, 2003
# Posts: 241

View the profile for mukul Send mukul a private message

Posted: 02/04/2005 09:02 am
Edit Message Delete Message Reply to this message

If you do not require that is too "windows" specific then I will suggest you opt for PHP. This is becuase the overall cost of application will be lower in PHP.

Mukul



ultraseeker
Joined: Feb 16, 2005
# Posts: 15

View the profile for ultraseeker Send ultraseeker a private message

Posted: 02/16/2005 12:23 pm
Edit Message Delete Message Reply to this message

I used to develop exclusively with ASP/SQL Server.
Now, it's PHP/MySQL. It's usually less expensive and easier to find a good hosting solution with this platform.
Also more likely to find good PHP developers. PHP is friendlier than ASP for web apps. More built-in functions.
My own pref.
If you aren't committed yet, I'd go with PHP.



g1smd
Moderator
Joined: Jul 28, 2002
# Posts: 10060

View the profile for g1smd Send g1smd a private message

Posted: 02/16/2005 04:54 pm
Edit Message Delete Message Reply to this message

PHP is stable and feature rich. It is low-cost; and it isn't likely to suddenly change, require additional licences, extra fees etc.



JakeJeck
Joined: Nov 15, 2000
# Posts: 131

View the profile for JakeJeck Send JakeJeck a private message

Posted: 02/17/2005 11:06 am
Edit Message Delete Message Reply to this message

Amazing how many people are anti-Microsoft but yet have no idea what they're talking about when making comparisans.



jag5311
Joined: Feb 15, 2005
# Posts: 6

View the profile for jag5311 Send jag5311 a private message

Posted: 02/19/2005 11:34 pm
Edit Message Delete Message Reply to this message

PHP is probably better because its open source, but ASP is still widely used. We use it at the company I work for. We are a microsoft shop anyways.

I personally code in Coldfusion mx / mysql for my database needs, but cfmx can be expensive. I am lucky I have a friend giving me free hosting.

Anyways, I personally find ASP to be easier to understand, but thats partly because I have been around it more then PHP.

I am a web designer, not a programmer, so I still struggle with any programming language.

They are both good languages and there is really no advantage over the other, except for the open source bit.

With php, there are always additional modules being created, people doing bug research, etc... so like they said, PHP might be more on the stable side.




spiderglobe
Joined: Sep 15, 2001
# Posts: 5

View the profile for spiderglobe Send spiderglobe a private message

Posted: 02/24/2005 01:15 am
Edit Message Delete Message Reply to this message

Ls,

I personal preffer PHP with the combination of the Apache webserver. Although this could be realized with ASP under apache a lot of documentation tips are available on the internet with Apache and PHP. It's just a matter of what your are used to program with (I'am using Apache in combination with eClipse).
To program SEF URLS pages you can do the following:
- Use the apache webserver with mod_rewrite;
- Define in your PHP / ASP code SEF urls
- Rewrite all incomming URLS with the .htaccess file to 1 PHP / ASP script which translates the incoming URL into the correct parameters and rewrites the URL.

With the above steps you can define keywords in your URLS and make them look static.

Beside rewriting the URL's you must also be able to "hack" the http header parameters, and for example replace the last-modified date. This can easily be done within the PHP environment (I'am not sure if this can be done in ASP).

One tip: I'am currently using mambo (www.mamboserver.com) and I've transform Mambo into a real SEF CMS. You can look into the Mambo code of how they have solved some of this issues.

Greetings:

Richard





ricz361
Joined: Mar 06, 2005
# Posts: 1

View the profile for ricz361 Send ricz361 a private message

Posted: 03/07/2005 01:02 am
Edit Message Delete Message Reply to this message

NO doubt about PHP is developer friendly and function riched and asp is microsoft friendly



JakeJeck
Joined: Nov 15, 2000
# Posts: 131

View the profile for JakeJeck Send JakeJeck a private message

Posted: 03/08/2005 09:05 am
Edit Message Delete Message Reply to this message

Does php even have a good IDE?

Having used both PHP and ASP.NET, .net is much more robust and developer friendly.





beasthecloud
Joined: Mar 17, 2005
# Posts: 1

View the profile for beasthecloud Send beasthecloud a private message

Posted: 03/17/2005 01:27 pm
Edit Message Delete Message Reply to this message

Hi there,

i am currently helping re do this site www.modelmarque.com, its done in cartweaver latest version, any1 of any tips to help it get googled better, done the trick with / inseatd of ? & = for products to make it spider freindly:D

Craig



dcaff03
Joined: Eons Ago
# Posts: 142

View the profile for dcaff03 Send dcaff03 a private message

Posted: 03/17/2005 01:34 pm
Edit Message Delete Message Reply to this message

"...Amazing how many people are anti-Microsoft but yet have no idea what they're talking about when making comparisans."..

I don't see any specific MS bashing going on here..
just folks discussing their preferences...on the other hand..

"....Does php even have a good IDE?"...
I do detect some Open Source bashing here..

and with this:
"... .net is much more robust and developer friendly."

Yes..MS is better at "holding your hand"




 
Forum Index · Search Engine Forums · Building, Hosting & Maintaining Your Website · SEO Tools & Software Utilities · PHP V ASP which is best
Who's Online?
There are 256 guests and 2 members in the forums right now.
Reflects user activity within the last 5 minutes
Previous Topic Next Topic
You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
  1. You have not yet logged in, or registered properly as a member
  2. You are a member, but no longer have posting rights.
  3. This is a private forum, for which you do not have permissions.

If you are a recent member, it's possible that you simply have not yet confirmed your account. Please check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions contained within.

If you cannot find this message, click here to Re-Send it.

If you are still experiencing problem, please read the Login Assistance Article for some advice on what may be causing your login not to work properly.

Switch to Advanced Editor and ... Create a New Topic or Reply to this Thread



Related Forum Topics
  1. Submit form to multiple emails using a PHP form (In: Coding & Databases - PHP, ASP, Perl, etc.)
  2. What is PHP? (In: Coding & Databases - PHP, ASP, Perl, etc.)
  3. Crawling database through PHP store locator (In: General Search Engine Optimization)



© 1995 - 2006  ·  iWeb, Inc  ·  DBA JimWorld Productions