Hi Varuna,
I have PHP/Apache 2.2.8 on Vista running. On my drive, PHP is installed in
C:\PHP and Apache is installed in C:\Apache. Looking over your details, I am
concerned about the "Load Module..." line and the "sapi" in the PHP path. Was
that intended? Also, you may also want to change the d
Matthew,
It seems, from looking at your supplied code, that you have a variable-naming
typographic error.
The variables have to match:
$projects_results = mysql_query($projects, $conn) or die(mysql_error());
$project_data = mysql_fetch_array($project_results))
--
Jeff White is:
[EMAIL PROTECTE