Banner

Sponsor

Login


Welcome Back!
Guest
Guest

Register

Lost your password?

80 users online



PHP doesnt work on my hardrive?

PHP doesnt work on my hardrive?

Currently viewing this thread: 1 (0 members and 1 guests)


Page 1 out of 2
The_Goose

The_Goose

Status: Offline!

PHP doesnt work on my hardrive?

Well, im using php for the first time ever for a site im making. It works if i upload but it doesnt work on my hardrive. Is there a way of making it work? Sorry if this is a stupid question...

___________________

http://s89738551.onlinehome.us/data/media/1/goose.jpg

Fresh

Fresh

Web Designer
Status: Offline!

install php on your pc

___________________

http://www.fweb.ws/images/design/fresh.gif
Fresh Web
Free 5mb Storage

The_Goose

The_Goose

Status: Offline!

how?

___________________

http://s89738551.onlinehome.us/data/media/1/goose.jpg

evan

evan

Neverside Newbie
Status: Offline!

What exactly is it doing/not doing?

The_Goose

The_Goose

Status: Offline!

im using this script. and its not doing it...

PHP:


<?php
switch ($HTTP_GET_VARS[id]) {
//Default - case
default:
include 
"home.html";
break;

//Home - case
case 'home':
include 
'home.html';
break;

//About - case
case 'about':
include 
'about.html';
break;

//Music - case
case 'music':
include 
'music.html';
break;

//Games - case
case 'games':
include 
'games.html';
break;

//Links - Case
case 'links':
include 
'links.html';
break;

//Team - Case
case 'team':
include 
'team.html';
break;

//Write - Case
case 'write':
include 
'write.html';
break; 

//Contact - Case
case 'contact':
include 
'contact.html'
break;
}
?>

___________________

http://s89738551.onlinehome.us/data/media/1/goose.jpg

evan

evan

Neverside Newbie
Status: Offline!

Do you get errors? Does it show in plain text? Does it ask you to download the file? What does it do?

The_Goose

The_Goose

Status: Offline!

it works fine uploaded onto the web, but on the hardrive it just doesnt include the file...

___________________

http://s89738551.onlinehome.us/data/media/1/goose.jpg

Rad

Rad

thinking of something witty to put here
Status: Offline!

You might want to look at a bundled package that will install all of this for you:
http://www.apachefriends.org/en/

The_Goose

The_Goose

Status: Offline!

?

___________________

http://s89738551.onlinehome.us/data/media/1/goose.jpg

Rad

Rad

thinking of something witty to put here
Status: Offline!

You want to run PHP on your computer, correct?

Page 1 out of 2
Quick Jump:

Main Navigation


Site & Graphic Design by Aeon Tan
Developed by Jeremie Pelletier & Scott Roach


NeverAPI generated this page in 0.0087 seconds.