Re: [PHP] php newsgroup portal?

2004-02-29 Thread Shane Nelson
To read this list I use thunderbird:

  http://www.mozilla.org/projects/thunderbird/

It's an email client instead of a newsgroup reader.  Just filter the 
php-general messages into a separate folder and sort it by thread. 
Super easy to use and a very nice piece of software.

Shane

Zhang Weiwu wrote:
Hello. I have been looking for a good php newsgroup reader for some 
time. News portal looks pretty good to me but I haven't tried yet.

There is a very charming project mynewsgroup at mynewsgroup.sf.net, 
particularly it has beautiful looking. But that project seems dead. The 
only mailing list is removed, and nobody look into its forum. I wrote to 
each developer about what is going on but none replied me!

What newsgroup reader do you use?

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] apache mysql php windows

2004-02-24 Thread Shane Nelson
Hi Folks

A few days ago on the list I saw someone mention a package that 
includes apache, mysql and php for Windows.  The one install file 
included all these programs.  Anyone remember what it was?

I've checked google and searched through my email list but I can't 
seem to find it!

Thanks,
Shane
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Detecting Binaries

2004-02-23 Thread Shane Nelson


Richard Davey wrote:

Hello Axel,

Monday, February 23, 2004, 7:03:38 PM, you wrote:

AIM Guys, this isn't THAT stupid of a question is it? From my perspective,
AIM the way PHP seems to see it is that I should already know what kind of
AIM file I'm looking at. In most cases that's not an unreasonable 
AIM assumption. Unfortunately, that's only good for most cases. PHP is rich

Even Windows doesn't *know* what type of file you've got until you
actually try and open it. You could rename a jpg to mp3 and you won't
know about it until Winamp moans at you as you open it.
FTP programs seem to know what kind of file you are transferring. Hence 
the ability to switch the transfer between AUTO, BINARY and ASCII modes. 
 I usually leave mine in AUTO mode and it seems to figure it out OK. 
I'd suggest looking at the source to an FTP client to see how they do 
it. filezilla is opensource:

  http://filezilla.sourceforge.net/

Good luck.

Shane

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Re: ftp software

2004-02-22 Thread Shane Nelson

I would highly recomend filezilla:

http://filezilla.sourceforge.net/

It's open source, it works great and it doesn't have any ads or spyware like
some of the other 'free' windows ftp programs.



 
 Nathan McIntyre [EMAIL PROTECTED] wrote in message
 news:[EMAIL PROTECTED]
  Hello!
 
  I am new both to PHP and web dev, and I am wondering what ftp software
  would  be best for me to use.
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] [Q] About Method Not Allowed error message

2004-02-20 Thread Shane Nelson

I don't think you can send a POST to a .html page.  Maybe your page
(register_new_member.html) should be .php instead?  Either that or you might
have to change your FORM METHOD=POST back to FORM METHOD=GET

Shane


Quoting Michael T. Peterson [EMAIL PROTECTED]:

 When I click the submit button (after completing a [member registration]
 form), I get the following error message:
 
 Method Not Allowed
 The requested method POST is not allowed for the URL
 /northwest_steelheader/members/register_new_member.html.
 
 This used to work but, during the course of my coding, I've changed
 something that now causes this error.
 
 What does this error mean and can someone tell me what sorts of bobos elicit
 it?
 
 Cheers,
 
 Michael
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php