Skip to content

styu/Circles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

db_setup.php
	-FILL OUT USERNAME AND PASSWORD TO SQL DATABASE.
	-if you're using scripts, then you need to manually create the database (name = circles)
	-if not, then you can get away with calling db_setup($link) at the head of a file (choices.php, prompts.php, story_setup.php)

in db/choices.php, db/prompts.php, db/story_setup.php, you only need to make calls to db_insert_prompts() and db_insert_choices() once
-you can do it multiple times, since it'll just clear the table to add stuff, but if you don't want to make unnecessary calls comment it out

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published