Is there a Linux equivalent to the following Win32 statement?

Code:
      ShellExecute(NULL, "open", "http://myplace.com/forum/myforum",NULL, NULL,SW_SHOWNORMAL);
It displays a web page from within an app

Thanx