Web Hosting Talk







View Full Version : PHP Set up Help


sasjamal
11-15-2002, 02:51 PM
Hey, I am having a lil trouble here.

Can anyone suggest anything, i am setting up a server just to run one payroll application basically, and i canot get the PHP to work.

phpMyAdmin works:

http://65.114.99.36/phpMyAdmin

phpinfo works

http://65.114.99.36/index.php

my program im trying to use does not work:

http://65.114.99.36/eps
(click on view source and you actually see the PHP Code)

Any Help

Darth
11-15-2002, 03:00 PM
Try:

<?php to start

and

?> to end.

sasjamal
11-15-2002, 03:04 PM
is there any place i can modify so that i can add <? to the list of ways i can do it?

phpa
11-16-2002, 06:25 AM
short_open_tag = on

in the php.ini file.