![]() |
[ask]can't get return value from my function - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: [ask]can't get return value from my function (/showthread.php?tid=41703) |
[ask]can't get return value from my function - El Forum - 05-14-2011 [eluser]rikes_denis[/eluser] i try to make an upload function and try to passing a value to another function, but i got a trouble trying it. this is my function : Code: function do_upload() i return the $temp and try to pass it to other function, correct me if im wrong, but i use Code: $x = $this->do_upload(); is there something i didn't see??? please help thanx |