Hey,
I am making Contact us page for one friend.
I want only Numbers in this code -
But it allow to insert text..
any experts, help please.
I am making Contact us page for one friend.
I want only Numbers in this code -
Code:
<div class="row"><label for="telephone">Mobile: </label><input name="mobile" type="text" id="mobile" size="20" value="<?php if(isset($_POST['mobile'])){echo $_POST['mobile'];} ?>" /></div>
But it allow to insert text..
