Re: [PHP-WIN] DLL problems

2002-02-03 Thread Dave
Aliain, I think your #2 might have been the problem. I had taken the dll's from another source. So, I downloaded the entire package from php.net and dll's seem to be loading. THanks. "Alain Samoun" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...> 1) Did you enab

php-windows Digest 3 Feb 2002 12:26:43 -0000 Issue 983

2002-02-03 Thread php-windows-digest-help
php-windows Digest 3 Feb 2002 12:26:43 - Issue 983 Topics (messages 11803 through 11809): Securite problem 11803 by: Roebie 11804 by: Roebie Re: [PHP-DEV] Re: Securite problem 11805 by: James Cox Re: installing and running php 11806 by: alain samoun Apache

[PHP-WIN] php.ini - is it possible to set which in a script should use ?

2002-02-03 Thread Neil
php.ini - is it possible to set which in a script should use ? i have a script that sends emails ... but they are all from the address set in the php.ini there is more than one site running on apache / win32 i would like to make sure it appears to come from the correct site , but it ignores my f

Re: [PHP-WIN] php.ini - is it possible to set which in a script should use ?

2002-02-03 Thread alain
Neil: Your question is not very clear to me, can you reformulate it and give an example of your code. A+ Alain On Sun, Feb 03, 2002 at 03:01:11PM +0100, Neil wrote: > php.ini - is it possible to set which in a script should use ? > > i have a script that sends emails ... > but they are all from

[PHP-WIN] Export MySQL --> DBF, CSV, MS Access, or MS Excel?

2002-02-03 Thread Andrew Ziem
Where should I look for information to dump MySql tables to other formats so the client can download the data? dBase, comma-delimited, Access, and Excel are formats I find useful. Andy Ziem Is Jesus Your Answer? http://www.ChristianAnswers.net/gospel -- PHP Windows Mailing List (http://www.p

[PHP-WIN] and now?

2002-02-03 Thread Bram Somers
hello ppl, PHP is installed on my computer (finally) but how can I open a *.php file now? Internet explorer still say that he can't open the file can, does somebody know what to do? thanks B.S. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub

[PHP-WIN] Adding New Extensions

2002-02-03 Thread Josh Seward
I have had no problem adding extensions to the old php.ini. But the new php.ini under the win2000 install is a bit different. How is one to add new extensions to this shortened version of the php.ini? Thanks for any help! Josh Seward [EMAIL PROTECTED]

Re: [PHP-WIN] and now?

2002-02-03 Thread Piotr Pluciennik
Hi, but what www server do you use? What operating system? You should properly configure www server (IIS, Apache, Xitami and so on...) to work with PHP. Look into PHP manual http://www.php.net/manual/en/installation.php for proper installation instructions. Greetings Piotr Bram Somers wrote:

[PHP-WIN] how to build php4.1.1 on VC6

2002-02-03 Thread Nobuhide Tsuda
I downloaded php-4.1.1 and found *.dsw files. It seems that I could be able to build PHP4.1.1 on VC6. But, I came up against too many errors with build php4. Could someone tell me How to build PHP4.1.1 on VC6, or Web site in which build instractions on VC6 are explained. regards, N.Tsuda http

php-windows Digest 4 Feb 2002 04:39:57 -0000 Issue 984

2002-02-03 Thread php-windows-digest-help
php-windows Digest 4 Feb 2002 04:39:57 - Issue 984 Topics (messages 11810 through 11816): php.ini - is it possible to set which in a script should use ? 11810 by: Neil 11811 by: alain Export MySQL --> DBF, CSV, MS Access, or MS Excel? 11812 by: Andrew Ziem and now?

Re: [PHP-WIN] Windows NT SMTP Set Up Help Needed

2002-02-03 Thread Steve Yates
> > A client is having trouble setting up SMTP services on their > > Windows NT machine so PHP can access it through the mail() function. > > > > SMTP is set to mail.theserver.com in the php.ini. > > Mail() works when set to a different mail server. > If they're on the same machine, why dont you

[PHP-WIN] Re: Apache variables

2002-02-03 Thread Steve Yates
"B Thomas" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > echo $SCRIPT_NAME; > > Returns: nothing. What does phpinfo() show? There are some variables that are web-server dependent. - Steve Yates - Debrief: Wife listening while you talk in your sleep.

[PHP-WIN] Can't pass variables to PHP scripts?! Please help.

2002-02-03 Thread Travis Wyatt
Here is my situation...I can't seem to get variables to pass from a GET or POST method to a PHP script. To see for yourself go to: http://www.socopc.com/test.php?testvar=hello_world The source of "test.php" is... And as you will see, I get the error. Warning: Undefined variable: testva

[PHP-WIN] Re: how to build php4.1.1 on VC6

2002-02-03 Thread David
[posted and mailed] Nobuhide Tsuda said something on 04 Feb 2002, in php.windows: > > I downloaded php-4.1.1 and found *.dsw files. > It seems that I could be able to build PHP4.1.1 on VC6. > But, I came up against too many errors with build php4. > > Could someone tell me How to build PHP4.1.