What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » [small php request] can someone write me hash creator

[small php request] can someone write me hash creator
Author: Message:
surfichris
Former Admin
*****

Avatar

Posts: 2365
Reputation: 81
Joined: Mar 2002
RE: [small php request] can someone write me hash creator
quote:
Originally posted by Felu

while ($file = readdir($dir_handle)) !== false)
Two '(' were and and then you close 3? Mind explaining why?
Typo.
quote:
Originally posted by hmaster
And also what would !== false do
Try yours, place a file called "0" in the directory along with some others and watch yours exit on that.

0 is essentially false when doing standard == checking so you need to compare at the actual level which is ===. In that case, 0 != false, 0 = 0.
04-02-2007 11:37 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[small php request] can someone write me hash creator - by CookieRevised on 04-02-2007 at 12:01 PM
RE: [small php request] can someone write me hash creator - by Felu on 04-02-2007 at 12:21 PM
RE: [small php request] can someone write me hash creator - by CookieRevised on 04-02-2007 at 12:49 PM
RE: [small php request] can someone write me hash creator - by Felu on 04-02-2007 at 12:51 PM
RE: [small php request] can someone write me hash creator - by surfichris on 04-02-2007 at 12:58 PM
RE: [small php request] can someone write me hash creator - by Nathan on 04-02-2007 at 01:15 PM
RE: [small php request] can someone write me hash creator - by Eljay on 04-02-2007 at 01:23 PM
RE: [small php request] can someone write me hash creator - by CookieRevised on 04-02-2007 at 01:26 PM
RE: [small php request] can someone write me hash creator - by Dempsey on 04-02-2007 at 01:37 PM
RE: [small php request] can someone write me hash creator - by CookieRevised on 04-02-2007 at 02:48 PM
RE: [small php request] can someone write me hash creator - by Felu on 04-02-2007 at 02:51 PM
RE: [small php request] can someone write me hash creator - by hmaster on 04-02-2007 at 03:29 PM
RE: [small php request] can someone write me hash creator - by surfichris on 04-02-2007 at 11:37 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