Need help with basic PHP

 
Post new topic   Reply to topic    Aprelium Forum Index -> PHP
View previous topic :: View next topic  
Author Message
cmxflash
-


Joined: 11 Dec 2004
Posts: 872

PostPosted: Mon Jul 18, 2005 7:23 pm    Post subject: Need help with basic PHP Reply with quote

Okay, I've got a variable, $name, which is the same as $_GET[name]. The thing is that i don't want it to contain more than 30 characters. If the user types more than 30 characters, I want the script to show an error-message. Can anyone give me an example of how to do that?
Back to top View user's profile Send private message
Anonymoose
-


Joined: 09 Sep 2003
Posts: 2192

PostPosted: Mon Jul 18, 2005 7:50 pm    Post subject: Reply with quote

www.justfu... Oh wait ;)

if (strlen($name) > 30) {
print "Input too long!";
}
Back to top View user's profile Send private message
cmxflash
-


Joined: 11 Dec 2004
Posts: 872

PostPosted: Mon Jul 18, 2005 8:07 pm    Post subject: Reply with quote

Thanks.
I guess I was to lazy to use Google.
Back to top View user's profile Send private message
mtbiking
-


Joined: 18 Mar 2004
Posts: 66

PostPosted: Tue Jul 19, 2005 8:43 pm    Post subject: Reply with quote

don't tell people to google it when it is php

tell them to check php.net it has alot of info on php and google spits out a load of crap
_________________
Check It Out... Nochex Classifieds
Back to top View user's profile Send private message
Anonymoose
-


Joined: 09 Sep 2003
Posts: 2192

PostPosted: Tue Jul 19, 2005 9:43 pm    Post subject: Reply with quote

mtbiking wrote:
don't tell people to google it when it is php


Just kind of an in joke you missed out on there - I would normally refer to the PHP docs...
Back to top View user's profile Send private message
mtbiking
-


Joined: 18 Mar 2004
Posts: 66

PostPosted: Tue Jul 19, 2005 10:14 pm    Post subject: Reply with quote

i was going to say that

just f'in php it but i thought i might get banned

and that reminds me the domain is still available

CENSORED.com &
CENSORED.com
_________________
Check It Out... Nochex Classifieds
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> PHP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group