Jump to content

hemo-ali

Members
  • Posts

    29
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

hemo-ali's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Nice I'm using this now example.com/profile?id=15 how can I use mod_rewrite
  2. Hey guys I've problem I want every member register to my site to see his profile at for example example.com/member how can I do that?
  3. explorer is very very stupid crazy bad ugly bowser you shouldn't try to do that on explorer Chrome,Firefox,Opera and Netscape are enough
  4. Or js <form action="" method="" onsubmit="document.location='file.php';"> ......... .......... ............ ............. <input type=submit> </form>
  5. Where is the check code if($name =="" || $email =="" || $telephone =="" || $type =="" ||$message =="" ){ echo"fill the fields"; } else{ mail(.....); }
  6. You should check by js if the form filled or not
  7. I have many members I display then it pages and next to everyone checkbox for delete but if i in page 1 and chose 2 persons then i went to page 2 the 2 persons I chose lost how can browser remember my checked ckeckboxes Should I use another language Or what
  8. php no should use js for showing or jquery
  9. As I understand you want to insert random numbers and don't want to duplicate this number if you want that you can check that number before insertng
  10. Ok but why don't you use margin
  11. First:- you should explain some things how and time and basic and questions you want Second:- Do you have any code and want helping or you are don't want to learn anything only want the quiz without any working if you want helping you wrote your topic in the correct place But: if you want to get it all you went the wrong place you should Google Php & Mysql quiz Free Script Now decide what you want exactly????
  12. I think it will help <script type="text/javascript" src="jquery.js"> </script> <script type="text/javascript"> window.onload = function() { var mySelect = document.getElementById('school2'); mySelect.onchange = function() { if (this.value == 'other') { document.getElementById('otherdiv').style.display = 'block'; } else { document.getElementById('otherdiv').style.display = 'none'; } } } </script> <select id="school2"> <option>1</option> <option>2</option> <option>other</option> </select> <div id="otherdiv" style="display: none;"> asd </div>
  13. this is the best <script type="text/javascript" src="jquery.js"> </script> <script type="text/javascript"> window.onload = function() { var mySelect = document.getElementById('school2'); mySelect.onchange = function() { if (this.value == 'other') { document.getElementById('otherdiv').style.display = 'block'; } else { document.getElementById('otherdiv').style.display = 'none'; } } } </script> <select id="school2"> <option>1</option> <option>2</option> <option>other</option> </select> <div id="otherdiv" style="display: none;"> asd </div>
  14. I am very sorry for the code above it is a mistake I am very sorry
×
×
  • 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.