Re: [PHP-WIN] PHP ide

2002-03-15 Thread John Lim
See http://php.weblogs.com/editors My favorite on windows is homesite. Craig Morrison <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > > Dan Zarrella wrote: > > > > I'm curious to see everyone's opion on php-ide's/editors, which one is the > > best, most comp

[PHP-WIN] Ongoing php.ini and/or system problems

2002-03-15 Thread Belgarius
Greetings... I've encountered a problem that I've not been able to find a cure for, regardless of several pointers found in the archives. Basically, if I place php.ini into my Windows folder, it's parsed properly, or so I am assuming since the sendmail_from and SMTP values, as well as the pat

php-windows Digest 15 Mar 2002 23:58:42 -0000 Issue 1049

2002-03-15 Thread php-windows-digest-help
php-windows Digest 15 Mar 2002 23:58:42 - Issue 1049 Topics (messages 12641 through 12657): Stange 'page-loading' effect 12641 by: George Pitcher 12645 by: alain samoun Re: How do you install PHP on Win98 with PWS? 12642 by: Keith Hughes 12646 by: Nicole Ama

Re: [PHP-WIN] PHP ide

2002-03-15 Thread Craig Morrison
Dan Zarrella wrote: > > I'm curious to see everyone's opion on php-ide's/editors, which one is the > best, most complete, easiest, and why, personally i have huge demands i > place on my editor (html-kit) and i'm looking for one (free) that can meet > my demands for a more php-centric and compl

[PHP-WIN] changing "included file" in a container

2002-03-15 Thread Wolfgang Schneider
Hi everyone, I am wondering how to do the following: I have a php file that sort of serves as a "container" and has a header, footer and side navigation which remain the same ... furthermore, in the main part of the page, a file is called via "include( );", and in this file there is a link for "

RE: [PHP-WIN] Multiple conditions in an if statement

2002-03-15 Thread Vail, Warren
I'd be willing to bet it did not; I often use; if(isset($var) && $var != "") x second test above would generate error if $var was not valid and the second test was executed anyway. The key is the && between the two tests, first one fails, no need to test the second, probably lifted right o

[PHP-WIN] Multiple conditions in an if statement

2002-03-15 Thread Asendorf, John
I have a question about the efficiency of an if statement... Say you have the following statement, if ( $i == 6 && eregi ( "foo" , $bar ) ) { } And the first portion ( $i == 6 ) IS NOT true, does PHP even attempt to run the regular expression? Just wondering. Thanks, John --

RE: [PHP-WIN] PHP ide

2002-03-15 Thread Vail, Warren
I am limited to editing as well (no debug) and, after trying several tools, have settled on ConTEXT (http://www.fixedsys.com/context), which provides syntax highlighting, which is real handy when I've failed to key the final quote on a string, etc. This editor will show line numbers as well and t

[PHP-WIN] Strange error with FastTemplate and IIS 5

2002-03-15 Thread Elias Santiago
Hi: I designed a website using FastTemplate 1.1.0. I used Apache for Windows 1.3.14 and PHP version 4.0.6 for development in a test-server. Everything went fine, and I am sure that all template variables were defined. Now, when I uploaded the finished site to the IIS 5.0 server running the S

RE: [PHP-WIN] PHP ide

2002-03-15 Thread Dan Zarrella
debugging as in variable watching etc, if you can do that i'd love to use gvim... how? _ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com -- PHP Windows Mailing List (http://www.php.net/) To unsub

RE: [PHP-WIN] PHP ide

2002-03-15 Thread Dan Zarrella
as much as i do like vim (i've replaced notepad and wordpad with gvim and winvi) it doesn't offer the debugging, sytax higlightng etc that i am looking for. _ MSN Photos is the easiest way to share and print your photos: http://ph

[PHP-WIN] PHP ide

2002-03-15 Thread Dan Zarrella
I'm curious to see everyone's opion on php-ide's/editors, which one is the best, most complete, easiest, and why, personally i have huge demands i place on my editor (html-kit) and i'm looking for one (free) that can meet my demands for a more php-centric and complete Development Environment. -

[PHP-WIN] Cookies not working right on Win 2000 and IIS 5

2002-03-15 Thread Arijit Chaudhuri
Hi, Apart from RedHat Linux, I have also started using PHP on Windows 2000 Professional with MySQL database. Eveything is working perfectly except cookies. As an example, if I use the following code: "test" is not printed at first. If I do a browser refresh, it does get printed. This is true e

Re: [PHP-WIN] Cannot connect to MySQL with PHP 4.1.1

2002-03-15 Thread Arijit Chaudhuri
Hi, I recently installed php from php.net on Win 2000 with IIS 5 with mysql. Its running without a hitch. I had to install MyODBC also from the mysql site. Regards, Arijit "Nicole Amashta" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Are you sure you are

[PHP-WIN] Re: How do you install PHP on Win98 with PWS?

2002-03-15 Thread Nicole Amashta
Run the PWS admin panel. There is an "advanced" button on the left. You find the "site" that is listed in the window and double click it to view the properties. From there, you should be able to add the read and execute permissions. I know this is kind of vague because I haven't used PWS in a whil

RE: [PHP-WIN] Stange 'page-loading' effect

2002-03-15 Thread alain samoun
You probably have an error in your code, difficult to help without at least a snippet of it. A+ Alain -Original Message- From: George Pitcher [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 4:14 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP-WIN] Stange 'page-loading'

RE: [PHP-WIN] GD library update

2002-03-15 Thread alain samoun
php4win.de Look for php_gd2.dll, A+ Alain -Original Message- From: Alberto. Sartori [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 8:07 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] GD library update Hi guys, I'm looking for a new version (altready compiled as .dll) of GD librar

[PHP-WIN] GD library update

2002-03-15 Thread Alberto. Sartori
Hi guys, I'm looking for a new version (altready compiled as .dll) of GD library. Anyone can help me? Thanks, Alb Alberto Sartori - Developer Hard Programming Dep. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: How do you install PHP on Win98 with PWS?

2002-03-15 Thread Keith Hughes
How do you make sure the read and execute scripts are enabled? I'm a complete Newbie. Cheers Keith "Nicole Amashta" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > You need to make sure you have read and execute scripts enabled and also > make sure you are we

[PHP-WIN] Stange 'page-loading' effect

2002-03-15 Thread George Pitcher
Hi all, I have a part of my development site where the user hits a button, sending a stream of values to a response page. However, on testing, the response page comes up with 'server not found' but when I refresh that error page, it loads the correct page but without any of the transferred value

php-windows Digest 15 Mar 2002 11:26:31 -0000 Issue 1048

2002-03-15 Thread php-windows-digest-help
php-windows Digest 15 Mar 2002 11:26:31 - Issue 1048 Topics (messages 12639 through 12640): Re: PHPTriad 2.11 (MySQL) connect problem. 12639 by: Peter Re: Blank Window - Apache and BadBlue. PHP 4.1.1 WinME 12640 by: Andy Seabrook Administrivia: To subscribe to the digest,

Re: [PHP-WIN] Blank Window - Apache and BadBlue. PHP 4.1.1 WinME

2002-03-15 Thread Andy Seabrook
Hi Alain apache_1.3.23-win32-x86-no_src.exe: followed default prompts. php-4.1.1-Win32.zip: PHP installed manually as per the sapi module instructions. Including editing the apache configuration file. badblue98.exe: carried out the standard install of the Personal edition, adding the services sect