[PHP-WIN] SMTP - AOL problem

2003-09-01 Thread Trystano
Right then, i've just finished having a heated debate with an AOL technician and he says I am unable to send emails with PHP via the SMTP of my ISP (which is AOL). I dont think the technician fully understands what I am trying to do, but i'm also a little confused over the subject. If AOL is my

[PHP-WIN] Re: Help me!

2003-09-01 Thread Ingozi
This explains string conversion faily well. http://www.developer.com/lang/article.php/927291 N ókó ˛ůúskć wrote: Hello, I am a 17 years old boy from Hungary, and I have problem with PHP. I hope that you can help. The problem: I ask the width and height of the screen with JavaScript, and when t

[PHP-WIN] Installing the manual (Win XP Pro, Apache2)

2003-09-01 Thread Ingozi
I understand that people who install using the installer have clickable html error links next to their error messages. However since I'm using Apache 2.0.47 I have to install manually. I have installed both the single page html and the multiple page html files (yes I decompressed and yes at dif

[PHP-WIN] Re: problems with mysql connections not closing - update

2003-09-01 Thread Sek-Mun Wong
Ok, here's what I found so far. 1) wait_timeout doesn't work under windows http://www.mysql.com/doc/en/News-4.0.15.html, 4.0.15 (dev) mysql is supposed to fix this. In http://bugs.php.net/bug.php?id=13589 [EMAIL PROTECTED] advises connecting like this: mysql_pconnect($host, $user, $pass, MYSQL_CL

[PHP-WIN] Re: problems with mysql connections not closing

2003-09-01 Thread Sek-Mun Wong
Chris, not sure if this is related to my question aka mysql_pconnect are u using mysql_pconnect or plain mysql_connect to connect to the database? This is the behaviour I'm getting, but with apache1.3.27/php4.3.2/mysql4.013 going to do some research on this in the next few days and will post some

Re: [PHP-WIN] download function

2003-09-01 Thread Ignatius Reilly
I found the solution to my problem. Sorry Ignatius _ - Original Message - From: "Ignatius Reilly" <[EMAIL PROTECTED]> To: "Win32 list PHP" <[EMAIL PROTECTED]> Sent: Saturday, August 30, 2003 1:19 PM Subject: [PHP-WIN] download function > Hello, > > I have the fol

php-windows Digest 1 Sep 2003 08:17:45 -0000 Issue 1895

2003-09-01 Thread php-windows-digest-help
php-windows Digest 1 Sep 2003 08:17:45 - Issue 1895 Topics (messages 21287 through 21294): Need Help 21287 by: S F Alim 21290 by: Shadow Re: UTF8_encode () 21288 by: Grzegorz Godlewski Re: Sending Mail with PHP. 21289 by: Numero 6 21292 by: Manuel Le

[PHP-WIN] problems with mysql connections not closing

2003-09-01 Thread Chris Kranz
OS: Win 2k Web Server: Apache 1.3.27 PHP: 4.1.2 MySQL: 3.23.39 really can't tell if this is a coding issue, a software issue, or just a random bug somewhere... basically we have a fairly large intranet, serving up several thousand pages/hits everyday to mainly mac/pc users. somewhere, in all this

Re: [PHP-WIN] Help me!

2003-09-01 Thread Bobo Wieland
I've used something like this for optimizing webpages for different resolutions and have not had any problems... to get the value to php i then have this code: if (isset($_GET["w"])) {

[PHP-WIN] Re: Sending Mail with PHP.

2003-09-01 Thread Manuel Lemos
Hello, On 08/31/2003 03:26 PM, [EMAIL PROTECTED] wrote: Hi all, I've been using PHP over the last year now, and have become quite capable with the language, but, there is one function/feature that I have yet to try/use, and that is the mail() function. I am gonna start to learn it to night, but

[PHP-WIN] mysql_pconnect/win32/apache 1.3.27 (php4apache.dll NOT CGI)

2003-09-01 Thread Sek-Mun Wong
I thought pconnect was fixed, but it seems to be coming back to haunt me again. anyone using this? Do you find pconnect doesn't seem to reuse connections and keeps reopening connections for each pconnect call. I don't think setting a short wait_timeout is the solution, as this seems to be counter