由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - A question.
相关主题
Help me with a stupid question.一般用什么方案区别不同 用户?
thank you! Re: calling lynx from perl cgi-scriptCGI脚本是什么
Perl CGI to MySQL problem请教:网页的Back按钮是怎么做的?
在CGI程序中有何好方法返回HTMLHow to access ORACLE via ASP?
想建个网站有规模的网站,诸多问题请指教,谢了先!Bourne Shell CGI 的一个简单问题
做cookie有没有捷径how to process session varible in javascript?
apache conf help!!!哪些免费的web hosting好?
help on perl!!A question on ASP
相关话题的讨论汇总
话题: server话题: question话题: perl话题: cookie话题: script
进入BuildingWeb版参与讨论
1 (共1页)
r***e
发帖数: 31
1
I want to enable cookie acceptance for a windows 2000 based web server, what
do I need to configure on the server side?
(I am using perl script for this site, in perl script, I need to get cookie
parameters, but always get nothing, is this something to do with my server?
how to correct this?)
s**********i
发帖数: 711
2

correct your scripts.

【在 r***e 的大作中提到】
: I want to enable cookie acceptance for a windows 2000 based web server, what
: do I need to configure on the server side?
: (I am using perl script for this site, in perl script, I need to get cookie
: parameters, but always get nothing, is this something to do with my server?
: how to correct this?)

r***e
发帖数: 31
3
My scripts works well when sitting on a Linux server. How can you tell this is
caused by my script?

what
cookie
server?

【在 s**********i 的大作中提到】
:
: correct your scripts.

p******f
发帖数: 162
4

pay attention to "\r" & "\n", perl interpretes them differently on diff
platforms. Use \015 & \012 instead.

【在 r***e 的大作中提到】
: My scripts works well when sitting on a Linux server. How can you tell this is
: caused by my script?
:
: what
: cookie
: server?

1 (共1页)
进入BuildingWeb版参与讨论
相关主题
A question on ASP想建个网站有规模的网站,诸多问题请指教,谢了先!
Introduce you a little script做cookie有没有捷径
script questionapache conf help!!!
请问哪里有比较好的DHTML Hier Menu..help on perl!!
Help me with a stupid question.一般用什么方案区别不同 用户?
thank you! Re: calling lynx from perl cgi-scriptCGI脚本是什么
Perl CGI to MySQL problem请教:网页的Back按钮是怎么做的?
在CGI程序中有何好方法返回HTMLHow to access ORACLE via ASP?
相关话题的讨论汇总
话题: server话题: question话题: perl话题: cookie话题: script