Hi,

        I looked everywhere for a nice explanation of this darn simple thing, 
but had no luck. I am working with some code made by a different person thats 
why i am running into these sorts of things. (yes, i am kinda newbie)
        I have a file named "blah.php" with this line:

        $B->var1 = "name1";

        Then i have another file called "result.php" that has:

           require_once("blah.php");

        And then i want some code to display the "name1". The problem is i have 
no idea how to deal with that "->", what it means (object of some sort?) and 
how to get the value of that variable. Doing print ($var1) obviously doesnt 
work.
        Can someone please explain this to me? What does the "->" do? How to 
solve that problem above?

        Big thanks.


        Pag

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to