from http://roshanbh.com.np/2008/01/uploading-larger-files-in-php.html
I’ve seen that many of my friends are struggling with the uploads of the bigger or larger files in PHP. After looking at their struggle, i’m here to solve the problem of uploading larger or bigger files in PHP.
Most of the web servers are configured such a way that a [...]
ini_set(‘display_errors’,1);
error_reporting(E_ALL|E_STRICT);
from http://bbs.eblhost.cn/redirect.php?tid=174&goto=lastpost#lastpost
对于开源的系统最大的优点当然是免费,而且可以根据自己的需要选择插件,以适应自己的需要。但有一个前提,目前国内很多年谓开源的商城系统其实是要收费。其中都有一个条款就是大意是不能用于商业用途,作为电子商务软件不用于商业用途又能有什么用?真的用来学习编程吗?但国外的这几款开源的网店系统却真的是免费的,可以用于建设你的独立网店而无需付费。
以下是对多款开源网店的性能与各种参数进行一系列的对比,希望各位从中可以选出适合自己的网店系统。ECShop作为国内商城系统的代表也列入其中以作比较。(以下表格内容来源自网络收集)
从各软件特性分析
(中文语言、授权方式、系统功能、搜索引擎、模板、用户数量) 软件名称 Magento ECShop osCommerce Zen Cart Freeway 中文语言 支持繁体中文 支持 支持 支持 不支持 授权方式 OPL 协议 免费 GPL 协议 付费 GPL 协议免费 GPL 协议 免费 GPL 协议 免费 系统性能 速度中等 速度中等 速度中等 速度快 [...]
from http://browsers.garykeith.com/downloads.asp
Just a short note of php browser capabilities project to do browser detection
<?
session_start();
$_SESSION['mySession'] = “hello”;
header (“Location: xpage.php”);
exit(); //This sentence do the magic
?>
[notice] child pid 4005 exit signal Segmentation fault (11)
If you read this from the httpd log, please check that whether you have the following running at the same time:
Zend Optimizer apc eAccelerator
If yes, disable and only leave one running.
Just a note: If you have to use IIS and CakePHP together, however, you don’t have any privileges to the setting on production server, especially on shared hosting server, this is for you.
Just uncomment this line
//Configure::write(‘App.baseUrl’, env(‘SCRIPT_NAME’));
And change to
Configure::write(‘App.baseUrl’, env(‘SCRIPT_NAME’).”?”);
And the url will become pretty, at lease not ugly.
/context/index.php?/controller/action/param1/param2 [...]
From http://www.phpbb.com/community/viewtopic.php?f=64&t=993475
Scenario:
I have one existing system with a “user” table. The key elements of this table:
UserID > Auto increment primary key
Email > varchar with unique constraint; this also acts as the login for the “website”
Password > varchar
IsActive > integer for storing user’s “active” status [...]
From PHP manual
post_max_size integer Sets max size of post data allowed. This setting also affects file upload. To upload large files, this value must be larger than upload_max_filesize. If memory limit is enabled by your configure script, memory_limit also affects file uploading. [...]
-
Articles
- October 2012
- May 2012
- April 2012
- March 2012
- February 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
-
Calendar
May 2013 M T W T F S S « Oct 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 -
Meta