Example Inline PHP

Here is some inline PHP code: $x = 50 + mysql_last_insert_id().

Example Block of Javascript

function min (a, b) {
	return a < b ? a : b;
}