Posts by Crissie Maria Santos Saturnino • 23 points
2 posts
- 
		0 votes1 answer25 viewsQ: Selection of Recipes by Specific IngredientsWell, I’m creating a recipes website and one of the searches is a search for selected ingredients. My table in the database is this: CREATE TABLE Receita( idReceita INT NOT NULL auto_increment,… 
- 
		2 votes1 answer35 viewsQ: Pull image from databaseI’m creating a website recipes and wanted to show the image that the user entered when registering. In my database I made two tables, one from the recipe and the other for the image file. CREATE…