I've written SQL before and I'm sure this is close to correct, but I have never written SQL for MySQL. Where am I going wrong? I'm getting a Not unique table/alias: 'movies' error.
SELECT movies.ID, movies.Title, movies.GenreID, movies.RatingID, movies.UserID, Genres.ID, Genres.genre...
I'm curious if it's possible to create a vCard using information in a mySQL database and using PHP to download the vCard to a PDA or cell phone? If not, is there anyway to create vCards strictly using a database?
I'm creating an online photo album to share photos with family members that live around the country.
I want the members of my family to be able to upload images, then have it save the images to a folder with a unique file name, but also create a thumbnail of each image, and send the thumbnail...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.