Hi Thanks a llllllooooottt,
I was struggling all yesterday...
It was a lovely thing to get it corrected this morning...
But I didnot understand the difference, Could u please explain me this..??
Cheers
Search found 3 matches
- Fri May 15, 2009 5:22 am
- Forum: PHP - Code
- Topic: function Return value is not assigning to a variable !!!
- Replies: 5
- Views: 162
- Thu May 14, 2009 8:01 am
- Forum: PHP - Code
- Topic: function Return value is not assigning to a variable !!!
- Replies: 5
- Views: 162
Re: function Return value is not assigning to a variable !!!
Hi Thank you,
But still it is not working. Echoing is not a problem at all .
$currentTopicId = findTheParent($topicId);
Here $currentTopicId, does not contain any value at all
But when I say
echo findTheParent($topicId);
this is display the value.
is it not strange?
But still it is not working. Echoing is not a problem at all .
$currentTopicId = findTheParent($topicId);
Here $currentTopicId, does not contain any value at all
But when I say
echo findTheParent($topicId);
this is display the value.
is it not strange?
- Thu May 14, 2009 7:18 am
- Forum: PHP - Code
- Topic: function Return value is not assigning to a variable !!!
- Replies: 5
- Views: 162
function Return value is not assigning to a variable !!!
Hi all, I have a strange problem, I am calling 'findTheParent' function from 'nextPrimaryTopic' function, The function findTheParent should return a value to 'nextPrimaryTopic' function, But it is not happening so, While echo " findTheParent($topicId)" in 'nextPrimaryTopic' function, it ec...