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

PHP Help
Author: Message:
Plik
Veteran Member
*****

Avatar

Posts: 1489
Reputation: 46
34 / Male / –
Joined: Jun 2004
RE: PHP Help
its because of this:
code:
$this->returnit($uitvoer);<< This is where the function is called, hence whatever the function returns will be returned here, but as there is no varible storing the returned value then it is forgoten.
}
function returnit($invoer){I dont understand what you are attempting todo with this function :-/
return $invoer;
//die("Success ofzow");
}

Basically return, returns the value as the result of the function where there must be some way of outputing or storing the value otherwise it will be forgoten.
01-20-2006 05:24 PM
Profile 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