Re: [PHP-WIN] email() problem

2001-12-20 Thread Michael Sims
At 09:34 PM 12/20/2001 -0500, Thomas Orr wrote: >I need help with a basic issue. I can't seem to get the mail() function to >work with php4 on an xp machine running iis5. I'm new to php and really [...] >mail($recipient, $subject, $msg, $mailheaders); <--*THIS IS WHERE >IT SCREWS UP* W

RE: [PHP-WIN] email() problem

2001-12-20 Thread Daniel Parsons
When using IIS it is a good idea to use '\r\n' instead of '\n' when using the mail() function. I've also had problems with the 'From:' header in the past. This syntax seems to work though: $mailheaders = 'From: "A display name" <[EMAIL PROTECTED]>\r\n' IIS seems to have real problem with that if

php-windows Digest 21 Dec 2001 03:16:13 -0000 Issue 911

2001-12-20 Thread php-windows-digest-help
php-windows Digest 21 Dec 2001 03:16:13 - Issue 911 Topics (messages 11037 through 11050): Re: Session Questions 11037 by: Michael Sims 11039 by: Svensson, B.A.T. (HKG) back button 11038 by: Projetos Re: PHP IDE 11040 by: John Meyer question about IIS 4.0

[PHP-WIN] email() problem

2001-12-20 Thread Thomas Orr
I need help with a basic issue. I can't seem to get the mail() function to work with php4 on an xp machine running iis5. I'm new to php and really want to get it down, but every little thing I try to do throws errors at me. I just need to know what needs to be adjusted to get this script working

Re: [PHP-WIN] mysql /php: Welcome Command Line

2001-12-20 Thread Anthony Ritter
mysqladmin | more It works. Thank you! Tony Ritter -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-WIN] mysql /php: Welcome Command Line

2001-12-20 Thread Anthony Ritter
Not sure I understand the sequence of commands. (this is in Windows 98) Start/ Programs/ MS-DOS Prompt/ then... 1. cd c:\mysql\bin 2. mysqld-shareware --standalone 3. mysqladmin I then get the "Welcome to the mysq monitor..." Where do I type in the command: mysqladmin > out.txt and how do

[PHP-WIN] New Object Oriented Programming (OOP) mailing list for PHP programmers

2001-12-20 Thread Manuel Lemos
Hello, Despite I already created this list a long time ago, only now I am announcing it as a general purpose forum for discussing matters related with Object Oriented Programming done in PHP. Everybody is invited and to join all you need to do is to send a message to [EMAIL PROTECTED] or go to t

RE: [PHP-WIN] mysql /php: Welcome Command Line

2001-12-20 Thread Robin Bolton
There are at least two ways to do it: 1) type "mysqladmin|more" to have it pipe the output to the more command (it will pause at the end of every page). 2)type "mysqladmin > out.txt" to have it save the output to out.txt. -Original Message- From: Anthony Ritter [mailto:[EMAIL PROTECTED]

[PHP-WIN] Crashing in Win2K with IIS and latest PHP installed when loading an open page...

2001-12-20 Thread Martin Hughes
Help!!! If I'm editing a php file & have it open (or have recently done so) in notepad sometimes when i do "reload" or open the file in IE6 my computer pauses for a second, then shuts itself off with a resounding click of the hard disks and promptly restarts. I don't think it's a disk problem - i

[PHP-WIN] mysql /php: Welcome Command Line

2001-12-20 Thread Anthony Ritter
I'm using PHP, Apache and mysql on Windows 98. My question: When I log on to the mysql monitor by going to: Start/ Programs/ MS-DOS Prompt/ then... cd c:\mysql\bin mysqld-shareware --standalone mysqladmin I then get the "Welcome to the mysq monitor..." How can I read all the commands that zi

[PHP-WIN] php hosts

2001-12-20 Thread LaserJetter
Does anyone know of anyone who does PHP web hosting with the curl extension enabled? I'm having trouble finding anyone. If possible, free hosting would be preferred and banner ads would be ok (within reason) -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTE

[PHP-WIN] Re: curl

2001-12-20 Thread LaserJetter
Dont worry folks, I've fixed the problem now. I hadn't copied libeay32.dll and ssleay32.dll to my system folder!! --- "Laserjetter" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi. I tried enabling the cURL

[PHP-WIN] question about IIS 4.0

2001-12-20 Thread Roberto Caravaggi
We start a new environment with O.S. Microsoft NT4.0, (service pack 6) and Microsoft SQL 7.0. After start-up we found pakage "Internet Information Server 3.0" but we are looking for IIS 4.0 to work whit PHP sw. Where can we found the new version or an upgrade of the previous release? Thanks so

Re: [PHP-WIN] PHP IDE

2001-12-20 Thread John Meyer
At 08:49 PM 12/19/2001 +0200, George Nicolae wrote: >can anyone suggest me a good php ide? I tried some freeware but a need a >real good one. >ps. also suggest the download address > >-- HTML-Kit (http://www.html-kit.com) Komodo: (http://www.activeperl.com/Products/Komodo/) -- PHP Windows Mail

RE: [PHP-WIN] Session Questions

2001-12-20 Thread Svensson, B.A.T. (HKG)
>From: [EMAIL PROTECTED] > >I am using Sessions on a website. When a user hits the back button they get >an error message "Page has Expired". Is there a way preventing this. I can >currently using 4.0.6 if that helps at all. Yes, there is naive approach to this: remove every single web page wi

[PHP-WIN] back button

2001-12-20 Thread Projetos
hi, i´m doing a mysql-win2000-apache-php application and i wanna put a funtion (in php) to be fired in my definde back button, but dammit that blasted funciont works... too much... every time i load up the php with that button the function is fired even if the button is not pressed... any ideas to

Re: [PHP-WIN] Session Questions

2001-12-20 Thread Michael Sims
At 08:38 AM 12/20/2001 -0500, [EMAIL PROTECTED] wrote: >I am using Sessions on a website. When a user hits the back button they get >an error message "Page has Expired". Is there a way preventing this. I can >currently using 4.0.6 if that helps at all. You asked this exact same question two da

php-windows Digest 20 Dec 2001 13:39:01 -0000 Issue 910

2001-12-20 Thread php-windows-digest-help
php-windows Digest 20 Dec 2001 13:39:01 - Issue 910 Topics (messages 11027 through 11036): Re: closing an ODBC connection to mysql 11027 by: ben 11029 by: George Nicolae Using ErrorDocument redirect in Apache 11028 by: alain samoun Passing Logined in Name form One

[PHP-WIN] Session Questions

2001-12-20 Thread Rconover
I am using Sessions on a website. When a user hits the back button they get an error message "Page has Expired". Is there a way preventing this. I can currently using 4.0.6 if that helps at all. Ryan Conover [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.pitt.edu/~rscst25/ -- PHP Windows M

Re: [PHP-WIN] Re: Passing Logined in Name form One Form to other Page

2001-12-20 Thread George Nicolae
this is also a very good idea. I will use it in the future. -- Best regards, George Nicolae IT Manager ___ X-Playin - Professional Web Design www.x-playin.f2s.com "Pac Mon" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > HAHAHAHA...ok... so

[PHP-WIN] PHP IDE

2001-12-20 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 370320-12-01 09:33 -> [EMAIL PROTECTED] PHPCoder is pretty good. > ps. also suggest the download address Yes master http://www.phpide.de/download.php4 From: [EMAIL

Re: [PHP-WIN] Re: Passing Logined in Name form One Form to other Page

2001-12-20 Thread Pac mon
HAHAHAHA...ok... sorry. First off.. RTFM guyz. Because it's obivious the manual hasn't been read I'm not going into great detail, but look up these functions I mention. Secondly. No need. Sessions automatically take care of cookies. session_register("thevariable"); tada.. every page will have