t do you
> usually put in the php file?
>
> Without getting into too much php.
>
> Something like this would work right?
>
> // skipping post validation code for security purposes...
> $url = $_POST['a'];
> echo $url;
> ?>
>
> ---
>
> Chris
Hello,
I'm pretty new to jQuery and want to implement some ajax.
I have a html like this:
click here
After learning jQuery a little while, I got the way to call ajax
something like this:
$(document).ready(function() {
$('#item1').click(function() {
$('#result').load('process.php', {parameters
2 matches
Mail list logo