Re: [PHP-WIN] PEAR and PHP 4.3.3 installer

2003-10-28 Thread Frank M. Kromann
Hi, Take a look at http://go-pear.org/ - Frank > Hello > > I installed PHP 4.3.3 on Windows 200 server. I opted to install PHP via the > installer. > > I noticed I have no support for PEAR. Is it possible to add PEAR support, or > am I going to have ot uninstall, and go with the .ZIP package i

Re: [PHP-WIN] Run php file every day?

2003-10-28 Thread Nick H -- Network Operations
see microsoft's 'at' utility. from command line type: at /? it'll explain what to do. Regards, Nick H. Network Operations Center [EMAIL PROTECTED] Please rate my performance! http://www.supportteam.net/rate.php3 Please submit all new support requests to http://ticketmonster.hostingsupport.co

php-windows Digest 29 Oct 2003 01:48:34 -0000 Issue 1976

2003-10-28 Thread php-windows-digest-help
php-windows Digest 29 Oct 2003 01:48:34 - Issue 1976 Topics (messages 21908 through 21915): Re: Problems with TCP/IP and PHP 21908 by: Robert Duda Speeding up PHP? 21909 by: George Pitcher 21911 by: Andrei BEJENARU Re: Error connecting to MySQL Database 2191

[PHP-WIN] PEAR and PHP 4.3.3 installer

2003-10-28 Thread Brandon
Hello I installed PHP 4.3.3 on Windows 200 server. I opted to install PHP via the installer. I noticed I have no support for PEAR. Is it possible to add PEAR support, or am I going to have ot uninstall, and go with the .ZIP package instead of the installer? Brandon -- PHP Windows Mailing List

[PHP-WIN] Help with COM

2003-10-28 Thread Ethan Nelson
Hello, I am trying to write some excel functions in PHP 4.3.3 using the COM interface. The objective it to create a "BottomEdge" border with regular line styles etc... The actual visual basic code that the macro recorder in excel writes goes as follows: Range("A13:E13").Select Selection.Bo

Re: [PHP-WIN] help!

2003-10-28 Thread Piotr Pluciennik
Hi, check in your php.ini if you've got option "short_open_tag" set to On or try to use full php open tag - " I have been away from my computer for many months and thus, have forgotten many of > the php basics. > > I'm trying to get "back into the swing of things" and the problem I'm having is t

[PHP-WIN] help!

2003-10-28 Thread Patrick Roane
I have been away from my computer for many months and thus, have forgotten many of the php basics. I'm trying to get "back into the swing of things" and the problem I'm having is that my php code is not being parsed. Instead, its being treated like HTML and the code just shows up on the screen

[PHP-WIN] Re: Speeding up PHP?

2003-10-28 Thread Andrei BEJENARU
First of all, you should break the results into chunks getting 20-30 results at a time. A page displaying 1275 result is anything but readable. Use LIMIT in your SQL query and create a navigation bar. Also use indexing of the columns and filtering (WHERE conditions). --- Andrei BEJENARU - Develope

[PHP-WIN] Re: Error connecting to MySQL Database

2003-10-28 Thread Roderick Martin
Michael Hollmann, We tried deleting all the keys (some LEGACY-MYSQL would not delete no matter what we tried), deinstalling, trying to delete the keys that wouldn't delete before again, and reinstalling. Same error. We can run it using "mysqld --console", and it SAYS it's installed as a servi

[PHP-WIN] Speeding up PHP?

2003-10-28 Thread George Pitcher
Hi, I've started redesigning a website that is currently running using Filemaker/Lasso. The new site will by PHP/MySQL. I'm in the early stages but I've been doing some basic tests and I'm disappointed with the speed of PHP in building the web-page. I've set up a SQL query which takes 0.89 secs t

[PHP-WIN] Re: Problems with TCP/IP and PHP

2003-10-28 Thread Robert Duda
And on Home edition you have been able to setup groups and policies? I don't think so. While what's under the hood is based on the same code base there are significant differences between the two. Going into them really isn't going to solve my problem so I'm not going to waste my time. Besides this

php-windows Digest 28 Oct 2003 13:42:30 -0000 Issue 1975

2003-10-28 Thread php-windows-digest-help
php-windows Digest 28 Oct 2003 13:42:30 - Issue 1975 Topics (messages 21897 through 21907): Re: Problems with TCP/IP and PHP 21897 by: DvDmanDT 21898 by: Robert Duda 21907 by: DvDmanDT Check box value for PHP 21899 by: Rinku Shivnani 21900 by: Rinku S

[PHP-WIN] Re: Problems with TCP/IP and PHP

2003-10-28 Thread DvDmanDT
Ok, can you give me one difference? I have setup servers and PHP on both home and professional, as well as connections and firewalls and I haven't noticed any difference.. :s -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com ## Please, if you are using wind

[PHP-WIN] call function by flash button

2003-10-28 Thread Rinku Shivnani
Can you pls tell me How to call any function from flash button ? Code is as under : http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab #version=4,0,2,0" width="111" height="40"> http://www.macromedia.com/shockwave/download/index.cgi?P1_P

RE: [PHP-WIN] Check box value for PHP

2003-10-28 Thread Chen Chang-QCH2044
Hi Rinku, In HTML form: ... In Php code: $checkbox1 = $HTTP_POST_VARS["checkbox1"]; $num = count($checkbox1); for ($i=0; $i<$num; $i++) { echo $checkbox1[$i]; } You can also get this from php manual. Regards Rick -Original Message- From: Rinku Shivnani [mailto:[EMAIL PROT

Re: [PHP-WIN] Run php file every day?

2003-10-28 Thread Luis Moreira
Try MS Task scheduling - Original Message - From: "Disko_kex" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 27, 2003 5:06 PM Subject: [PHP-WIN] Run php file every day? > Hi, > > Is there an easy way to run a php file same time every day? Im running > IIS5 and PHP4

Re: [PHP-WIN] Check box value for PHP

2003-10-28 Thread Luis Moreira
This is part of a php/html script. Check the syntax. You more than likely forgetting something along the way. echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; Luis - Original Message - From: "Rinku Shivnani" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

[PHP-WIN] Access Violation at 00020400.. any solutions

2003-10-28 Thread chinwah
Hello all, I use win2k, IIS5.0, and php4.3.2RC4-Win32. And i have created a com(dll) to call for a web services created by delphi. I use the php "com" function to call this dll. This is the error i got "PHP has encountered an Access Violation at 00020400", i got this hex "00020400" everytime.

[PHP-WIN] Access Violation at 00020400.. any solutions?

2003-10-28 Thread chinwah
Hello all, I use win2k, IIS5.0, and php4.3.2RC4-Win32. And i have created a com(dll) to call for a web services created by delphi. I use the php "com" function to call this dll. This is the error i got "PHP has encountered an Access Violation at 00020400", i got this hex "00020400" everytim

Re: [PHP-WIN] Check box value for PHP

2003-10-28 Thread Rinku Shivnani
Pls answer, Its tooo urgent. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Check box value for PHP

2003-10-28 Thread Rinku Shivnani
Dear All, Pls guide on how to assign value for chkbox in PHP ? I have program in which if a person clicks on chkbox and then clicks on submit then the chked records shd not come in the list. Regards, Rinku -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php