<form action="index.php" method="post">
<label for="lp">text1:text2</label><br>
<input id="lp" name="lp" value="<? echo @$data['lp']; ?>"><br>
<input type="submit" name="do_check"><br>
</form>
ибо инфа, которая будет поступать идет в формате text:text
и нужно, что бы text1 был одной переменной, а text2 был другой.