Jump to content

dezkit

Members
  • Posts

    1,236
  • Joined

  • Last visited

Everything posted by dezkit

  1. Post relevant code
  2. <?php if($delete){ for($i=0;$i<$count;$i++){ $del_id = $checkbox[$i]; $sql = "DELETE FROM $tbl_name WHERE id='$del_id'"; $result = mysql_query($sql); } ?> Source: http://phpeasystep.com/mysql/8.html
  3. Isn't javascript client side? Oh and I wouldn't advise you to use javascript because not everyone has javascript enabled (Why do browsers even do such a feature? Gosh.)
  4. He wants so that after he puts data in a database, the page with the data will auto-update. This can be done with AJAX. I too want to know how it is done.
  5. user_register() is a function, we don't know what it does. Use this link if you have problems with your current script
  6. <?php $load = $_POST["load"]; if(isset($load)){ fopen("steam://","r"); fopen("teamspeak://","r"); } ?> <a href="?load">Load steam and ventrilo servers</a> not tested
  7. Nevermind
  8. <?php if(isset($_POST['dosubmit'])){ echo "CHEESE!"; } ?> <form name="signup" id="signup" method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>"> <div align="center"> First Name: <input type="text" name="first_name" id="first_name" /> <input type="submit" id="dosubmit" name="dosubmit" value="Sign Up!" /> </div> </form>
  9. Why is the ajax_loader.gif not in the middle of the page, but slightly top right?
  10. Ohhh, It's pretty cool
  11. Needs a "New quote" button!!!
  12. So you finally decided on the template? Site looks extraordinary except one thing, what are those lines in the body.jpg? That makes the template baad. Oh and when you press on either "View Website" or "View Details" there is this invisible red box outline appearing on the left.
  13. It says - 2009 on top?
  14. He is using a free domain name
  15. Ugly layout, i would suggest switching forum providers or changing the template
  16. <input type="submit" name="something" value="something"> <input type="submit" name="somethingelse" value="somethingelse"> $something = $_POST["something"]; $somethingelse = $_POST["somethingelse"]; if($something){ echo "something"; } if($somethingelse){ echo "somethingelse"; }
  17. It's really good, but why does it say "date" on the menu in http://www.ezechinedu.com/worksdone.php Also: The website looks like a myspace layout, I don't know why though, lol Edit: The table work in http://www.ezechinedu.com/mycv.php is very very sloppy
  18. NUMBER 3 IS AWESOME
  19. dezkit

    My new car.

    Hahahahahaha
  20. dezkit

    My new car.

    WHY.... JUST WHY!!!???
  21. dezkit

    New TLDs?

    I have been looking through wikipedia and i saw that there is going to be a .nyc TLD. And i have been wondering, does anybody know the exact date of when it's going be released? And where i can get it as soon as it gets to be live?
  22. Did you rename the "example" in the query to your table name?
  23. SELECT * FROM example WHERE badge1='1'
  24. I guess the session isn't registered than.
×
×
  • 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.