paste.tra.pt · paste listing
math-for-php
9 months agoUse this code to grab a Tex-to-MathML conversion while using PHP. https://tra.pt/math for details
Update CURLOPT_POSTFIELDS with your TeX math function.
<?php
$curl = curl_init();
curl_seto...