/    Sign up×
Community /Pin to ProfileBookmark

Please Help Me! Thank You for your concern

can you help me
ranging my input box box to 2 characters and can enter value from 1-31
please thanks for your help…
i need it for my project

to post a comment
PHP

2 Comments(s)

Copy linkTweet thisAlerts:
@ryanlundAug 10.2009 — I wish you would explain things clearer, however if you want to check if a value is between certain numbers then you can put this:
[code=php]
if(is_int($input)&&$input>=1&&$input<=31){
echo "Input is between 1 and 31";
}
else{
echo "Input is out of range";
}
[/code]
Copy linkTweet thisAlerts:
@welshAug 11.2009 — can you help me

ranging my input box box to 2 characters and can enter value from 1-31

please thanks for your help...

i need it for my project[/QUOTE]


to make an input box 2 characters just add:
[code=php]maxlength="2"[/code]
into the input box html code.

And then ryanlund code will say if its betwen 1-31.
×

Success!

Help @mb00140804 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.8,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...