What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » PHP Help

PHP Help
Author: Message:
J-Thread
Full Member
***

Avatar

Posts: 467
Reputation: 8
– / Male / –
Joined: Jul 2004
RE: PHP Help
quote:
Originally posted by Ezra
code:
...
        if(isset($invoer) && $invoer != ""){
...


Why not:

code:
...
        if(!empty($invoer)) {
...

Try to learn as much php functions as possible, most of the things you want are already build in...
01-20-2006 10:23 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
PHP Help - by Ezra on 01-20-2006 at 05:11 PM
RE: PHP Help - by Plik on 01-20-2006 at 05:24 PM
RE: PHP Help - by Ezra on 01-20-2006 at 05:30 PM
RE: PHP Help - by Plik on 01-20-2006 at 05:36 PM
RE: PHP Help - by Ezra on 01-20-2006 at 05:41 PM
RE: PHP Help - by segosa on 01-20-2006 at 08:53 PM
RE: PHP Help - by J-Thread on 01-20-2006 at 10:23 PM
RE: PHP Help - by Ezra on 01-20-2006 at 10:31 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On