<?php
$login=@$_GET['login'];
$password=@$_GET['password'];
if (!empty($login)) {
echo '<script language="javascript"--> window.location="https://lk.webvm.ru/billmgr?authinfo='.$login.':'.$password.'&out=xml&func=domain";';
// how to change this where it says different? not using echo
}
?>
<section id="content1">
<form method="get">
<div class="pole_name_p">
<p><span class="pole_logi"><input class="logi_input" name="login" autocomplete="off" type="text" placeholder="E-mail name"></span></p>
</div>
<div class="pole_name_p">
<p><input class="pas_input" name="password" autocomplete="off" type="password" placeholder="Password"></p>
</div>
<div class="bill_botton">
<p><input class="button" type="submit" value="Login"></p>
</div>
</form>
</section>
Find more questions by tags Web DevelopmentPHP