<?php $data = "<th style='text-align:center;width:33%;'><a onclick='return myfunction(12314568);' href='#test' class='btn mini full'>Test</a> </th>"; preg_match("/return myfunction\(([0-9]+)\)/", $data, $m); print_r($m);
You have javascript disabled. You will not be able to edit any code.