What errors are you receiving?

You probably should change your \\ to / for Windows paths to work right.

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
----- Original Message -----
From: Minardi Boy <[EMAIL PROTECTED]>
Newsgroups: php.general
To: <[EMAIL PROTECTED]>
Sent: Monday, August 13, 2001 2:40 PM
Subject: inserting a remote html file


> Hello
> I wanted the user to choose certain html files (one or more) via a
checkbox
> and then insert them into the new php site.
> The checkbox thing is okay but I keep recieveing errors on the php site
> Could you help me?
> ***
> <html>
> <body>
> Here is your required information
> <?php
> if ($choice=="arlberg")
> {
> include ("C:\\inetpub\\wwwroot\\page1.html");
> }
> if ($choice=="paznauntal")
> {
> include ("C:\\inetpub\\wwwroot\\page2.html");
> }
> if ($choice=="otztal")
> {
> include ("C:\\inetpub\\wwwroot\\page3.html");
> }
> else
> {
> echo ("Please select a Skiing resort");
> }
> ?>
> </body>
> </html>
> ***
>
> I hope I didn't make you more experienced people sigh too much
>
> Thanks RJ
>
>


-- 
PHP General 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]

Reply via email to