
Php
bruni
III
展开
-
perl PHP Session connector
perl PHP Session connectorMr. Kaster provide a link:http://search.cpan.org/~miyagawa/PHP-Session-0.26/lib/PHP/Session.pm#___top原创 2007-02-09 12:57:00 · 723 阅读 · 0 评论 -
XAMPP : Apache MySQL PHP PERL 安装包
一个可以让你省点力的东东: XAMPP Many people know from their own experience that its not easy to install an Apache web server and it gets harder if you want to add MySQL, PHP and Perl. XAMPP is an easy to i转载 2007-03-13 18:31:00 · 1300 阅读 · 0 评论 -
PHP SESSION 问题
今天再次遇php session问题,已经是第二次了 幸好找到了下面这篇文章 我遇到的问题就是按照以下第二中方式解决的 在此特别转载并收录原文地址: http://www.faq-it.org/archives/php3/493240c247cba22d78fab77c1ce4ace1.phpPHP的session功能,一直为许多的初学者为难。就连有些老手,有时都被搞得莫名其妙。本文,将这转载 2007-03-07 01:56:00 · 1065 阅读 · 0 评论 -
Using Perl Code from PHP:: php_perl extention, php_perl.dll
In my current project, it has some old code in PERL and new code in both PERL and PHP. The PHP and PERL code need connect each other, especially the session variables. Currently, we need PHP to get P转载 2007-02-27 18:40:00 · 25047 阅读 · 0 评论 -
How to Add Perl CGI Script Support to Your Apache Server on Windows
There are two good links about this topic:http://www.thesitewizard.com/archive/addcgitoapache.shtml http://www.thescripts.com/serveradministration/webservers/apache/virtual-hosting/app/Install_Apac原创 2007-02-24 16:08:00 · 1219 阅读 · 0 评论 -
PHP 5.1.6 integration with Apache 2.2.4
-- unzip php to D:/php516 as $PHP-- copy $PHP/php5ts.dll to $WINDOWS/system32/php5ts.dll-- rename $PHP/php.ini-dist => $PHP/php.ini-- open $PHP/php.ini and edit # find extension_dir = "./" =>原创 2007-02-28 18:26:00 · 1045 阅读 · 0 评论 -
phpMyAdmin error about language selection
ON my laptop (Chinese windows xp professional), when I visit the phpMyAdmin of our customer, there is an error occurred. This is because my internet explorers language preference is Chinese. Warning:原创 2007-02-15 19:41:00 · 897 阅读 · 0 评论 -
php session 丢失问题
设置php.ini中的session.cookie_path = /http://my.donews.com/renew/2006/03/23/php-session%E4%B8%A2%E5%A4%B1%E9%97%AE%E9%A2%98%E7%9A%84%E8%A7%A3%E5%86%B3/另外,session.save_path中指定的文件夹路径要存在.原创 2007-02-08 23:08:00 · 1317 阅读 · 0 评论 -
PHP MySQL integration
1. copy $php/php5ts.dll and libmysql.dll into $windows/system322. in php.ini#find extension=php_mysql.dll and add a new line:extension=php_mysqli.dllA detail step by step link:http://a51.neostrada原创 2007-02-08 22:19:00 · 845 阅读 · 0 评论 -
apache url_rewrite module 安装/配置
url rewrite是Apache中一个很有用的功能,因为手上的项目要用到该功能,所以今天安装测试了一下.1. 在http.conf文件中,找到LoadModule rewrite_module modules/mod_rewrite.so,把前面的注释(#)去掉.2. 在中,设置 AllowOverride All3. 在网页文件夹中新建一个.htaccess文件,里面进行url原创 2007-03-19 21:56:00 · 900 阅读 · 0 评论