RE: [PHP] smpt server requiring authentication

2004-07-22 Thread PHP User
I had the same problem and found a script - phpmailer-1.72 - that works great. Very little configuration to setup, and I have it working on a Linux and Windows platform. Beauford -Original Message- From: Chris Hunt [mailto:[EMAIL PROTECTED] Sent: July 22, 2004 3:48 PM To: [EMAIL

[PHP] Line breaks again....

2004-07-21 Thread PHP User
Hi, I have managed to get the line breaks to show up on my site no problem, but I still get one long line when it is sent to my email. I have looked and looked and have read all the stuff I could find on \r\n, so I'm not sure where to go from here since it's not working... Suggestions are

RE: [PHP] Line breaks again....

2004-07-21 Thread PHP User
: July 21, 2004 6:36 PM To: PHP User Cc: PHP Subject: Re: [PHP] Line breaks again PHP User wrote: I have managed to get the line breaks to show up on my site no problem, but I still get one long line when it is sent to my email. I have looked and looked and have read all the stuff I could find

RE: [PHP] Need help with line breaks in a textarea form

2004-07-16 Thread PHP User
- From: John W. Holmes [mailto:[EMAIL PROTECTED] Sent: July 16, 2004 2:00 AM To: PHP User Cc: PHP Subject: Re: [PHP] Need help with line breaks in a textarea form PHP User wrote: Hi, I have been trying to format the textarea output and have come across some code that almost does what I need

RE: [PHP] Need help with line breaks in a textarea form

2004-07-16 Thread PHP User
); Thanks for your input CR -Original Message- From: John W. Holmes [mailto:[EMAIL PROTECTED] Sent: July 16, 2004 2:00 AM To: PHP User Cc: PHP Subject: Re: [PHP] Need help with line breaks in a textarea form PHP User wrote: Hi, I have been trying to format the textarea output

RE: [PHP] Need help with line breaks in a textarea form

2004-07-16 Thread PHP User
in a web based group you were having with another person, but none of your suggestions there worked. Suggestions Thanks again... -Original Message- From: John W. Holmes [mailto:[EMAIL PROTECTED] Sent: July 16, 2004 12:14 PM To: PHP User Cc: PHP Subject: Re: [PHP] Need help with line

[PHP] Email Forms

2004-07-15 Thread PHP User
Hi, I am trying unsuccessfully to set up an email form and as far as I know my code is fine, but it won't send. I suspect that it's because my server requires authentication. Running my script on my Windows machine I get the following. Warning: mail() [function.mail

[PHP] Need help with line breaks in a textarea form

2004-07-15 Thread PHP User
Hi, I have been trying to format the textarea output and have come across some code that almost does what I need, but I still have one small problem. Look at the text below that was input into my textarea: Now is the time for all young men to come to the aid of the party. Now is the time for

[PHP] IMAP and make

2002-06-18 Thread php user
At this point in the make I get this error related to --with-imap and --with-ssl-imap ...I believe Making all in . make[1]: Entering directory `/usr/lib/php-4.2.1' /bin/sh /usr/lib/php-4.2.1/libtool --silent --mode=link gcc -I. -I/usr/lib/php-4.2.1/ -I/usr/lib/php-4.2.1/main

[PHP] IMAP and I make... and what do I get recursion :)

2002-06-18 Thread php user
At this point in the make I get this error related to --with-imap and --with-ssl-imap ...I believe Making all in . make[1]: Entering directory `/usr/lib/php-4.2.1' /bin/sh /usr/lib/php-4.2.1/libtool --silent --mode=link gcc -I. -I/usr/lib/php-4.2.1/ -I/usr/lib/php-4.2.1/main

[PHP] Combine 2 Db Columns with an Array?

2002-05-13 Thread PHP User
I am trying to find the best way to combine 2 columns in a MySQL Db call into one by using an array. I’ve tried array_push, implode, explode, array_merge and extract all with no luck. I feel I am close but have read all I can and still am hitting a dead end. I need to select a Title and

[PHP] max_execution_time sleep()

2001-04-05 Thread PHP User
What is the deal with sleep(), does it break the 'max_execution_time' that is set in php.ini? This is good, this is what I want, but I just want to double check that this is really happening. I have an emial script that seems to run for about 15 minutes because I sleep() it between each

[PHP] Mail() Speed?

2001-04-05 Thread PHP User
Would opening a direct connection to sendmail be a bad thing to do in terms of speed and server time? Right now I loop through an array of email addresses, and just send them each out with mail() would something like this be better or worse in terms of the amount of time and resources it uses

[PHP] Executing a PHP file to write an html file

2001-03-31 Thread PHP User
Here is my problem. I have a file, static.php static.php writes to index.html by way of... $filename = "/web/h16/docs/index.html"; $fp = fopen("$filename","w"); fwrite($fp, "table width=\"230\"\n"); etc.. If I hit static.php from the command line, index.html gets written just fine.

[PHP] PHP mySQL

2001-02-07 Thread PHP user
HI! I am Japanese in Tokyo. How about you? I still have a question. initial condition 1) three are many *html in my SQL ex:xxx.html,and yyy.html 2)I have domain ex: abc (ex: http://www.abc.com) 3)database name : aaa 4)table name :bbb I want to try next step. when I type in URL from brouze