How can I store PHP code inside of a mysql table

后端 未结 6 1964
小蘑菇
小蘑菇 2020-12-11 06:42

I am working on building a small php/mysql script that will act something like a wordpress blog but will just be a small site for my eyes only to store PHP code snippets. S

6条回答
  •  轮回少年
    2020-12-11 07:38

    Store as text (varchar) in the database.

    Use cascading style sheet (css) to format code.

    http://qbnz.com/highlighter/

提交回复
热议问题