RE: [PHP-WIN] Displaying one record per page

2003-08-27 Thread Croskerry, Dan
What database are you using? MySQL, MSSQL, Oracle...? -Original Message- From: Harpreet [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 2:33 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Displaying one record per page I have a sql command that returns more then one rows. I want

[PHP-WIN] Using Sablotron to parse remote XML via xslt (to HTML)

2003-08-27 Thread Ryan Vesely
Hi, I am having many difficulties getting sablotron php extentions to work in my environment for remote xml. Here's what I am using: OS: WIndows 2000 PHP version: 4.3.3RC4 Expat version: 1.95.6 Sablotron Version: 0.97 Server Software: IIS 5.0 If the files are stored locally, and I getcwd() for

php-windows Digest 27 Aug 2003 18:23:58 -0000 Issue 1889

2003-08-27 Thread php-windows-digest-help
php-windows Digest 27 Aug 2003 18:23:58 - Issue 1889 Topics (messages 21259 through 21262): Re: Web page timeout with PHP 4.3.3 on IIS & Win2K 21259 by: Phil Driscoll graphs in flash to be integrated with php 21260 by: toby z Weird timeout error 21261 by: Charles P.

[PHP-WIN] Displaying one record per page

2003-08-27 Thread Harpreet
I have a sql command that returns more then one rows. I want to display one record per page using NEXT to show the other records. Each page displaying one record. Help is appreciated. Regards, Harpreet Kaur -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.

[PHP-WIN] Weird timeout error

2003-08-27 Thread Charles P. Killmer
I have this script in the prepend directive. This records the time that the script starts and a few other things and writes them to a file. A few days ago I got this error three times. [19-Aug-2003 21:10:26] PHP Fatal error: Maximum execution time of 240 seconds exceeded in c:\php\include

[PHP-WIN] graphs in flash to be integrated with php

2003-08-27 Thread toby z
hay guyz im stuck with graphs again .. i am generating bar graphs in simple php code now i have to replace these with "folor-full" pie charts in flash i came accross 2 good flash pie-charts on the net but im clueless as how i can integrate my php code with either one of these . n the

Re: [PHP-WIN] Re: Web page timeout with PHP 4.3.3 on IIS & Win2K

2003-08-27 Thread Phil Driscoll
Sorry - I messed up building the installer. A correct version should be available for download soon. In the meantime if you download the zip version of the Windows binary and replace the php.exe on your machine with the one from the zip (N.B. not the one in the cli folder) things should start w

php-windows Digest 27 Aug 2003 04:28:00 -0000 Issue 1888

2003-08-27 Thread php-windows-digest-help
php-windows Digest 27 Aug 2003 04:28:00 - Issue 1888 Topics (messages 21252 through 21258): Web page timeout with PHP 4.3.3 on IIS & Win2K 21252 by: Scott Stricker 21253 by: Scott Stricker 21254 by: M.Staiger 21255 by: Scott Stricker 21257 by: Edin Kad

[PHP-WIN] SQL Query request is just hanging.

2003-08-27 Thread Larry_Li
I'm using IIS5.0 on W2k. I have upgraded w2k to sp4 and ms sql server to sp3. I created a new table and just do a simple query in php program. But it seems sql server doesn't return any query result. I'm using mssql_fetch_array() function, but no any return. PHP program is just pending there. I

[PHP-WIN] Re: Web page timeout with PHP 4.3.3 on IIS & Win2K

2003-08-27 Thread Edin Kadribasic
There is an error in the 4.3.3 installer package. A new package is being made. In the meanwhile you can use the installer, and then replace php.exe with the one shipped in the zip package. Edin "Scott Stricker" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm trying to run phpmyA

[PHP-WIN] Connecting to a remote database server

2003-08-27 Thread Harpreet
I am using the following to connect to the database through my php page. Now I want to host the website on another server and conenct to the database on another machine. How do i change my code. Do i just change the path to the computer name $_SESSION["hostname"] = "computer name"; $_SESSION["dbna