Jump to content

quickstopman

Members
  • Posts

    200
  • Joined

  • Last visited

    Never

Contact Methods

  • Website URL
    http://www.untitled6.com

Profile Information

  • Gender
    Male
  • Location
    outside or your house

quickstopman's Achievements

Regular Member

Regular Member (3/5)

0

Reputation

  1. the thing about saying that is that you DON'T have too.. but i did anyway lol
  2. yes so have you tried my code? that should do the job you need it too do! -Zack
  3. <?php while($row = mysql_fetch_array($check)) { $name = $row['username']; echo "<input type = 'checkbox' name='users' value='". $name ."'>". $name ."<br />"; } ?> that should do the trick! also, the value of a input checkbox is hidden, to display what the checkbox is selecting you put your text on which ever side of the checkbox you feel necessary, simple HTML right there. -Zack
  4. fortunately i thought it over again and made a new php.ini file in the directory im in, and then instead of setting each off the settings to = 2 i made it so they = Off and no i don't get the error well sorry about this post guys =[ -Zack PS: for some reason i can't set this post to solved so i'll changed the name!
  5. i get an extremely weird error when ever i go to this page for the first time during a session Warning: Unknown(): Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively. in Unknown on line 0 i even disabled session.bug_compact_42 to off in the php.ini file im confused anyone know what to do about this?
  6. write a simple script like this: <?php include("YOUR CONFIG FILE HERE"); $d_id = $_GET['d_id']; $sql = mysql_query("SELECT * FROM `INSERT YOUR TABLE NAME HERE` WHERE `did` = '. $d_id .'") or die(mysql_error()); $product = mysql_fetch_array($sql); echo $product['name']; ?> please put your own information in in, and also to write any detail from the row, you can use echo $product[' and then any field from that section, then close it off with']; Your Welcome! -Zack PS: I was once like you so don't worry about it. PSS: The guy above me beat me to it =/
  7. hmm that seems plausible do you they have cookies enabled? that a horrible guess because i don't know much about internet explorers horrible flaws -Zack
  8. wow sorry, im incredibly stupid but i guess it proved that you have php lol Thanks for pointing that out!!
  9. $prijsver = $_POST['prijsver']; mysql_query("UPDATE `sportschool` SET `prijs`='$prijsver' WHERE gamename='$prefix' AND `land`='$data->land'") or die(mysql_error()); i find it easier to know what the error is before you ask about it so try that if it tells you the error than you can help you self! -Zack
  10. i can't exactly explain it too you but kirupa.com has some great tutorials on it! http://www.kirupa.com/developer/flash/index.htm#Server_Side_&_Flash -Zack
  11. well im pretty sure PHP has nothing to do with what browser you use. so these people just must have forgotten their passwords
  12. well what was the error? then we can find the source of the problem
  13. then delete the index.html or default.html or what everfile type you use first!
  14. does your sub-directory your in, have an index if so erase that file first
  15. to likwidmonster lol i like to not make sense when i make websites, and that picture isn't me. i have yet to update the main page to the real perpous of the site, you can check it out soon to see the real perpous
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.