Re: [PHP-WIN] Can you receive email with php?

2004-04-19 Thread Viraj Kalinga Abayarathna
Brent, this coding will be a good start if you are developing a POP3 script.. http://forums.devshed.com/archive/t-39649 and http://www.php.net/imap will help you... all the nuts and bolts are there. happy coding. Viraj. Brent wrote: > Hi, just wondering if anyone knows of some plugin or

[PHP-WIN] Re: Can you receive email with php?

2004-04-19 Thread Manuel Lemos
Hello, On 04/20/2004 02:47 AM, Brent wrote: Hi, just wondering if anyone knows of some plugin or class etc that will allow me to receive email from a mail server via pop3. i have looked at PHP mailer but that only seems to send emails. This will do: http://www.phpclasses.org/pop3class -- Regard

Re: [PHP-WIN] Can you receive email with php?

2004-04-19 Thread Ignatius Reilly
Have a look at the PHP IMAP functions. _ - Original Message - From: "Brent" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 20, 2004 7:47 AM Subject: [PHP-WIN] Can you receive email with php? > Hi, just wondering if anyone knows of some plugin or

[PHP-WIN] Can you receive email with php?

2004-04-19 Thread Brent
Hi, just wondering if anyone knows of some plugin or class etc that will allow me to receive email from a mail server via pop3. i have looked at PHP mailer but that only seems to send emails. Thanks, Brent. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.ne

[PHP-WIN] about handphone download picture, java game problem.

2004-04-19 Thread lsf_80
hi all.. I have some doubts regarding the PHP programming in windows based. i will write a wap, let user download picture, ringtone or java game. when user download..i want to keep a log or deduct one point. i know can send by binary code..like open picture and send. for nokia there is no prob

[PHP-WIN] Re: Domain name

2004-04-19 Thread Brad Thomas
Can I be l33t too? My server needs l33t to run properly... it just doesn't work if it doesn't have l33t installed... "Dvdmandt" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Personally, I'd suggest getting mod_l33t, and just modify the config file.. > But you'll need a domain name

Re: [PHP-WIN] Java

2004-04-19 Thread Brad Thomas
I say you should take two aspirin, take the week off work, close all your windows, shut off your engine and start again. "B.A.T. Svensson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Wed, 2004-03-17 at 02:50, S.Gultom wrote: > > why my java script always error, when i run my p

[PHP-WIN] PDFLib Problem

2004-04-19 Thread Sabin Finateanu
Hi! I have the following question about PDFLib: Why does the PDFLib from version 4.3.6 is unlicensed and the PDFLib from the earlier PHP versions was? Whenever I create a PDF document I also get a "nice" www.pdflib.com watermark on the page. How can fix this? -- PHP Windows Mailing List (http://w

php-windows Digest 19 Apr 2004 20:52:28 -0000 Issue 2216

2004-04-19 Thread php-windows-digest-help
php-windows Digest 19 Apr 2004 20:52:28 - Issue 2216 Topics (messages 23485 through 23487): Re: Format integer to month name 23485 by: Dr. Robert Probst problems getting the GET method to work properly 23486 by: Leonardo Javier Belén 23487 by: Justin Patrin Administ

[PHP-WIN] Re: problems getting the GET method to work properly

2004-04-19 Thread Justin Patrin
Leonardo Javier BeléN wrote: I am using a winnt server 4.0 box with apache 1.3x and php 4.2.x to serve some intranet pages. The strange thing is that i am not able to use the get method properly. Has anyone an idea of what am i doing wrong? at least I need the session id to be populated by gets.

[PHP-WIN] problems getting the GET method to work properly

2004-04-19 Thread Leonardo Javier Belén
I am using a winnt server 4.0 box with apache 1.3x and php 4.2.x to serve some intranet pages. The strange thing is that i am not able to use the get method properly. Has anyone an idea of what am i doing wrong? at least I need the session id to be populated by gets. A last thing, I realized th

AW: [PHP-WIN] Re: Format integer to month name

2004-04-19 Thread Dr. Robert Probst
i would use the following :) $monthnames = array ("","January", "February",.,"December"); $aktmonth = 5; // MAY echo $monthnames[$aktmonth]; Robert > -Ursprüngliche Nachricht- > Von: Nadim Attari [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 19. April 2004 10:53 > An: [EMAIL PRO

php-windows Digest 19 Apr 2004 08:44:59 -0000 Issue 2215

2004-04-19 Thread php-windows-digest-help
php-windows Digest 19 Apr 2004 08:44:59 - Issue 2215 Topics (messages 23484 through 23484): Re: Format integer to month name 23484 by: Nadim Attari Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL P

[PHP-WIN] Re: Format integer to month name

2004-04-19 Thread Nadim Attari
> Actually, I want to know is there any function of converting integer from > 1 - 12 to Month Name from January to December? > i had tried "JDMonthName( )" & "date( )", but can't get the format i want. > > I am beginner and using window platform. > > Thank you very much. http://www.php.net/date ht