If the question is, "What permissions do I have to set to give any web user the ability to post data to my database?", I disagree with KarveR.
I strongly recommend you use an application-specific set of user credentials in your PHP code to grant access to an application's database...
a ha! got it finally, ok i got it to work sorry for all these post but now comes my last question. say i wanted to post this online. what would i have to do so that anyone that wanted to post could. i had to grant permission to myself to post, would i have to grant everyone permission as well...
update, played with view.php a bit and now i get this
Parse error: parse error, expecting `','' or `';'' in C:\website\view.php on line 16
-------------
wow thanks that help but one last problem i think!!! i got this error afterward
Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in C:\website\view.php on line 15
------------------------
what do you think that is?
sorry sorry ok im almost sure it MySQL, heres the error messages and the code its coming from
Warning: Access denied for user: 'nobody@127.0.0.1' (Using password: YES) in C:\website\create_entry.php on line 2
Warning: MySQL Connection Failed: Access denied for user: 'nobody@127.0.0.1' (Using...
im completely new and im trying to setup a basic guestbook. i made my mysql table, my php code but it doesn't work. do i have to start up mysql or something special like that?
heres my code (bare with me its form a crude tutorial)
*sign.php*
<h2>Sign my Guest Book!!!</h2>
<form method=post...
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.