View Full Version : PHP Installation
Hi everyone!
I can't find a solution to my problem. I have installed PHP on my IIS and everything looks great until I try to run a simple php page with the following code:
<?php echo $value; ?>
No mather the value of the variable (also "value" as you see) the outcome is always the same:
Notice: Undefined variable: value in c:\inetpub\wwwroot\middle.php on line 9
Any suggestions about what I'm doing wrong. I guess its because the installation as this works great on-line.
Thank you in advance!
Seba
boyzdynasty
03-07-2003, 07:49 PM
are you working on your php files on your home computer?
i'm not sure if you are executing the file correctly.
if you are testing these files on ur home comp., make sure you are running the files on localhost
open a web browser and make sure the php file is in your root directory (web folder)
http://localhost/somePHPfile.php
you have to run these php files like this b/c the server has to process the scripts.
I hope I am not way off in answering your question. Hope that helps.
Thank you, Sam.
It wasn't it. Just that I had the guest user out of the users group.
But thank you anyway for taking time answering me.
Regards,
Sebastian
www.genomaX.com.ar
boyzdynasty
03-08-2003, 06:18 PM
glad you slove solve it. :D
boyzdynasty
03-08-2003, 06:19 PM
i checked out your site...and WOW
very impressive!!!!
Immulsifier
03-08-2003, 10:12 PM
Ya I second that about you site :) The Nav is well cool with the helix. Cant say I have seen that before :)
Thank you guys for your remarks on my site!!
I know that it isn't "ground-breaker" but I had hard time making it as much special as I could.
Now, the site is owned in part by a german guy who bought me a percentage of it to sell web development in Europe. So there will be a English version soon.
So, check it in a few days to see if you still like it once you understand what's said in there!! Jajajaja!!!
Best regards to everyone and thank you again!!
Seba
boyzdynasty
03-09-2003, 06:51 PM
i book-marked as one of the cool sites to visit!!!
I will definitely check it out.
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.