Jump to content

hussain

Members
  • Posts

    11
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

hussain's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. hi am hussain try this $elapsed=strtotime($entertime)-strtotime($completetime); $totalelapsed= gmdate("H:i:s",$elapsed);
  2. use stripslashes() function beforee writning into file
  3. ude stripslashes() function
  4. TRY THIS <a href='index.php' target='_SELF'>HOME</a>
  5. try this function functionname(b) { if(b.match("playaz")) { // if matches document.form.textboxname.disabled=false; }else{ document.form.textboxname.value=""; document.form.textboxname.disabled=true; } } <form> <select name="somename" onchange="return functionname(this);"> <option value="playazrrrrr">value1</option> <option value="value1">value1</option> </select> <input type="text" name="textboxname" disabled="true"/> </form>
  6. <? if($sti->checkPost() === true){   echo "<h1>Thank you, they mached!</h1>";//This is the line I want ot change ?> <script> document.form.submit(); </script> <? }elseif($sti->checkPost() === false){   echo "<h1>Wrong input! Try again!</h1>"; }?>
  7. {$this->content} it print the value contain in content variable
  8. put semi colon after $funnyurl
  9. check u r filename it machtes with the filename u have written in code
×
×
  • 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.