• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Number Validation

Number Validation 14 years 1 month ago #10226

  • prashi
  • prashi's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hello

How can i validate my number field only with 11 numbers but the not the text in it.....

code is as follows

function numeric($param)
{
if(eregi('^[0-9 ]{1,11}', $param )){
return false;
}else{
return true;
}
}

Regards,
Prashi
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!