Ubuntu, Fedora, openSUSE, CentOS, SUSE Linux Enterprise, Debian,... users can finally use Autodesk Fusion 360 in the Linux Browser now.
On Chromium 55.0.2843.0 I get NET::ERR_CERTIFICATE_TRANSPARENCY_REQUIRED.
Ubuntu, Fedora, openSUSE, CentOS, SUSE Linux Enterprise, Debian,... users can finally use Autodesk Fusion 360 in the Linux Browser now.
On Chromium 55.0.2843.0 I get NET::ERR_CERTIFICATE_TRANSPARENCY_REQUIRED.
| <?php | |
| # Mysql | |
| # | |
| # require_once('mysql.php'); | |
| # $db = new Mysql(dbname, server, user, pass); | |
| # $sth = $db->query('select * from blah where name = ? limit 1', 'fred') || die($db->error()); | |
| # while ($row = mysql_fetch_assoc($sth)) | |
| # ... | |
| # |