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

2003-09-02 Thread Chris Kranz
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 that was my first question to the guy who originally developed the

php-windows Digest 2 Sep 2003 08:52:44 -0000 Issue 1896

2003-09-02 Thread php-windows-digest-help
php-windows Digest 2 Sep 2003 08:52:44 - Issue 1896 Topics (messages 21295 through 21301): Re: download function 21295 by: Ignatius Reilly Re: problems with mysql connections not closing 21296 by: Sek-Mun Wong 21301 by: Chris Kranz Re: problems with mysql

[PHP-WIN] stuck with substr now .......

2003-09-02 Thread toby z
hay guyz im stuck with substr now im sure i ve actually lost it i have a string being passed to a graph as its title and the title is being retrieved from mysql db now whenever i store anything with br or /r/n its displayed normally on the screen but this time i have to pass this to a

[PHP-WIN] Re: stuck with substr now .......

2003-09-02 Thread Chris Kranz
and for this i need to splitt the title retrieved from db to two strings .. $array = explode( /r/n, $stringToSplit ); print $array[0]; //first part print $array[1]; //second part -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: SMTP - AOL problem

2003-09-02 Thread Craig Roberts
The AOL monkey's right :( - AOL have no SMTP server to connect to You can use Yahoo!'s SMTP server, but need to configure the username and password for a Yahoo! account in php.ini first. Hope this helps, Craig Roberts [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Right then,

[PHP-WIN] need help

2003-09-02 Thread zicux
Hello, How can I make my page reload in browser, for example user inputs some data then some page will say good or bad data and then I want it to reload to the first page where input form was? -- Thanks, .r. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP-WIN] need help

2003-09-02 Thread Miha Nedok
You can use Javascript or look at header(). And check the archives it was discussed before. -Mike On Tue, 2 Sep 2003, zicux wrote: Date: Tue, 2 Sep 2003 23:36:00 +0300 From: zicux [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [PHP-WIN] need help Hello, How can I make my page reload

[PHP-WIN] Re: need help

2003-09-02 Thread Sek-Mun Wong
1) client pull. use the browser meta-refresh, may not work on some browsers (like PDA's, etc, nearly all desktop browsers should be ok with this method) just tricky with passing back QUERY_STRING, if you had stuff from previous form. HTML HEAD META HTTP-EQUIV=refresh

php-windows Digest 3 Sep 2003 01:23:47 -0000 Issue 1897

2003-09-02 Thread php-windows-digest-help
php-windows Digest 3 Sep 2003 01:23:47 - Issue 1897 Topics (messages 21302 through 21307): stuck with substr now ... 21302 by: toby z 21303 by: Chris Kranz Re: SMTP - AOL problem 21304 by: Craig Roberts need help 21305 by: zicux 21306 by: Miha

Re: [PHP-WIN] Re: stuck with substr now .......

2003-09-02 Thread toby z
thnx chris i dunno when ill start to see things properly i guess ill ve to open up ma eyes fo that .. thnx again toby --- Chris Kranz [EMAIL PROTECTED] wrote: and for this i need to splitt the title retrieved from db to two strings .. $array = explode( /r/n,