Search results

  1. M

    mySQL Question

    There is 2 or 3 different things you should probably use Primary Key Unique Key & there is an Auto Increment you should probably use for Player ID with a Primary or Unique Key. This way you never have to worry about assigning Player ID. The MSQ will due it automatically. Good luck...
  2. M

    Ajax Chat

    I agree a bandwidth eater.. Ajax is good stuff, but at the same time it can heavily cause damage especially if its used more offten. best coming up with ur own script that is simplified.
  3. M

    POST without submit

    User Javascript to do this <a href="javascript:document.formnamehere.submit()">CLICK HERE</a> or < href="javascript:FUNCTIONNAME()">CLICK HERE</a> A function in a JS file can be changed to do whatever you want. Submit info, use as a special link system like i use it in. Here is...
  4. M

    Please review my site

    My Suggestion cut back on images in tables. Divid the table up in more blocks & use table background colors or CSS to color up ur background. Also on the links. They are in a black background & sorta hard to see. Maybe define where the links are better. Also Sublinks i would put a border...
  5. M

    Host Suspendion Help

    Ok yesterday i was just doing my thing & finally uploaded some new files online this morning i still had the site open & i clicked on a link that said the host suspended my account I dont know the reason & it said look inside control panel to know that, however i cant get into my control...
  6. M

    PHP scripting issue.

    Not the problem but thank for filling in the rest of the info i had on my PHP script. so it still leaves me with the same problem. a or b input doesnt work later unless its echo'd within the while statement. & the increasing thing is there $i++. im using the while statement to cut down on...
  7. M

    PHP scripting issue.

    Ok here is the script Just make up an Value for Reset_0[1-4] Letters & Numbers. Numbers work fine. Its the Letters im having issues with. However if i echo the letter while running the WHILE command it seems to print the letters later on in the script in the output. $reset_0[0]==="aaa"...
  8. M

    Ajax Help httpRequest

    I been to that site before in fact its one of the many sites i got bookmarked for when i want to read up something or need an example. I still dont get all those things.
  9. M

    Ajax Help httpRequest

    Ok i do PHP, Java, SQL & a little bit of here & there stuff Ajax httpRequest just confuses me on how to use it period. I would like help. I would like help on making a script Simple http Request to do a check on the current page constantly. This script i plan to put into a Live Chat...
  10. M

    PHP / SQL Problem

    cough cough..... now i feel stupid... ur correct. hadnt tired the global & default one lol
  11. M

    PHP / SQL Problem

    Ok new site so new problem I run into the cant connect error (host, username, password) $host = ***** $user = ***** $pass = ***** $connect = mysql_connect($host, $user, $pass); error comes up like the fellowing. username & pass arent wrong its the host name i just dont get...
  12. M

    help with MySQL??

    I understand sql with php. its not extremely hard in fact i find it harder working in an database program on my PC more than with sql sql has huge advanages. Massive information can be stored in there plus on top of that u can select things u want. use SQL to write to pages, make...
Top