|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
php4, mysql, apache on XP for n00b
hello all-
i installed these packages on my work machine (xp pro) using the phpdev bundle from http://www.firepages.com.au now, i am new to the open source world - so they all basically have the default settings that come w/ that bundle and when i fire up apache and mysql and run a few test scripts: Code:
phpInfo (); or Code:
<?php echo "hello world"; ?> all seems to be workin fine.... so i cruise over to the tutorial section here and start workin on the php/ myslq tutorial here: http://www.devshed.com/Server_Side/...rce1/page8.html everything goes fine until the part where i download and try to run mr. zhang's scripts.... all i get is a blank html page when i go to http://localhost/mymarket/admin/index.php : Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD> <BODY></BODY></HTML> im thinking that it is a configuration problem in apache that wont process the php he provided, but being a n00b, i have no idea where to start to trouble shoot this issue... thanks in advance for any help you can give.. jc if you need more details as to what is going on, please ask. |
|
#2
|
||||
|
||||
|
I think you'll have to write a bit more about the problem you're having.... what file you're trying to access, how, what the contents are etc.
If it's blank then the php is working fine and has nothing to show.
__________________
-_- Klyve http://www.whatswanted.com |
![]() |
| Viewing: Dev Shed Forums > Other > Beginner Programming > php4, mysql, apache on XP for n00b |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|