REGISTER
|
Search Tycoon Talk
|
Freelancer.com
|
Members
Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.
Register Here
Forum Rules
PHP Forum
You are currently viewing our PHP Forum as a guest. Please
register
to participate.
Login
Remember Me?
Login via Freelancer.com
Tycoon Talk
>
Web Development and Programming Support
>
PHP Forum
>
max characters variable
Link Back
Thread Tools
Search this Thread
max characters variable
09-26-2007, 04:56 AM
#
1
(
permalink
)
max characters variable
koolaid
Average Talker
Posts: 20
Trades:
0
Talkupation:
Hello,
How can i add a max character limit to a variable?
So if the var the user inputs is too long, it stops the procedure. else, continue.
Thanks in advance
Register
now for full access!
09-26-2007, 05:13 AM
#
2
(
permalink
)
Re: max characters variable
tripy
Do not try this at home!
Latest Blog Post:
GooTrans, a cross-platform python frontend to Goog...
Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
Trades:
0
Talkupation:
PHP Code:
if(
strlen
(
$var
)>
$limit
){
echo(
'naughty boy!'
);
exit();
}
else{
....
}
Or in html, on the <input> tags, you have a "maxlength" attribute that specify the maximum number of characters the user can type.
__________________
Only a biker knows why a dog sticks his head out the window.
« Reply to
max characters variable
Previous Thread
|
Next Thread
Tycoon Talk
>
Web Development and Programming Support
>
PHP Forum
>
max characters variable
Thread Tools
Search this Thread
Show Printable Version
Email this Page
Search this Thread
:
Advanced Search
Posting Rules
You
may not
post new threads
You
may not
post replies
You
may not
post attachments
You
may not
edit your posts
BB code
is
On
Smilies
are
On
[IMG]
code is
On
HTML code is
Off
Trackbacks
are
Off
Pingbacks
are
Off
Refbacks
are
Off
Forum Rules
Feeds:
RSS
JS
XML
Feeds for this forum:
RSS
JS
XML
LinkBack
LinkBack URL
About LinkBacks
Bookmark & Share
Digg this Thread!
Add Thread to del.icio.us
Bookmark in Technorati
Tweet this thread
Page generated in
0.55110
seconds with
12
queries