
July 13th, 2004, 04:34 AM
|
|
Registered User
|
|
Join Date: Apr 2007
Posts: 22,309
Time spent in forums: < 1 sec
Reputation Power: 25
|
|
|
INSTALL HELP!!! PLEASE!!
Ok I installed php-4.3.7.tar.gz . In the command prompt I do the ./config --with-mysql --with-apxs
then I type: make
then : make install
Everything installs just fine. But the only problem I have is when I program something in the index.php for exmaple :
php Code:
Original
- php Code |
|
|
|
<?php if($id == "test"){ if($id == "index"){ ?>
Ok, this file should work if I put in index.php?id=test right?
Well nope, the $id doesnt read!!! Is there something to configure in the php.ini or something??? THANKS!!!
|