Search results

  1. K

    phpmyadmin

    it is totally working now, i dont understand that, thanks a million man you where great and thanks for not getting frustrated with me... I took the @ out before i redid everythang and it was still the same but i left it out with the new and it worked....
  2. K

    phpmyadmin

    i have it just like you have it now and im getting this "Error selecting db" Edit: i think my error is comming from this point //select table mysql_select_db("kimacc_phpacademy") or die ("Error selecting db"); //use query to get ALL data $queryget = mysql_query ("SELECT * FROM...
  3. K

    phpmyadmin

    ok still getting error now DEFINE ('DB_HOST', 'localhost'); DEFINE ('DB_NAME', 'kimacc_kimacc_phpacadamy'); DEFINE ('DB_USER', 'kimacc'); DEFINE ('DB_PASSWORD', 'brianna123'); // Make the connnection and then select the database. $dbc = @mysql_connect (DB_HOST, DB_USER, DB_PASSWORD) OR die...
  4. K

    phpmyadmin

    kimacc is my cpanel username phpacadamy is the data base, when i go to the data base is says kimacc_phpacadamy... i edited my other post so please read it.. thanks for helping me... Edit: ahhh i figured it out i didnt creat the user and password, i made it but clcik on add instead of make the...
  5. K

    phpmyadmin

    thats how i have it set up i think, or do i need to put cpanel, i can post my actual code but i just dont want other people to be able to see it like right now it is kimacc_phpacadamy. or should it be kimacckimacc_phpacadamy??? Edit: ok i think i know what the problem is it didnt create the...
  6. K

    phpmyadmin

    Error selecting db, i posted what i changed.. Im so close now thanks but im still getting that error...oh and i did make the usernam and password and gave all priviages.. DEFINE ('DB_HOST', 'localhost'); DEFINE ('DB_NAME', 'changed_changed'');// I canged this to my db name right?? DEFINE...
  7. K

    phpmyadmin

    how do i go about making the pw and user name if i already created the database?? also can you give me a dummy view of what it would look like on mysql_connect??
  8. K

    phpmyadmin

    I think i have one made but im now getting an error of something like cant connect nopassword. I dont want people to have to register to sign the guestbook, anyone can sign.. Im thinking its just because i dont have the localhost part right.. what do i need to change it too.. here is part of my...
  9. K

    phpmyadmin

    I'm trying to set up a guest book on my site is there a tutorial for beginners on how to do this on this site somewhere because im not finding it
Top