Авторизуйтесь по паролю
narkom6n 10.04.2014 Все вопросы » Ламерские вопросы 3170
dj-avtosh - 2015-06-0910 апреля 2014 20:50 - #26619
golden_eagle_god - 2015-06-0921 июня 2014 16:38 - #30537
function sendData(){ ajax({ url:'http://thomascraft.ru/engine/modules/registration/ajax/steps.php', statbox:'contentarea', method:'POST', data: { step:document.getElementById('step').value, uname:document.getElementById('uname').value, passwordOne:document.getElementById('passwordOne').value, passwordTwo:document.getElementById('passwordTwo').value, email:document.getElementById('email').value }, success:function(data){document.getElementById('contentarea').innerHTML=data;} });}function loadData(){ ajax({ url:'http://thomascraft.ru/engine/modules/registration/ajax/steps.php', statbox:'contentarea', method:'POST', data: { step:document.getElementById('step').value }, success:function(data){document.getElementById('contentarea').innerHTML=data;} });}
CREATE TABLE `dle_views` ( `id` int(11) NOT NULL, `news_id` int(11) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;