Github Twitter LinkedIn YouTube
Github Twitter LinkedIn YouTube
Florent Poujol
Development, Web, Video Games...
 
Skip to content
  • New site
  • Home (old blog)
  • Web
  • Superpowers
  • Craftstudio
  • Unity3D
  • About me
  • GitHub
Home Posts tagged "PHP"

Tag: PHP

How to get integer columns as actual integer with PHP/PDO/MySQL

tl;dr: It is not the job of a database system (SQLite, MySQL, …) to cast queried data into each column’s type. A database will return data as string, even for integer columns. So if your query returns you any other type than string, then it is typically tanks to the database…

Continue reading

Florent January 8, 2018 January 8, 2018Tutorials, Web MySQL, PDO, PHP, SQLite

Markdown Static Site, easily turn markdown files in a static site

Markdown is a file format and concise syntax whose first intent is to be converted to HTML. Today, you have tools to convert markdown in a wide variety of other formats Because of that, I wrote Daneel’s documentation as well as several upcoming tutorials (more on that soon !) in…

Continue reading

Florent February 10, 2014 April 9, 2016Web Markdown, PHP, Web
Github Twitter LinkedIn YouTube
Powered by Tempera & WordPress.