Wrox Programmer Forums
|
BOOK: VBScript Programmer's Reference, 1st, 2nd, and 3rd editions
This is the forum to discuss the Wrox book VBScript Programmer's Reference, 3rd Edition by Adrian Kingsley-Hughes, Kathie Kingsley-Hughes, Daniel Read; ISBN: 9780470168080
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: VBScript Programmer's Reference, 1st, 2nd, and 3rd editions section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 15th, 2008, 01:14 AM
Registered User
 
Join Date: May 2008
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to vipin k varghese
Default run in windows server

hi
   i need your help to run these php code in windows server. it already run in linux server. please send the code to run this in windows server

            $headers = "From: " . "$name" . "<" . "[email protected]" . ">\n";
            $headers .= "User-Agent: Mail/1.0.0\n";
            $headers .= "MIME-Version: 1.0\n";
            $headers .= "X-Sender: <" . "$to" . ">\n";
            $headers .= "Return-Path: <" . "to" . ">\n";
            $headers .= "Error-To: <" . "to" . ">\n";
            $headers .= "Content-Type: text/html;charset=utf-8\n";
            $headers .= "Content-Transfer-Encoding: 8bit\n";
            $headers .= "X-Priority: 3 (Normal)\n";
            $headers .= "Importance: Normal\n";


regards
vipin

 
Old May 15th, 2008, 01:51 AM
jomet
Guest
 
Posts: n/a
Default

Hi vipin,

post in correct forum. ie PHP
http://p2p.wrox.com/sql-server-2000-20/9
it will increase the chance for getting answers from users.

this is for clearing doubt in VBScript Programmer's Reference, 1st, 2nd, and 3rd editions book.

any way i will look at it,
when running in windows what is the error displayed?


jomet.
`````````````````````````````````````````````````` ``````````````````````
Once you start a working on something, dont be afraid of failure and dont abandon it.
People who work sincerely are the happiest.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Published Setup run on windows 2000 upadhyayharish83 .NET Framework 3.5 0 August 21st, 2008 02:01 AM
make a windows application run contineously anisht C# 2005 1 March 24th, 2008 11:14 PM
how to run files like in Windows teominator Beginning VB 6 4 January 23rd, 2005 11:47 AM
korean programmed run in english windows? exarkun Beginning PHP 1 September 20th, 2004 08:45 PM
how to run asp in windows xp cici Classic ASP Basics 2 April 16th, 2004 07:56 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.