hi everyone,
i cant connect with my datbase after finishing a login and a logout code,it keeps telling me file not found and i saved all the code in the c:file/htdocs but somehow it keeps tellingme file not found.does anyone know waht the problem might be? thanks:confused:
5 replies to this topic
#1
Posted 22 April 2011 - 02:56 AM
|
|
|
#2
Posted 22 April 2011 - 06:45 AM
Don't you want it in c:\file\htdocs?
#3
Posted 22 April 2011 - 06:52 AM
WingedPanther said:
Don't you want it in c:\file\htdocs?
#4
Posted 22 April 2011 - 07:52 AM
Here's the issue, there is no such place as "c:file/htdocs", unless you're on a unix system.
Ultimately, however, without knowing what your code is, there's not a lot we can do to advise you.
Ultimately, however, without knowing what your code is, there's not a lot we can do to advise you.
#5
Posted 22 April 2011 - 01:41 PM
To start with: what operating system do you have, and on that, What server system have you installed on your system?
Windows, MacOS, Linux or anything else on my first question, and fill in with version number...
on second question would Apache, wampserver, xampp, mamp and a whole bunch more be valid answers
Windows, MacOS, Linux or anything else on my first question, and fill in with version number...
on second question would Apache, wampserver, xampp, mamp and a whole bunch more be valid answers
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall
I study Information Systems at Karlstad University when I'm not on CodeCall
#6
Posted 22 April 2011 - 08:24 PM
Your local web server certainly would have a default directory where you must store the files.
You must find this directory, which may be named htdocs or www, and store your login/logout files there.
Only then - can you access the file through your local web server. (i.e. http://localhost/login.php)
You must find this directory, which may be named htdocs or www, and store your login/logout files there.
Only then - can you access the file through your local web server. (i.e. http://localhost/login.php)
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









