Re: [PHP-WIN] IRC Clients

2001-04-24 Thread Plutarck
earch around for phpChat and you can probably get it that way too. It's a program which interfaces with phpIRC, gettable from phpwizard.net. I can think of no reason to use anything but phpIRC, unles you _really_ like reinventing the wheel :) -- Plutarck Should be working on something... ...

Re: [PHP-WIN] Newbie seeks help with PHP and MySQL

2001-04-18 Thread Plutarck
work fine again. -- Plutarck Should be working on something... ...but forgot what it was. ""r.gelstharp"" <[EMAIL PROTECTED]> wrote in message 9bkmub$9bn$[EMAIL PROTECTED]">news:9bkmub$9bn$[EMAIL PROTECTED]... > I'm new to the game of PHP and MySQL but have the la

Re: [PHP-WIN] Class Constructors And PHP on Win2K

2001-04-17 Thread Plutarck
The code also works fine on my Win98 box with PHP 4.0.4pl1. Not sure why your code isn't working...maybe you just got a wacky install? -- Plutarck Should be working on something... ...but forgot what it was. ""Frank M. Kromann"" <[EMAIL PROTECTED]> wrote in

Re: Re[2]: [PHP-WIN] MySql pconnect

2001-04-16 Thread Plutarck
greSQL and InterBase." With exception to the fact I believe that MySQL is perfectly capable of supporting high-traffic sites, from that less-than-appealing description I still consider MySQL to be "good". If it does what I want it to, it's "good". But because MySQL

Re: Re[2]: [PHP-WIN] MySql pconnect

2001-04-15 Thread Plutarck
owever, MySQL is planning to add support for such things in later versions. You have to keep in mind that MySQL is new compared to Oracle. It makes sense that it has a smaller amount of features. And on an unrelated issue, down with bloatware :) -- Plutarck Should be working on something...

Re: Re[2]: [PHP-WIN] MySql pconnect

2001-04-15 Thread Plutarck
http://www.webtechniques.com/archives/2001/01/jagielski/ Skip down to where it mentions databases...very enlightening. I think I may just consider slipping a "p" into my db_connect() function :) -- Plutarck Should be working on something... ...but forgot what it was. "Dan

Re: [PHP-WIN] MySql pconnect

2001-04-15 Thread Plutarck
server troubles, because it had to keep open a few thousand connections which it would much prefer just close. Eventually it maxed out the available connections until it couldn't issue more, so connections started queing, and the whole system effectively locked up. Many different persistant connections

Re: [PHP-WIN] MySQL problem

2001-04-15 Thread Plutarck
try connecting again. -- Plutarck Should be working on something... ...but forgot what it was. "Chris" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Thanks for the reply. > > I went to mysql bin directory and typed mysql.ex

Re: [PHP-WIN] MySQL problem

2001-04-15 Thread Plutarck
Try going into your mysql bin directory, then type: mysql.exe Then try using connect, or just doing your query. If that doesn't work, ensure MySQL is running. If that doesn't work...then there is some other problem. -- Plutarck Should be working on something... ...but forgot w

Re: [PHP-WIN] Need PHP/MySQL Assistance

2001-04-15 Thread Plutarck
7;s because I forgot a concatenation operator on line 500) So yeah, we'd be happy to give you a nudge or two :) -- Plutarck Should be working on something... ...but forgot what it was. ""Tomasz Abramowicz"" <[EMAIL PROTECTED]> wrote in message 000a01c0c558$

Re: [PHP-WIN] MySql pconnect

2001-04-15 Thread Plutarck
server status, I haven't a clue about it :) -- Plutarck Should be working on something... ...but forgot what it was. ""PHPWIN"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi Can anyone tell me if it is better to use pc

[PHP-WIN] A sendmail for local testing?

2001-04-12 Thread Plutarck
about the php.ini directives and all, but that's not very useful if you don't have anything for it to point too :) -- Plutarck Should be working on something... ...but forgot what it was. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROT

Re: [PHP-WIN] pb with register_globals

2001-04-12 Thread Plutarck
Not dirrectly related to sessions, but you might enjoy the following piece of code: $f = 'HTTP_' . $HTTP_SERVER_VARS["REQUEST_METHOD"] . '_VARS'; Then if someone submits the field "username" you can refer to it as ${$f}["username"], and it

Re: [PHP-WIN] headers

2001-04-12 Thread Plutarck
I'd really like a list of headers for mail :) But at least I found this: http://www.shopthenet.net/publiclibrary/CIE/RFC/index.htm It's a list of RFCs. The one of interest to your query, that I know of at the moment: http://www.shopthenet.net/publiclibrary/CIE/RFC/2068/155.htm -

Re: [PHP-WIN] PHP Editor

2001-04-12 Thread Plutarck
ly like it :) www.editplus.com -- Plutarck Should be working on something... ...but forgot what it was. ""Mad Nas"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi All, > I Search for a >1 ) Freeware >2 ) Powerf