Mira no entiendo como lo estas trabajando pero te recomiendo q lo trabajes de la siguiente forma,, :)
espero y te sea de mucha ayuda...
////////HTML
Código HTML:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> google.load("jquery", "1.6.1");
<script type="text/JavaScript">
function fn_insert_user(){
var str = $("#insert_user").serialize();
$.ajax({
url: 'demo.php',
data: str,
type: 'post',
success: function(data){
$("#show").html(data);
}
});
};
function wizard(integer){
$('#myslide .cover').animate({left:-350*(parseInt(integer)-1)})
$('#button a').each(function(){
$(this).removeClass('active');
if($(this).hasClass('button'+integer)){
$(this).addClass('active')
}
});
}
$(function(){
$('#button a').click(function(){
var integer = $(this).attr('rel');
wizard(integer);
return false;
});
})
#myslide {width:350px;overflow:hidden;position: relative;height:330px;margin-bottom:20px}
#myslide .cover{width:1400px; position: absolute; height:350px;}
#myslide .mystuff {width:350px;float:left;margin:20px 0;}
.button1,.button2,.button3,.button4{background:#999;padding:6px;display:block;float:left;margin-right:5px;}
.active{background:#111;padding:6px;display:block;float:left;outline:none;}
.clear{clear:both;}
<a class="button1 active" rel="1" href="#"></a> <a class="button2" rel="2" href="#"></a> <a class="button3" rel="3" href="#"></a> <a class="button4" rel="4" href="#"></a> <form action="javascript: fn_insert_user();" id="insert_user">
//////// PHP
Código PHP:
Ver original<?php
$nombre = $_POST['txtNombre'];
$apellido = $_POST['txtApellido'];
$telefono = $_POST['txtTelefono'];
echo "$nombre $apellido $telefono\n";
?>
Saludos suerte si ay algo q no te sale me avisas SALUDOS... suerte