Hi all.
By now I should know the answer to what I am about to ask, but sadly not.
I fould the code below from a tutotial I was reading
In the code there is the use of "$qr->text", what exactly does this do? I can see it holds "test text" but why does it have "->" after the variable and not a = sign without the brackets.
If I wanted to populate $qr with $var how would this be done.
$var = "First test data";
$qr->text("Second test data");
echo "<p>UTF8 text</p>";
echo "<p><img src='".$qr->get_link()."' border='0'/></p>";