View Single Post
  #1   Rahulrulez's Rig  
Old 20 May 08, 12:57 PM
Rahulrulez's Avatar
Rahulrulez Rahulrulez is offline
Explosive Member
 
Join Date: Aug 2007
Location: Kolhapur
Age: 17
Posts: 1,509
Rahulrulez is highly AdmirableRahulrulez is highly AdmirableRahulrulez is highly AdmirableRahulrulez is highly AdmirableRahulrulez is highly AdmirableRahulrulez is highly AdmirableRahulrulez is highly Admirable
Send a message via MSN to Rahulrulez Send a message via Yahoo to Rahulrulez Send a message via Skype™ to Rahulrulez Send Message via Google Talk to Rahulrulez
Default Help PHP form, Input type for Mobile Number.

Hey,
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.. any experts, help please.

Reply With Quote