Sending the web browser a URL

url_exec()

Send the web browser a URL


SYNTAX

url_exec(url_text)

This function starts up the system’s default web browser and passes it the URL specified in url_text.

The function returns 0 if successful, otherwise the system error code.


EXAMPLE

url_exec("http://www.sculptor.co.uk")