Re: [PHP-WIN] Instaling PHP in windows with Apache

2001-04-06 Thread Gaylen Fraley
Try a couple of things to try to debug this. 1.) View the source of the blank page. Is any of the script coming across? 2.) Review your server error log. is there anything in it? -- Gaylen ""Margarida"" <[EMAIL PROTECTED]> wrote in message 9alm10$euu$[EMAIL PROTECTED]">news:9alm10$euu$[EMAIL

[PHP-WIN] How can I judge a sessionid is being used or not?

2001-04-06 Thread yanshuldg
I mean that I have a onlineuser table,which contains two columns, sessionid and username. When the user is online,I insert his sessionid(created by php) and username into the sessionid table,and I want to delete the record when the user is offline,That's: How can I judge a sessionid is being used

[PHP-WIN] How can I judge a sessionid is being used or not?

2001-04-06 Thread yanshuldg
I mean that I have a onlineuser table,which contains two columns, sessionid and username. When the user is online,I insert his sessionid(created by php) and username into the sessionid table,and I want to delete the record when the user is offline,That's: How can I judge a sessionid is being used

php-windows Digest 7 Apr 2001 00:12:18 -0000 Issue 531

2001-04-06 Thread php-windows-digest-help
php-windows Digest 7 Apr 2001 00:12:18 - Issue 531 Topics (messages 6547 through 6556): PHP as an Apache module 6547 by: Phil Driscoll -help 6548 by: Jakub Charyna 6549 by: Asendorf, John 6550 by: Karl 6551 by: Alain Samoun 6554 by: Tomasz Ab

[PHP-WIN] Instaling PHP in windows with Apache

2001-04-06 Thread Margarida
Dear All I've installed Apache Server in my PC (windows9*) and it is running ok. I get an answer when I ping my own machine and I can see apache's default homepage. I've made the changes necessary in the httpd.conf file. I've configured my php.ini and copied the dlls to the windows directory.

Re: [PHP-WIN] How can I judge a sessionid is being used or not?

2001-04-06 Thread Johannes Janson
Hi, why do you want to tore it in a table. You create the session to store variables in it. There is no use in storing it in a table since the $PHPSESSID changes every time you visit the page anew. Johannes "yanshuldg" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PR

Re: [PHP-WIN] -help

2001-04-06 Thread Tomasz Abramowicz
(php command syntax for "no comment") > memory laps... > > On Fri, Apr 06, 2001 at 05:07:53PM +0100, Karl wrote: > > help - my fingers have seized up.. > > > > Jakub Charyna wrote: > > > > > > > > > > > -- > > > PHP Windows Mailing List (http://www.php.net/) > > > To unsubscribe, e-mail: [EMAIL

RE: [PHP-WIN] Problems with TEXT fields in MSSQL

2001-04-06 Thread Flint Doungchak
Hi Hugo, Depending on what version of PHP you are using and what version of the MSSQL module you are using, you can edit the following lines in the php.ini file to retrieve longer text fields. ; Valid range 0 - 2147483647. Default = 4096. ;mssql.textlimit = 4096 ; Valid range 0 - 2147483647.

[PHP-WIN] Problems with TEXT fields in MSSQL

2001-04-06 Thread Hugo Alexandre Almeida Soares Dias
Hi I'm having some problems while using text fields in MSSQL. I update them normally with the UPDATE command, but when i do the SELECT in PHP it only returns me the top 4096 bytes (4KB). Then i did the same thing in the SQL Query Analizer (SQL Enterprise) and the same select returns me just fin

Re: [PHP-WIN] -help

2001-04-06 Thread Alain Samoun
memory laps... On Fri, Apr 06, 2001 at 05:07:53PM +0100, Karl wrote: > help - my fingers have seized up.. > > Jakub Charyna wrote: > > > > > > > -- > > PHP Windows Mailing List (http://www.php.net/) > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTEC

Re: [PHP-WIN] -help

2001-04-06 Thread Karl
help - my fingers have seized up.. Jakub Charyna wrote: > > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] -- =

RE: [PHP-WIN] -help

2001-04-06 Thread Asendorf, John
Where would you like us to start? - John Asendorf - [EMAIL PROTECTED] Web Applications Developer http://www.lcounty.com - NEW FEATURES ADDED DAILY! Licking County, Ohio, USA 740-349-3631 Aliquando et insanire iucundum est > -Original Message- > From: Jakub Charyna [m

[PHP-WIN] -help

2001-04-06 Thread Jakub Charyna
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-WIN] PHP as an Apache module

2001-04-06 Thread Phil Driscoll
As an interim position before I transfer most of my production sites from NT to Linux, it would be helpful for me to move from IIS to Apache, so that I can get everything in order for a quick switch to Linux. I am happy that Apache with PHP as a cgi is stable, but I have no experience with PHP as

php-windows Digest 6 Apr 2001 10:54:49 -0000 Issue 530

2001-04-06 Thread php-windows-digest-help
php-windows Digest 6 Apr 2001 10:54:49 - Issue 530 Topics (messages 6541 through 6546): Re: Excel Manipulation 6541 by: alain samoun Re: Exec() In Windows 6542 by: alain samoun Re: Error on new install on IIS 5.0 6543 by: Phil Driscoll Re: mail() Function and time

[PHP-WIN] Zend IDE/Debugger Install missing files?

2001-04-06 Thread Adam Robertson
Hi all, I'm trying to install the new Zend IDE and Debug server on my win2k / Apache / MySQL dev system. Following the install PDF I get as far as step 2.3 but I don't appear to have the install_license.reg file anywhere. Does anyone know where to get this file? Cheers, Adam -- PHP Windows M