Recent content by shamil j

  1. S

    HTML Frame and Form issue | Help?

    The following code will result in displaying the result in a new web page, <form action="form_action.asp" method="get" target="_blank"> First name: <input type="text" name="fname" /><br /> Last name: <input type="text" name="lname" /><br /> <input type="submit" value="Submit" /> </form>...
  2. S

    Add text to a textbox when a button is clicked HTML <Beginner>?

    I need to write HTML code, that has the following functionality; The HTML page will have 1 textbox and 1 button. when the user clicks on the button, the character 'A', should get printed on the textbox. I have tried googling yet i was unable to find a solution for this problem. Please help me...
  3. S

    php select clause error Please HELP?

    when i write the following code it appears to be in the following format; print_r(mysql_fetch_row ($result)); the output is Array ( [0] => ve2 ) but when i try to save (mysql_fetch_row ($result)) to $row, i dont see anything getting printed as the output. $sql="SELECT LastName FROM...
  4. S

    PHP mysql database BEGINNER PROBLEM?

    I need to know the difference between using MYSQL and the PHPmyAdmin Tool. I created a database and also a table in PHPMyAdmin. then when i tried to access it through a code, it says the database do not exist. Later i logged on to MySQL from the console and tried to create the database...
  5. S

    An apparatus to measure 10 to 100 microvolts <Please Help>?

    Is there any device that could measure 10 to 100 microvolts ? if so what is it. and can some one please help me to design a circuit that could detect 10 to 100 microvolts. if there are any sample circuit designs online can you post it here. i tried googling but couldn't find any helpful.
Back
Top