Jump to content

Symbol "->"


zanfranceschi

Recommended Posts

I know it's a very simple question, but I couldn't find its answer in the PHP documentation. Search engines seem not to understand this string search...Could some one please explain what this symbol does? Or link me to a tutorial or something like this?The only thing I use this for is to retreive data from a dabatabe, for example:

$query = "SELECT * FROM table";$exe = mysql_query($query);while($rows = mysql_fetch_object($exe)) {$id = $rows -> id;$name = $rows -> name;}

Thanks.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...