I'm in the process of converting an application from php 4 to php 5, moving it to another server, and updating the backend database from mysql to sql server.
I have already copied the website to the new server which is running php 5. When I try to open a page, it displays the html but but shows a bunch of code as well. I looked through my code and found that the code starts displaying after a symbol "->". What does this symbol mean??
a line of code containing this symbol is
return $person_query_obj->row["Name"];
Any ideas??