Changes between Version 18 and Version 19 of Docs/825gen2/Dev/Networking/PHP
- Timestamp:
- 02/29/24 11:47:19 (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/Networking/PHP
v18 v19 2 2 The 825gen2 includes PHP https://en.wikipedia.org/wiki/PHP which combined with the Apache Web Server allows for powerful web features. 3 3 4 From a terminal **php -v** will show the PHP version. 4 5 {{{ 5 6 card825gen2:~$ php -v … … 93 94 94 95 95 Following is a more advanced demo. This reads from an ID storage transaction table and also displays vehicle images associated with transactions.96 Following is a more advanced demo. This reads from an ID storage MySQL transaction table and also displays vehicle images associated with transactions. 96 97 97 98 ids.php