Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: bluscale
  • Order by date
  1. bluscale

    PHP4+MySQL

    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...
  2. bluscale

    PHP4+MySQL

    ok i need an example
  3. bluscale

    PHP4+MySQL

    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...
  4. bluscale

    PHP4+MySQL

    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 -------------
  5. bluscale

    PHP4+MySQL

    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?
  6. bluscale

    PHP4+MySQL

    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...
  7. bluscale

    PHP4+MySQL

    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...

Part and Inventory Search

Back
Top