Search Results

Showing results 1 to 5 of 5
Search took 0.01 seconds.
Search: Posts Made By: Atli
Forum: PHP Nov 4th, 2009
Replies: 10
Solved: validation
Views: 327
Posted By Atli
Hey.

The isset (http://php.net/isset) and empty (http://php.net/empty) functions are also handy when validating form data. (or any data, for that matter)
Forum: PHP Nov 4th, 2009
Replies: 6
Views: 277
Posted By Atli
Hey.

What do you mean by "a message system"?
Like a blog, or like a messenger?

If it's a blog, there are probably hundreds of codes available online for you to choose from. Wordpress...
Forum: PHP Oct 22nd, 2009
Replies: 6
Views: 304
Posted By Atli
Agreed. Like I say, ideally these sort of bugs should be hunted down and fixed, even though the code may function without it.
Forum: PHP Oct 6th, 2009
Replies: 5
Views: 260
Posted By Atli
Hey.

I'm sorry mate, you are going to have to explain that a LOT better if you want us to be able to provide any sort of useful responses.

Try showing us the code you have, and tell us what...
Forum: PHP Oct 6th, 2009
Replies: 2
Views: 253
Posted By Atli
Hey.

Rather then doing if (!$text), try doing if (empty($text)).

Or, better yet, design your if statements so anything you don't expect falls through to the "else" clause:

$value =...
Showing results 1 to 5 of 5

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC