mirror of
https://github.com/php/presentations.git
synced 2026-04-24 15:58:25 +02:00
11 lines
256 B
XML
11 lines
256 B
XML
<slide title="PHP in SQL">
|
|
|
|
<blurb fontsize="4em">
|
|
Because the SQLite library is both a client and a database you have the ability to call PHP function(s)
|
|
from within SQL queries.
|
|
</blurb>
|
|
|
|
<example result="1" type="php" filename="phpsql.php" />
|
|
|
|
</slide>
|