When I boot into windows XP, I get to the windows screen (where the blue bar moves from left to right) and no further.
If I press the restart button it comes up that my windows has failed. If I select the 'last known good' option then the windows will boot OK. However I have to go through this...
I ran phpinfo() on my browser
I am running the Apache 2 web server which appears to be working plus mysql 4.1.14
I am really stuck
Here is the result of phpinfo
PHP Version 5.0.4
System Windows NT HOME 5.1 build 2600
Build Date Mar 31 2005 02:44:34
Configure Command cscript /nologo...
have download the php-5.0.5.tar.gz file.
I believe I have to compile it in order to get the file libphp5.so into my apache server.
Is this correct?
How do I compile this file? Do I need software or can I do it via the command prompt?
If I can use the command prompt what commands do I need...
Here is my php script
<?php
require ($_SERVER["DOCUMENT_ROOT"] . "/config/db_config.php");
$connection = mysql_connect($db_host, $db_user, $db_password) or die("Error Connecting");
echo "Connection Sucessful";
?>
When I run it my browser window is blank. If I comment out the $connection...
I have this php script.
<?php
require ($_SERVER["DOCUMENT_ROOT"] . "/config/db_config.php");
$connection = mysql_connect($db_host, $db_user, $db_password) or die("Error Connecting");
echo "Connection Sucessful";
?>
When I run this script, I get this error message:
Fatal error: Call to...
I am new to php and mysql so please bear with me.
In my php directory I have
php.ini-dist
php.ini-recomended
I have setup mysql and have added a database using the console.
However when I try to access it from php commands the web page is blank
I am guessing that this has something to do...
I am new to php and mysql so please bear with me.
In my php directory I have
php.ini-dist
php.ini-recomended
I have setup mysql and have added a database using the console.
However when I try to access it from php commands the web page is blank
I am guessing that this has something to do...
I have just installed mysql 4.1.14 on windows xp professional
I am trying to test it by using the mysql test command from with the command prompt.
However I get the following message:
ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost' (using password: NO)
can anyone please help...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.