[PHP] Re: Curl & NTLM
Try the PHP file() command. Assumably you mean HTML not NTML. Andrew http://cday.sourceforge.net Boaz Yahav wrote: Does anyone have a code snippet that connects to a remote server using NTML and gets the HTML source? Sincerely berber Visit http://www.weberdev.com/ Today!!! To see where PHP might take you tomorrow. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] formatting / beautifying PHP code
Is there a utility that formats / beautifies PHP code like indent does for C code? -- Andrew Ziem Is Jesus Your Answer? http://www.ChristianAnswers.net/gospel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] Detect new messages?
How do I determine if an account has new, unread email messages? The messages are on the same host as the PHP program and webserver. Is there a way to tell by examining /var/spool/mail? (I am running Linux Mandrake 8.1.) That is my prefered way. I also am running an IMAP server on the host. Andrew -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] Detect new messages?
How do I determine if an account has new, unread email messages? The messages are on the same host as the PHP program and webserver. Is there a way to tell by examining /var/spool/mail? (I am running Linux Mandrake 8.1.) That is my prefered way. I also am running an IMAP server on the host. Andrew -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] getlastmod() returns error??
Hi, I am using getlastmod() to create a META HTTP-EQUIV tag. However, getlastmod() SOMETIMES returns FALSE (for error). When I run PHP from a Perl script, getlastmod() returns FALSE. When I run it from the command line, it returns the correct information. I usually use a Perl script to process a directory of PHP files. It pipes them to HTML files in another directory, and I upload those to my server as static pages. I am using Mandrake Linux v8.1 and PHP v4.0.6. Andrew Ziem http://www.springsrescuemission.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] Re: getlastmod() returns error??
I upgraded to PHP 4.2.1,and I still receive the error. Andrew "Andrew Ziem" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > I am using getlastmod() to create a META HTTP-EQUIV tag. However, > getlastmod() SOMETIMES returns FALSE (for error). > > When I run PHP from a Perl script, getlastmod() returns FALSE. When I run > it from the command line, it returns the correct information. > > I usually use a Perl script to process a directory of PHP files. It pipes > them to HTML files in another directory, and I upload those to my server as > static pages. > > I am using Mandrake Linux v8.1 and PHP v4.0.6. > > > > Andrew Ziem > http://www.springsrescuemission.org > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php