Jump to content

ZulfadlyAshBurn

Members
  • Posts

    783
  • Joined

  • Last visited

Everything posted by ZulfadlyAshBurn

  1. hey, you misspell community on the navigation bar. you spell it Comminuty EDIT: also when you are on the users profile, the words goes over the border.
  2. use this code, try it. <?php if(!empty($_POST['test'])){ if($_POST['test'] == "reject"){ $con = mysql_connect("localhost","root",""); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("dbprof", $con); foreach ($_POST['list'] as $checkbox) { $sql="SELECT * FROM registeredprof WHERE fullname='$checkbox'"; } $result=mysql_query($sql); if(mysql_num_rows($result)) { foreach ($_POST['list'] as $checkbox) { mysql_query("DELETE FROM registeredprof WHERE fullname='$checkbox'") or die(mysql_error); } echo '<script type="text/javascript"> {alert("Instructor Removed!");} </script>'; echo '<meta http-equiv="REFRESH" content="0;url=delins.php">'; } else { echo '<meta http-equiv="REFRESH" content="0;url=delins.php">';} } }else{ echo "failed"; } } ?>
  3. you might want to look at jquery.
  4. 1) Create a cms 2) OOP 3) Create a cms 4) Use Cookie/Session
  5. ZulfadlyAshBurn

    videos

    Firstly, are you using any frameworks? If not, how are they embeding the videos? Using flash? What is the script language?
  6. please post you current code.
  7. create a user only for add entry and delete entry.
  8. The same method by instead of using cookie, store it in the db. The retailer can also access this db.
  9. You can alternatively store it your database.
  10. my coding steps are similar to Buddski
  11. no, it is done by through the script itself. the retailer might need to edit the script so they can update your database.
  12. when a use signs-up at your site, give them a unique id. create a database where your retailer would have access to insert info. when you redirect them, the retailer is given the unique id with the purchase. on payment, the page would update the database on the users unique id and the amount spend/points.
  13. Use jQuery.
  14. Its pretty simple? can you show you current code? I can help you with it. edit: can be easily done with php
  15. its called lazy load. There are many versions of it. there is jQuery, YUI and mootools. here is mootools example: http://davidwalsh.name/mootools-lazyload here is jquery version http://plugins.jquery.com/project/appear
  16. @Adam thanks for your comment dude I'm currently just linking to the forum cause the site is not ready for public release. I will create a roadmap on the site real soon. And thanks, you just gave me a good suggestion. I will add in the translation service soon. Hopefully Google API could help me with this. I have not transfer my site to the main server. Hopefully soon or when I'm done with the public release. I do all the coding, designing and etc by myself. The only I help I could get is from this forum and Google. Thats all. I'm 16 and loves coding so this is another learning experience for me The site wont function properly as of today cause I would be removing the data from the database to simplify the words.
  17. Hi guys, I would be moving me files to my main server instead of the 000webhost.com server hopefully by tonight. So, there might be downtime on the website.
  18. do i have to re-register?
  19. yeap?
  20. huh? what do you mean?
  21. OK, done! http://english.andss.tk/?dev=on use this link, through the link, it allows you to view the javascript in readable manner.
  22. my apologies, the full script is not updated. updating now.
  23. haha. ok. put the changes to public
  24. Local Updates: • users submit using a button (without js, use enter) • ajax & jQuery is widely use on the site (without js, a form is replaced instead) • cleared up glitch when used blur and click together. • right click on context menu is now enabled.
×
×
  • 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.