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>...
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...
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...
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...
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.