[PHP-WIN] Re: SORRY BOUT THOSE POSTS - READ THIS ONE

2003-06-09 Thread George Nicolae
you welcome. -- Best regards, George Nicolae IT Manager ___ PaginiWeb.com - Professional Web Design www.PaginiWeb.com "Gustavo Andrade" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Thanks a lot > > > "George Nicolae" <[EMAIL PROTECTED]> escreveu na mensagem >

[PHP-WIN] Re: Win32 on Win2k

2003-06-09 Thread Hal Dell
> I am an newbie to PHP... I've read the newsgroup and tried and tried to get PHP > to work... I had it working as a CGI and then wanted to move over the ISAPI as I > understand that the performance was better. > > Now all I get is "The specified module could not be found.". If I try to load > the

[PHP-WIN] RE: Win32 on Win2k

2003-06-09 Thread Hal Dell
I am an newbie to PHP... I've read the newsgroup and tried and tried to get PHP to work... I had it working as a CGI and then wanted to move over the ISAPI as I understand that the performance was better. Now all I get is "The specified module could not be found.". If I try to load the ISAPI dll f

[PHP-WIN] Re: SORRY BOUT THOSE POSTS - READ THIS ONE

2003-06-09 Thread Gustavo Andrade
Thanks a lot "George Nicolae" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > I also want a Porsche and a Canon 10D. Try to read some documentation before > ask. We help but we don't build your site. > > -- > > > Best regards, > George Nicolae > IT Manager > ___

[PHP-WIN] Value of $_SERVER['GATEWAY_INTERFACE'] in ISAPI mode

2003-06-09 Thread Adam Goossens
Sven, The report back depends on the version of the CGI specification the webserver is running. With Apache, this is normally CGI/1.1. Running it as an ISAPI module makes no difference, as it depends on the webserver configuration. -- Adam Goossens

[PHP-WIN] Re: Getting current page details

2003-06-09 Thread Brad Thomas
I've found that the following line is useful for tracking where a user has originated from: $url = urlencode (basename($_SERVER['PHP_SELF']) . "?" . $_SERVER['QUERY_STRING'])); Firstly, we'll urlencode the value so it can be used in a form, or as an extra parameter in the URL. Then we take the ba

[PHP-WIN] Re: Recursive function within a class

2003-06-09 Thread Brad Thomas
You can, you just need to use the $this variable, so $this->a($y) "Olafsson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello > > I´ve a small problem. I´ve created a class with serveal functions but when > I try to make a recursive function within the class it generates an err

php-windows Digest 10 Jun 2003 01:02:53 -0000 Issue 1768

2003-06-09 Thread php-windows-digest-help
php-windows Digest 10 Jun 2003 01:02:53 - Issue 1768 Topics (messages 20248 through 20255): Value of $_SERVER['GATEWAY_INTERFACE'] in ISAPI mode 20248 by: Sven Schnitzke GUI for php on windows? 20249 by: EPPack 20250 by: Cristian MARIN 20251 by: The Head Sage

[PHP-WIN] Re: I am try to upload an image to a folder on my web server

2003-06-09 Thread Brad Thomas
Hi Firstly, I would like to point out that programming with register_globals on is a bad move, in sense of security. Secondly, I'd suggest using isset for checking if there is anything in the $_FILES superglobal. (If you're using post 4.1, of course.) "Stephen K Knight" <[EMAIL PROTECTED]> wrote

[PHP-WIN] IIS 6 PHP issue?

2003-06-09 Thread Bob Rathke Jr.
Hi all! Having issues getting PHP (latest) working on my new IIS6 server. I have it installed and working with limited functionality. I can call the base exe and run scripts. I have not been able to get the ISAPI filter loaded and my lead developer is having trouble making calls to several func

[PHP-WIN] IIS 6 PHP issue?

2003-06-09 Thread Bob Rathke Jr.
Hi all! Having issues getting PHP (latest) working on my new IIS6 server. I have it installed and working with limited functionality. I can call the base exe and run scripts. I have not been able to get the ISAPI filter loaded and my lead developer is having trouble making calls to several func

[PHP-WIN] Re: GUI for php on windows?

2003-06-09 Thread DvDmanDT
You could always checkout AceHTML 5 from visicommedia.com.. It's avaible as freeware, one main feature is removed, but that should matter when you use PHP... Also, there's a FTP client that integrates well into AceHTML named AceFTP... "Eppack" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PR

Re: [PHP-WIN] GUI for php on windows?

2003-06-09 Thread The Head Sage
If you mean GUI as in a PHP Editor, then Dreamweaver MX or Notepad.. For MySQL i reccomend SQLYog, but the URL escapes me, So never forget "Google is your friend" - Original Message - From: "EPPack" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 09, 2003 9:50 PM Subject:

[PHP-WIN] Re: GUI for php on windows?

2003-06-09 Thread Cristian MARIN
Macromedia Dreamweaver MX. www.macromedia.com -- - Cristian MARIN InterAKT Online (www.interakt.ro) +4021 411 2610 [EMAIL PROTECTED] "Eppack" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] BRAND new to mySQL and php, still trying

[PHP-WIN] GUI for php on windows?

2003-06-09 Thread EPPack
BRAND new to mySQL and php, still trying to sort it all out. Long time programmer, webmaster for my local county, and have taught myself how to do ASP webpages with Access and SQL Server files, no problem, just new to mySQL and php. I'm in the process of moving and consolidating several personal si