function get() {
$.post('data.php', { name: form.name.value },
function(output) {
$('#age').html(output).show();
});
}
how can i tell the webserver to connect to the data.php file from my html file in dreamweaver
thankyou

New Topic/Question
Reply




MultiQuote





|