do u advice me to do my online store using ASP or PHP

Reply

Join Date: Apr 2005
Posts: 24
Reputation: T.J is an unknown quantity at this point 
Solved Threads: 0
T.J T.J is offline Offline
Newbie Poster

do u advice me to do my online store using ASP or PHP

 
0
  #1
Jun 15th, 2005
hello all
i want to update my online store and i want also to know is it good to do it in PHP or should i use ASP again

cuz for my opinion i dont like the design of the website and you can all check it here

Http://www.hamilalmusk.com

and please tell me what is also the opinion in the design of it and what do u like to do for it so you can all like it



Thank You
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 54
Reputation: senexom is an unknown quantity at this point 
Solved Threads: 0
senexom's Avatar
senexom senexom is offline Offline
Junior Poster in Training

Re: do u advice me to do my online store using ASP or PHP

 
1
  #2
Jun 28th, 2005
I have done lots of work in both, and PHP is a much better choice!

Why I think so...

Saves you money - PHP + Linux are free, so when you host it somewhere the savings are passed down to you as opposed to ASP which required a Windows OS that is more expensive then free, not by much.

More power - PHP offers hundreds of adventages over ASP with many very useful builtin function like the GD library for on the fly image processing and simple mail function which does not come with ASP by default.

Support - You will find much more code nippets or even complete code samples in PHP vs ASP which also has a bunch.

ASP is a powerful web development language, but I would choose PHP in a heart beat over it.

my 2 cents

PS Please don't start another war of the scripts here
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 24
Reputation: T.J is an unknown quantity at this point 
Solved Threads: 0
T.J T.J is offline Offline
Newbie Poster

Re: do u advice me to do my online store using ASP or PHP

 
0
  #3
Jun 28th, 2005
hi
lool im not gonna start war heheh its just more informtion for ppl

i heared that ASP is more secure than PHP so they advice any one doing an online store and have credit cards database to use asp or even JSP

is that true???


its just more information for me

thanx in advance
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 54
Reputation: senexom is an unknown quantity at this point 
Solved Threads: 0
senexom's Avatar
senexom senexom is offline Offline
Junior Poster in Training

Re: do u advice me to do my online store using ASP or PHP

 
0
  #4
Jun 28th, 2005
PHP is not more secure the ASP, nor is it the other way around!

Your site will only be as secure as you code it. If you ask me, people that say that one is more secure then the other are obviously bias toward one.

In order to have a secure web site, with whichever language you use, you need to use up to date coding practices, and have proper measure taken on server level, like closing ports and setting up firewalls and making sure that you use SSL for sensitive data.
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 354
Reputation: Troy is an unknown quantity at this point 
Solved Threads: 5
Troy's Avatar
Troy Troy is offline Offline
Posting Whiz

Re: do u advice me to do my online store using ASP or PHP

 
0
  #5
Jul 1st, 2005
I appreciate senexom's inbiased assessment. Posts such as "ASP Sucks!" or "PHP RULES!" just don't help anybody!

I have been a professional web/database developer for 10 years. I started out doing CGI using a language called PL/B. I quickly moved to ASP/VBScript and SQL Server. This is where the majority of my experience has been. I used this architecture every day for years. A little over a year ago, I started working with PHP/MySQL. The decision to use the LAMP architecture was driven by cost. We had a database heavy web application, and SQL Server hosting costs were going to kill the project. It took me all of about 2 weeks to FALL IN LOVE with PHP and MySQL.

I had all the reason in the world to be biased towards the Microsoft way--ASP/VBScript. You'd think as I learned the PHP way of doing things, I'd naturally find it strange or "bad". The opposite was true. Almost every time I had to learn the PHP way to do things I used to do in ASP, it was easier and more intuitive to my understanding. Senexom mentioned the power of all the built in functions. He's exactly right. With ASP, I was always needing third-party components--many that came at a price--to get the functionality I needed. With PHP, I have yet to run into anything I can't do with the existing PHP libraries.

I'm not looking for a scripting language war either, but I feel I had all the reasons NOT to like PHP, and it won me over fast.
Troy Wolf is the author of SnippetEdit. "Website editing as easy as it gets." IX Web Hosting
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 354
Reputation: Troy is an unknown quantity at this point 
Solved Threads: 5
Troy's Avatar
Troy Troy is offline Offline
Posting Whiz

Re: do u advice me to do my online store using ASP or PHP

 
0
  #6
Jul 2nd, 2005
Interesting article on Oracle's site regarding PHP vs ASP.NET.
http://www.oracle.com/technology/pub.../hull_asp.html
Troy Wolf is the author of SnippetEdit. "Website editing as easy as it gets." IX Web Hosting
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 24
Reputation: T.J is an unknown quantity at this point 
Solved Threads: 0
T.J T.J is offline Offline
Newbie Poster

Re: do u advice me to do my online store using ASP or PHP

 
0
  #7
Jul 16th, 2005
thnx alot Troy i will read the article
and thnx guys for the answers gr8 answers
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 78
Reputation: chrisranjana is an unknown quantity at this point 
Solved Threads: 3
chrisranjana chrisranjana is offline Offline
Junior Poster in Training

Re: do u advice me to do my online store using ASP or PHP

 
0
  #8
Jul 26th, 2005
Php or Asp , If you could follow the best programming principles and make your website and your customer data secure then that would be a step forward.
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 1
Reputation: Canleaf is an unknown quantity at this point 
Solved Threads: 0
Canleaf Canleaf is offline Offline
Newbie Poster

Re: do u advice me to do my online store using ASP or PHP

 
0
  #9
Aug 10th, 2005
Read this after you read oracle's article
http://weblogs.asp.net/bleroy/articles/193608.aspx
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 54
Reputation: senexom is an unknown quantity at this point 
Solved Threads: 0
senexom's Avatar
senexom senexom is offline Offline
Junior Poster in Training

Re: do u advice me to do my online store using ASP or PHP

 
0
  #10
Aug 10th, 2005
Oh NO not this again :rolleyes:

What you have there is two separate articles written, admit it with some prejudice against one or the other side. Although the blog has some good points regarding the oracles paper, it tends to over excaudate as well. Neither can be fully trusted end of story!

I'm sorry but how the heck does oracle compare .Net to PHP anyways, they are completely different things apples and oranges if you will. I would consider "classic" ASP to be a subject of such a story, but .NET is on a whole different level.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the IT Professionals' Lounge Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC