Re: [PHP-WIN] Re: where to find dll files

2003-06-21 Thread Melih Onvural
Sorry, let me clarify. I wanted to find .dll files that weren't included with the zip when downloaded. thanks, melih On Saturday, June 21, 2003, at 08:08 PM, Peter 'iridium' Waller wrote: Melih Onvural wrote: Hi, I've just moved over to Windows and PHP and I was wondering if anyone knows where

[PHP-WIN] Re: Installing Apache 2.0.43

2003-06-21 Thread Mathias
Never mind i got it! I had to delete the folder thx "Mathias" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello, > Im trying to set up apache, mysql and php. the first time installing > anything nothing went wrong. Then I dont know what i did but the apache2 > service wouldnt star

[PHP-WIN] Installing Apache 2.0.43

2003-06-21 Thread Mathias
Hello, Im trying to set up apache, mysql and php. the first time installing anything nothing went wrong. Then I dont know what i did but the apache2 service wouldnt start. This is my nineth time installing apache. and i cant get the server. It says "No Services Installed". Can anyone help me please

php-windows Digest 22 Jun 2003 00:07:53 -0000 Issue 1788

2003-06-21 Thread php-windows-digest-help
php-windows Digest 22 Jun 2003 00:07:53 - Issue 1788 Topics (messages 20479 through 20489): multiple mails problem 20479 by: narayanak 20480 by: Stephen Problem on passing value. 20481 by: Joe Phyism Parsing Error: Short just a few lines of code, please look

[PHP-WIN] Re: where to find dll files

2003-06-21 Thread Peter 'iridium' Waller
Melih Onvural wrote: Hi, I've just moved over to Windows and PHP and I was wondering if anyone knows where to find the gd2.dll library? Off the PHP site it's in *NIX form and I'm not sure how to compile that on a Windows machine so I figured a .dll would be much simpler. Thanks, melih If you dow

[PHP-WIN] where to find dll files

2003-06-21 Thread Melih Onvural
Hi, I've just moved over to Windows and PHP and I was wondering if anyone knows where to find the gd2.dll library? Off the PHP site it's in *NIX form and I'm not sure how to compile that on a Windows machine so I figured a .dll would be much simpler. Thanks, melih -- PHP Windows Mailing List

Re: [PHP-WIN] php.ini values ignored?

2003-06-21 Thread Kit DeKat
At 03:55 PM 6/21/2003, you wrote: Did you restart Apache? Ignatius Please give me *some* credit... restarted everytime i changed the httpd.conf and php.ini files, which would happen to be over 20 times recently, as i tried different configurations to see what happens. Best regards, Kit DeKat

Re: [PHP-WIN] php.ini values ignored?

2003-06-21 Thread Ignatius Reilly
Did you restart Apache? Ignatius _ - Original Message - From: "Kit DeKat" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 21, 2003 9:14 PM Subject: [PHP-WIN] php.ini values ignored? > Nothing i change in the php.ini is being read/loaded. > my ''

[PHP-WIN] php.ini values ignored?

2003-06-21 Thread Kit DeKat
Nothing i change in the php.ini is being read/loaded. my '' page shows only the defaults. System: - Win2k-AS.SP3 - PHP 4.3.2-RC installed to 'D:/var/php/' - Apache 2.0.44 installed to 'D:/var/www/' PHP was from snaps.php.net using 'php4-STABLE-200304171930' [http://localhost/info.php] ... exten

[PHP-WIN] PHP Sub Routine II

2003-06-21 Thread Hermann
Hi! I have a little problem! I wrote follwing code! track(); ?> If my file ist called index.php, it runs without problems! If I call the file index.html (should also work) he can't parse the line with $tracker->track(); He interpretes the "->" wrong! Is there a other way to call a sub rout

[PHP-WIN] PHP Sub-Routine

2003-06-21 Thread Hermann
Hi! I have a little problem! I wrote follwing code! track(); ?> If my file ist called index.php, it runs without problems! If I call the file index.html (should also work) he can't parse the line with $tracker->track(); He interpretes the "->" wrong! Is there a other way to call a sub rou

[PHP-WIN] Parsing Error: Short just a few lines of code, please look

2003-06-21 Thread Stuart Felenstein
Created a small registration form, trying to spit back the information for confirmation. Getting a parsing error. I don't know if it means anything, but I created the form and table in GoLive. Up to defining the variables everything is cool, ZDE points to line 32, as an unexpected >. Though

[PHP-WIN] Problem on passing value.

2003-06-21 Thread Joe Phyism
The source of show.php: However, no matter what I type in URL of browser, like http://localhost/show.php?a=1 or http://localhost/show.php, the result is the same - "False.". Can anyone help me? Is it the problem of my setting in Apache? -- PHP Windows Mailing List (http://www.php.net/) To uns

Re: [PHP-WIN] multiple mails problem

2003-06-21 Thread Stephen
I believe you can use multiple emails in the BCC field by seperating them with , Otherwise, you could always send each email individually, although this method would be more resource intensive. I'm almost 100% sure it is possible to specify multi BCC fields. Stephen - Original Message -

[PHP-WIN] multiple mails problem

2003-06-21 Thread narayanak
First, I want to thank whoever takes this on ahead of time. I'm just starting to learn php and I had a problem with sending the mail to multiple users , when i send an email to some users it shows their email addresses to everyone. I do not want the people receiving the email to see everybody else

php-windows Digest 21 Jun 2003 09:42:29 -0000 Issue 1787

2003-06-21 Thread php-windows-digest-help
php-windows Digest 21 Jun 2003 09:42:29 - Issue 1787 Topics (messages 20467 through 20478): Subject: Re: What is the best way to post here? 20467 by: Jon Harrell Re: Access denied for user: '[EMAIL PROTECTED]'. Dreamweaver MX 20468 by: christian astrup bakke // chasm

Re: [PHP-WIN] Access denied for user: 'ODBC@127.0.0.1'. Dreamweaver MX

2003-06-21 Thread Stephen
Dreamweaver uses pconnect by default, so if you want to use the more standard connect, just delete the p from the code! More can be found at http://uk.php.net/manual/en/function.mysql-connect.php I suggest using the manual whenever you have a problem. At first, it might seem quite confusing but o