This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-Club-Panda
mirror of
https://github.com/jrtechs/Club-Panda.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Simple website with some JavaScript games.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31
Commits
1
Branch
893 KiB
Branch:
master
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
jrtechs-Club-Panda
/
club_connect.php
3 lines
88 B
Raw
Permalink
Normal View
History
Created docker compose script to run application locally on port 8080
3 years ago
Replaced mysql dependency with sqlite
2 years ago
Created docker compose script to run application locally on port 8080
3 years ago
<
?
php
$db
=
new
SQLite3
(
"
/app/public/clubpanda.sqlite
"
,
SQLITE3_OPEN_READWRITE
);
?>