Jump to content

php and mysql


michela

Recommended Posts

if (!(strlen($_POST['student_id']) >= 6 && strlen($_POST['student_id']) <= 8)) {

error ('Student ID number is either too long or too short!\\n'.

'Please enter your 7 digit student ID number');

 

This is what I am using to make sure the user only inputs 7 numbers for their student id number, would anyone know how to make sure that it is exactly 7 numbers and not a space added in the middle?

 

Student id numbers are all like this - 1234567

 

I wish to avoid - 123 567

 

thanks

Link to comment
https://forums.phpfreaks.com/topic/2705-php-and-mysql/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.