Hi, I am having an issue using PHP4ISAPI.DLL. When browsing I get a HTTP 500
Internal Server error. When I look at the NT event log it says Failed to
load.
Any ideas would be very helpful.
Thanks,
Adam Dear wrote:
I have just started using php. I am trying to pass a parameter from one
page to another via a url ie:
www.mysite.com/myphp.php?param=string
I am then checking the variable in the requested program, however, it isn't
working. I try to evaluate its value in a if statement ie:
Hi
I using PHP (CGI) 4.3.3 on a win2k server with IIS 5.0. Ive got a php.ini
with include_path = "f:\web\folderA\folderB\" and a Site defined in IIS with
that has the same home dir. If I try to include myFile2.php from
f:\web\folderA\folderB\folderC\folderD\myFile1.php using
include("\folderE\f
I have just started using php. I am trying to pass a parameter from one
page to another via a url ie:
www.mysite.com/myphp.php?param=string
I am then checking the variable in the requested program, however, it isn't
working. I try to evaluate its value in a if statement ie:
if($param
becarefull if you are using notepad to creat you .php file. I ran into this problem
before and I use notepad in the window environment. What notepad did was append a
.txt to your file name even if you named .php. Under window explore, it don't show
the extension.
save it as asci and double
Try $_SERVER['PHP_SELF']
If you don't have 'register_globals = on' setting in your php.ini file
then you must reference these special server variables in this way.
It's generally a good idea to leave 'register_globals = off' and
identify the global variables either by $_SERVER['varname'] or
$_POS
Where do you have the document root and web server roots located? Is that
where you are saving the files? You may have to enable permissions to run
scripts at your web server root.did you check file permissions? You are
not running IIS, are you?
Shadow
I too am having much the same problem. I followed the installation
instructions carefully.
I installed Apache on WinXP system to the directory c:\apache. Documents are
in c:\apache\htdocs. the php.ini is in both c:\windows and c:\apache (just
in case). Apache is running as a service and it is runn
Could be a number of thingsyou provided no info here.you probably
need to verify each component. Questions you can ask yourself..Is
Apache running? If it wasn't, you couldn't display the page. If it is
running, did you configure it properly? Check the document root/web root to
make su
Please Unsubscribe meThanks 4 all
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
Hi,
I have just installed PHP 4.3.3, Apache 2.0.47 and MySQL 4.0.15a under
Windows XP.
When I try to see a HTML pages, everything is ok but when it comes to PHP
pages nothing works
I have this message with IE : "The page cannot be displayed"
with Opera 7, Mozilla : nothing
HELP
Thanks
Olivier
11 matches
Mail list logo