php或asp.net这个? [英] php or asp.net for this?

查看:49
本文介绍了php或asp.net这个?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我知道php vs asp.net上已有一百万个主题。我之前的

体验是使用asp,但我现在正在为一家公司做一个网站,

让我可以免费使用我想要使用的技术。我是b $ b用购物车等开发在线产品目录。这是

a部分愿望清单。


1)如上所述,购物车。

2)数据库搜索功能(搜索多个字段和短语

出现在内)。

3)管理员公司更新,修改和删除记录的页面。

4)管理员功能,以便将产品类别记录集下载到他们的PC中,并以ascii分隔格式。这是因为

他们希望能够与在线数据库绑定,并使用Quark生成一个

打印目录。


基于上面提到的一些功能,我将不胜感激

反馈哪个开发平台(asp.net vs php)将是

更容易学习/使用/实现以上。


谢谢!

Bailey--

解决方案

< blockquote> MBS写道:

我知道php vs asp.net上已有一百万个主题。我之前的经验是使用asp,但我现在正在为一家公司建立一个网站,该网站让我可以免费使用我想要使用的技术。我正在开发一个带购物车等的在线产品目录。这是一个部分愿望清单。

1)如上所述,购物车。
你可以使用php会话这个

2)一个数据库搜索功能(搜索多个字段和短语
出现在内)。
3)一个管理页面公司更新,修改和删除记录。


所有标准mysql_query东西

4)管理功能,以便产品类别记录集可以ascii分隔格式下载到他们的PC 。这是因为他们希望能够与在线数据库绑定,以便使用Quark生成
打印目录。


做mysql查询 - 输出为text / csv(在标题中),这应该提示浏览器下载
,并写出查询内容在csv格式


基于上面所需的一些功能,我将不胜感激
关于哪个开发平台(asp.net vs php)将更容易的反馈
学习/使用/实现上述。


这对你来说是一个学习曲线,因为你有一个asp背景,但是

PHP学习曲线很浅 - 你应该有某种类型的演示

并在大约2周左右的时间内运行。


查看hotscripts.com例如php代码 - 这是一个公平的数字

购物车和其他东西。


谢谢!
Bailey -




永远不要使用预制脚本,因为它们永远不适合您的网站背景

架构,而不是您自己创建应用程序。由于这是一个小型项目,我建议使用PHP,因为编写应用程序的速度更快。

但也因为它免费且更容易实现比ASP.NET + MSSQL +

Session。但是既然你已经拥有了ASP背景,那么为什么不坚持它呢?因为asp最适合电子商务。大多数电子商务公司使用MS

服务器进行数据存储和交换,因此asp比php更自然地处理数据。也许如果你对你拥有的东西更加精确,你想要花多少钱,以及你想要分享数据的公司,也许我可以给你一个b $ b给你一个更好的建议,既然ASP.NET和PHP可以同时做两件事,他们只是做不同的事情......


Savut


" kaptain kernel" <无**** @ nospam.gov>在消息中写道

news:40 *********************** @ news.easynet.co.uk。 ..

MBS写道:

我知道php vs asp.net已经有一百万个主题了。我之前的经验是使用asp,但我现在正在为一家公司建立一个网站,该网站让我可以免费使用我想要使用的技术。我正在开发一个带购物车等的在线产品目录。这是一个部分愿望清单。

1)如上所述,购物车。


你可以使用php会话

2)数据库搜索功能(搜索多个字段和短语
在其中发生)。
3)公司管理页面,用于更新,修改和删除记录。



所有标准的mysql_query内容

4)管理功能这样产品类别记录集就可以以ascii分隔格式下载到他们的PC上。这是因为他们希望能够与在线数据库绑定,并使用Quark生成一个
打印目录。



做mysql查询 - 输出为text / csv(在标题中),应该



提示浏览器下载,并以csv格式写出查询内容

基于上面提到的一些功能,我很感激
反馈哪些开发平台(asp.net vs php)将更容易学习/使用/实现上述。



这对你来说是一个学习曲线,因为你有一个asp背景,但PHP学习曲线很浅 - 你应该有某种演示
并在大约2周左右的时间内运行。

查看hotscripts.com,例如php代码 - 有相当数量的
购物车和其他东西那里。

谢谢!
Bailey -



" MBS" < MB ****** @ bellsouth.net>在消息中写道

news:bd ************************** @ posting.google.c om ...

我知道php vs asp.net上已有一百万个主题。我之前的经验是使用asp,但我现在正在为一家公司建立一个网站,该网站让我可以免费使用我想要使用的技术。我正在开发一个带购物车等的在线产品目录。这是一份部分愿望清单。

1)如上所述,购物车。
2)数据库搜索功能(搜索多个字段和短语
内部)。
3)公司管理页面,用于更新,修改和删除记录。
4)管理员功能如此产品类别记录集可以以ascii分隔格式下载到他们的PC。这是因为他们希望能够与在线数据库绑定以使用Quark生成
打印目录。

基于上面提到的一些功能,我很感激
关于哪个开发平台(asp.net vs php)将更容易学习/使用/实现以上的反馈。

谢谢!
Bailey -




PHP / MySQL / Linux

-

Mike Bradley
http://www.gzentools.com - 免费在线php工具


I know there are already a million threads on php vs asp.net. My prior
experience is with asp but I am now doing a website for a company that
has given me free reign over which technology I want to use. I am
developing an online product catalogue with shopping cart etc. Here is
a partial wish list.

1)As mentioned, a shopping cart.
2)A database search feature (to search multiple fields and phrase
occurences within).
3)An admin page for the company to update, modify, and delete records.
4)An admin feature so that a product category recordset can be
downloaded to their PC in an ascii delimited format. This is because
they want to be able to tie-in to the online db to also generate a
print catalogue using Quark.

Based on some of the features desired above, I would appreciate
feedback on which development platform (asp.net vs php) would be
easier to learn/use/implement for the above.

Thanks!
Bailey--

解决方案

MBS wrote:

I know there are already a million threads on php vs asp.net. My prior
experience is with asp but I am now doing a website for a company that
has given me free reign over which technology I want to use. I am
developing an online product catalogue with shopping cart etc. Here is
a partial wish list.
1)As mentioned, a shopping cart. you can use php sessions for this
2)A database search feature (to search multiple fields and phrase
occurences within).
3)An admin page for the company to update, modify, and delete records.
all standard mysql_query stuff
4)An admin feature so that a product category recordset can be
downloaded to their PC in an ascii delimited format. This is because
they want to be able to tie-in to the online db to also generate a
print catalogue using Quark.
do the mysql query - output as text/csv (in the header), which should prompt
the browser to download , and write out the query contents in csv format

Based on some of the features desired above, I would appreciate
feedback on which development platform (asp.net vs php) would be
easier to learn/use/implement for the above.
it''ll be a learning curve for you , as you have an asp background, but the
PHP learning curve is quite shallow - you should have some sort of demo up
and running in about 2 weeks or so.

check out hotscripts.com for example php code - there''s a fair number of
shopping carts and other stuff on there.

Thanks!
Bailey--




Never use premade script as they will never fit with your website background
architecture than if you create your application yourself. Since this is a
small project, I suggest to use PHP as it''s faster to write applications.
But also because it''s free and easier to implement than ASP.NET + MSSQL +
Session. But since you already have a ASP background, why not stick with it
since asp is best suited for e-commerce. Most e-commerce company use MS
Server for data storing and exchange, so it more natural for asp than php to
handle data. Maybe if you give more precision on what you have and how must
you want to spend, and with what company you want to share data, maybe I
could give you a better suggestion, since ASP.NET and PHP can do both the
same thing, they just do it differently...

Savut

"kaptain kernel" <no****@nospam.gov> wrote in message
news:40***********************@news.easynet.co.uk. ..

MBS wrote:

I know there are already a million threads on php vs asp.net. My prior
experience is with asp but I am now doing a website for a company that
has given me free reign over which technology I want to use. I am
developing an online product catalogue with shopping cart etc. Here is
a partial wish list.

1)As mentioned, a shopping cart.


you can use php sessions for this

2)A database search feature (to search multiple fields and phrase
occurences within).
3)An admin page for the company to update, modify, and delete records.



all standard mysql_query stuff

4)An admin feature so that a product category recordset can be
downloaded to their PC in an ascii delimited format. This is because
they want to be able to tie-in to the online db to also generate a
print catalogue using Quark.



do the mysql query - output as text/csv (in the header), which should


prompt the browser to download , and write out the query contents in csv format

Based on some of the features desired above, I would appreciate
feedback on which development platform (asp.net vs php) would be
easier to learn/use/implement for the above.



it''ll be a learning curve for you , as you have an asp background, but the
PHP learning curve is quite shallow - you should have some sort of demo up
and running in about 2 weeks or so.

check out hotscripts.com for example php code - there''s a fair number of
shopping carts and other stuff on there.

Thanks!
Bailey--



"MBS" <mb******@bellsouth.net> wrote in message
news:bd**************************@posting.google.c om...

I know there are already a million threads on php vs asp.net. My prior
experience is with asp but I am now doing a website for a company that
has given me free reign over which technology I want to use. I am
developing an online product catalogue with shopping cart etc. Here is
a partial wish list.

1)As mentioned, a shopping cart.
2)A database search feature (to search multiple fields and phrase
occurences within).
3)An admin page for the company to update, modify, and delete records.
4)An admin feature so that a product category recordset can be
downloaded to their PC in an ascii delimited format. This is because
they want to be able to tie-in to the online db to also generate a
print catalogue using Quark.

Based on some of the features desired above, I would appreciate
feedback on which development platform (asp.net vs php) would be
easier to learn/use/implement for the above.

Thanks!
Bailey--



PHP/MySQL/Linux

--
Mike Bradley
http://www.gzentools.com -- free online php tools


这篇关于php或asp.net这个?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆