Re: [PHP-WIN] ASP.NET web control in PHP?

2004-03-30 Thread Ignatius Reilly
Check the PEAR library, especially: - Quickform - Quickform Controller - Datagrid and many other nice things _ - Original Message - From: "Bill" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, March 30, 2004 7:04 PM Subject: [PHP-WIN]

[PHP-WIN] ASP.NET web control in PHP?

2004-03-30 Thread Bill
Dear All, I've a few months of experience in PHP programming. I'd like to know whether PHP has anything similar to the web control in ASP.NET? I found that ASP.NET is really handy when creating GUI for web applications. The web controls are quite easy to use and I like the DataGrid in ASP.NE

RE: [PHP-WIN] Virtual Hosts - How to Configure

2004-03-30 Thread Shrock, Court
There might have been a little confusion as to what I proposed. First, assuming that php is installed in c:\php, create the directory c:\php\includes -- this will be where we put all of our files so that they can be accessed by php no matter where your web root (site files) are located. This dire

[PHP-WIN] MySQLI on windows

2004-03-30 Thread Peter
Hi all, Could someone please tell me how to make MySQLi available on Apache 1,3, PHP 4,0 and MySQL 4 (the installation from dev5beta3.exe). Thank you in advance. Kind regards Peter -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] PHP Script to Windows Program

2004-03-30 Thread Jason Barnett
Zac Barton wrote: you could try this? http://www.roadsend.com/home/index.php?rID=root&pageID=compiler zac This looks really cool... have you tried it with anything? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] PHP Script to Windows Program

2004-03-30 Thread Zac Barton
you could try this? http://www.roadsend.com/home/index.php?rID=root&pageID=compiler zac -Original Message- From: Dean Hayes [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 30, 2004 12:29 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] PHP Script to Windows Program Hey, This may sound like

RE: [PHP-WIN] Re: PHP Script to Windows Program

2004-03-30 Thread David Felton
no, the machine you are running it on must have php/gtk installed. -Original Message- From: Dean Hayes [mailto:[EMAIL PROTECTED] Sent: 30 March 2004 1:01 To: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Re: PHP Script to Windows Program I have heard pf php-gtk but don't u need to install tha

RE: [PHP-WIN] Re: PHP Script to Windows Program

2004-03-30 Thread Dean Hayes
I have heard pf php-gtk but don't u need to install that on the computer to use it or does it make it into a stand alone program that can be used on any computer without php-gtk installed Dean "The Insane Guy" Hayes Mystical Web Designs http://www.mystical-sector.com <-- I design and i redesig

[PHP-WIN] Re: PHP Script to Windows Program

2004-03-30 Thread Jason Barnett
Dean Hayes wrote: Hey, This may sound like a stupid question but i am currently working on a The only stupid question is the one not asked :) Advanced Calendar script and was wondering if there is anyway to use the same code an make it into a stand alone program. As the only programming i kno

[PHP-WIN] PHP Script to Windows Program

2004-03-30 Thread Dean Hayes
Hey, This may sound like a stupid question but i am currently working on a Advanced Calendar script and was wondering if there is anyway to use the same code an make it into a stand alone program. As the only programming i know is HTML and PHP i can not make it out of C++. Is there something i

[PHP-WIN] file_exists issue

2004-03-30 Thread Xavier Serna
Hi all, anyone has experimented a failure in the result of the file_exists() function upgrading from 4.3.2 to 4.3.5? I don't know what's happening, but after I've uptdated the PHP engine to 4.3.5 this function always return false using php in fast-cgi mode under iis on w2k sp4 thanks Xavier

[PHP-WIN] Re: strange behavior with echo/print

2004-03-30 Thread Jason Barnett
Alain.Orset wrote: I try to send a string back to the browser by simply doing something like echo $reply. Are you sure that $reply is a string? You could use is_string() to check. On the browser, I received something like nn reply string value 0 nn is the length in hexadecimal of the string valu

[PHP-WIN] strange behavior with echo/print

2004-03-30 Thread Alain.Orset
I try to send a string back to the browser by simply doing something like echo $reply. On the browser, I received something like nn reply string value 0 nn is the length in hexadecimal of the string value! I don't know where nn and 0 are coming from and therefore don't know how to make them not

[PHP-WIN] Re: AdoDB error

2004-03-30 Thread John Lim
Hi This is due to internal changes in spl extension from PHP5 b4 to PHP5 rc1. This problem was fixed in adodb 4.21. Download from http://php.weblogs.com/adodb "Bruno Reato" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi!! i'm newbie in PHP's world and i trying execute a simple