laravel - Is there any way to storing a text with some mathematical formula in database(mysql)? -


i want create website learning mathematics , want save page contents of website involves texts , formulas in database(mysql). how can storing (texts + mathematical formulas)?

i recomend @ tex or latex- allows express complex mathematical formulae standard keyboard - means can store them in mysql regular strings using field types such text or varchar.

from there need library such mathjax render formulae nice , pretty again on output. have @ documentation, contains examples of i'm suggesting :-)


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -