[PHP-WIN] Re: Subject: TEXT

2003-01-11 Thread Neil Smith
Message-ID: <000401c2b896$5b7ed880$24fb1e0a@elstudion> From: "Bobo Wieland" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Date: Fri, 10 Jan 2003 11:39:53 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: TEXT Hi everybody! I'm

php-windows Digest 11 Jan 2003 09:10:58 -0000 Issue 1529

2003-01-11 Thread php-windows-digest-help
php-windows Digest 11 Jan 2003 09:10:58 - Issue 1529 Topics (messages 17754 through 17771): Re: HTTP 404 File not found error 17754 by: paradiddles 17755 by: Dash McElroy 17756 by: Sjon 17757 by: paradiddles 17758 by: Dash McElroy 17759 by: par

RE: [PHP-WIN] Which Web server to run under XP

2003-01-11 Thread Ben Edwards
At 15:00 11/01/2003 +1100, you wrote: I use IIS with PHP 4.3.0. The ISAPI dll in 4.3.0 is more stable than previous versions. What is ISAPI dll and how do I get install it, sorry but I'me not a real teche. Did you install IIS onto your machine? (I think you can only install IIS if you're runn

RE: [PHP-WIN] Which Web server to run under XP

2003-01-11 Thread Ben Edwards
Maybe its just that it is only bundled with pro. At 15:26 11/01/2003 +1100, Sean Malloy wrote: Well there you go! I wasn't sure. I thought I read somewhere on the MSDN site saying IIS required >= winXP pro. I must have read it incorrectly -Original Message- From: toby z [mailto:[EMAIL

[PHP-WIN] Urgent Help Required !

2003-01-11 Thread Raheel Hussain
hi, I m using the following code to attach a file in an email and sending it through the mail function. but the problem i face is that that mail is sent but there is not attachment in it , i have tried it lots of times but didn't find the actuall cause of this logical error. the server is Apache

[PHP-WIN] Re: UTF - MIME

2003-01-11 Thread Naqashzade, Sadeq
I use this code to send my feedback form to my email address that filled in UTF-8: $Recipient="[EMAIL PROTECTED]"; $message = "\n"; $message .= "Subject: $subject\n"; $message .= "Company: $data[1]\n"; $message .= "Name: $data[0]\n"; $message .

RE: [PHP-WIN] Which Web server to run under XP

2003-01-11 Thread Sean Malloy
if you unzipped PHP zip file to: C:\PHP then the ISAPI dll is in C:\PHP\sapi\ The file you want to use for IIS is php4isapi.dll I just copy php4isapi.dll to C:\PHP then within IIS Admin I create a new script engine mapping. Mapping .php files to C:\PHP\php4isapi.dll Don't even have to copy ph

[PHP-WIN] Ping, Script ends before it's finished

2003-01-11 Thread Torben Dehn
Hello ! I am tryin to make a script that will ping a whole subnet and it looks like it works, but it does not... It will ping around 60 to 70 computers and then it will stop.. no error just finishes. I am new at php so maybe i am doing something wrong ? Any Help Would be appreciated. Another thin

[PHP-WIN] Re: Which Web server to run under XP

2003-01-11 Thread Torben Dehn
I can recommend OmniHttpd by www.omnicron.ca It's free, it's fast and very easy to set up. It will be updated every 6 months or so. "Ben Edwards" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am using XP and have been trying to work out which web server to us

[PHP-WIN] Re: Oops !

2003-01-11 Thread Neil Smith
At 09:10 11/01/2003 +, I wrote: Use BIGTEXT or specify a column size - do you have access to PHPMyAdmin for this Did I really say that ? Sorry, I meant LONGTEXT (thanks Toby). Duh ! Execute the MySQL command "SHOW STRUCTURE" on your databsae to get a listing of the column types which are

[PHP-WIN] sending mail trough PHP page??

2003-01-11 Thread Ignacio Domínguez
I get the following error every time I send mail. Warning: mail() [function.mail]: "sendmail_from" not set in php.ini or custom "From:" header missing using this code: mail("[EMAIL PROTECTED]", "Subject", "This is the text", "From: [EMAIL PROTECTED]"); i have configured my php.ini to read "se

[PHP-WIN] ANY PHP PROGRAMMING MARKETERS?

2003-01-11 Thread Nicole
Any php programmers in the Atlanta / Marietta, Georgia area that experience with marketing??? I'm looking for a programming business partner or 2. I can't pay anyone yet, but I need some help with this and offer share in what I will be making soon. If anyone is interested, please get in contact w

php-windows Digest 12 Jan 2003 02:57:11 -0000 Issue 1530

2003-01-11 Thread php-windows-digest-help
php-windows Digest 12 Jan 2003 02:57:11 - Issue 1530 Topics (messages 17772 through 17781): Re: Which Web server to run under XP 17772 by: Ben Edwards 17773 by: Ben Edwards 17776 by: Sean Malloy 17778 by: Torben Dehn Urgent Help Required ! 17774 by: R

[PHP-WIN] Using the GET Method

2003-01-11 Thread Wade
01112003 2132 CST Im working on learning PHP4 by reading Beginning PHP 4, Wrox Press. Chapter 3, page 76. Im working with a form field sending data via the GET method. On the first page, you fill in a text field and hit send. That data is sent via the URL. I can see it in the URL, on the next page