Hello
I Want information about how to call value from table in textbox to insert it into another table in php and using mysql
waiting for u r valuable guidance
Hello
I Want information about how to call value from table in textbox to insert it into another table in php and using mysql
waiting for u r valuable guidance
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Feb 16, 2013, 2:17 PM
if( !$con ) {
die( 'Could not connect: ' . mysql_error() );
} else {
mysql_select_db( 'home_work', $con );
$result = mysql_query( "SELECT * FROM test" );
while( $row = mysql_fetch_array( $result ) ) {
?>
}
}
?>
Thanks
If this post helps you mark it as answer