Hi... :) I just wanted to show you what I have managed to create so far...
I tried to put up the files to the server which supports MySQL and PHP, but there were many things to edit so I am just showing you some screenshots that will help you understand where I am now...
Don't mind the long white text field... That's just for testing the variables only for now... That will be gone when the project is done... :)
 
This is the main screen where the user can login with the existing account or the register from...
I am calling MySQL database via PHP script here.
 
When the user fill out the username and password, the popup window shows up with the message...
Basically I use this popup window whenever I call PHP script since it takes time to call the script and receive data...
 
The main screen when the user is logged in...
There are two menus which the user can click...
'Create New Project' to create a new project which is 90% done right now...
'Edit Current Project' for the user to select the appropriate project names so that I can load up the data from there...
 
This is the screen the user will see the list of the templates available on the server... I have put three templates for now for the first three image thumbnails and the rest will be filled out later on...
 
When the user clicks on the 'Preview' button, this screen popup with the template in it...
 
After selecting the appropriate template, the process for creating a new project starts from here... The user is supposed to input the project name which will be the name of the directory later on when it needs to be edited... and the project description...
Don't mind the borders around the text fields... They are there to help me align the text fields... They will be gone, except the input text fields, when the project is done...
 
Some more details for the user goes right here...
 
This is the place where the user can upload their own images and specify their text when template is filled out...
 
This popup comes up when 'Get Image' button is pressed... The user can select the image from the images from his hard drive... Once the upload is completed, PHP resizes the image to the given size so that it can be used with no problem when put into the template...
 
And then the image shows up in the place holder to show the user which image he/she is going to use...
 
The rest of the images are uploaded and the texts are filled out, I use PHP to save the data to the server...