User Profile

Collapse

Profile Sidebar

Collapse
Bhutan123
Bhutan123
Last Activity: Jul 3 '14, 05:41 AM
Joined: Jun 5 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Bhutan123
    started a topic OS Boot up

    OS Boot up

    when i installed new os to my pc pressing F12 it boot on but it shows EMS enabled before Loading windows files ..how to hide/disabled or any solution to do that...if i set up from that set up...what will happen...
    See more | Go to post

  • Bhutan123
    started a topic How to calculate Rank
    in PHP

    How to calculate Rank

    hi..
    can u help me to find rank based on total percentage in Mysql database..
    See more | Go to post

  • how to make textbox should be mandatory to be filled up

    Code:
    <tr>
    td>Enter Viva Marks (20%):</td>
    <td><input type="text" id="VivaMarks" name="VivaMarks"  maxlength="4" onKeyUp="numericFilter(this);" value=" <?php if(isset($esubjectID)){echo $eViva;} ?>" ></td>
    </tr>
    See more | Go to post

  • how to solve Warning: mysql_num_rows() expects parameter 1 to be resource

    Code:
    	<?php 
    		if(isset($_POST['submit']))
    		{
    			$regNumber=trim($_POST['txtReg']);
    			
    			$qry="SELECT * FROM tblscore WHERE Registration_Number='$regNumber'";
    			$run=mysql_query($qry,$connection)or die("Database Error");
    		
    			
    			if(mysql_num_rows($qry)<1) 
    			{
    			
    			echo "<script> alert('No matches found');</script>";
    ...
    See more | Go to post

  • Code:
    <DOCTYPE html>
    <head>
    <title></title>
    </head>
    	
    	<script>
    
    	function calculate_Marks()
    		{
    			var viva_Marks=document.getElementById('VivaMarks').value;
    			var Degree_Marks=document.getElementById('DegreeMarks').value;
    			var Written_Marks=document.getElementById('WrittenMarks').value;
    			
    			var viva_percentage =(20/100)*viva_Marks;
    ...
    See more | Go to post

    Leave a comment:


  • Bhutan123
    started a topic i want to display my result in textbox

    i want to display my result in textbox

    Code:
    <?php
    		session_start();
    		
    		require("config/db_config.php");
    		$connection=mysql_connect ("$db_host","$db_user","$db_password")
    		or die ( " Not able to connect to server ");
    		$db_name="calc_db";
    		mysql_select_db($db_name,$connection);
    	?>
    <DOCTYPE html>
    <head>
    <title></title>
    </head>
    ...
    See more | Go to post
    Last edited by Dormilich; Jun 5 '14, 04:12 PM.
No activity results to display
Show More
Working...