Ive been volunteering in the computer department of my hight school for about a week, and i got an assignment better then just moving the usual projectors around. "We need a database."
Easy i thought, a simple javascript log and display. dun dun dun....
they want to host it on their own server (they didnt like my suggestion of a seperate mysql db) and to allow teachers (non-techies) to post on it.
yay, serverside scripting, here i come.
needless to say, as my only experiance being in client-side, im frazzled trying to debug cgi coding (i understand the c-based interface, and might even try to make my own java-based one) into what they will eventually want.
i have to go into a meeting with one of the heads to discuss exactly what they want.
i have a 2 barebones source codes that ive been playing around with, but still, adding users, and values, and the such.
ive got all the hosting down pat, as well as manually adding some values, but
Any suggestions of where i might be able to find more basic or alternative (ive looked through the basic "idiots guide" books already) cgi/mysql database scripts or source, id be very appreciative.
Easy i thought, a simple javascript log and display. dun dun dun....
they want to host it on their own server (they didnt like my suggestion of a seperate mysql db) and to allow teachers (non-techies) to post on it.
yay, serverside scripting, here i come.
needless to say, as my only experiance being in client-side, im frazzled trying to debug cgi coding (i understand the c-based interface, and might even try to make my own java-based one) into what they will eventually want.
i have to go into a meeting with one of the heads to discuss exactly what they want.
i have a 2 barebones source codes that ive been playing around with, but still, adding users, and values, and the such.
ive got all the hosting down pat, as well as manually adding some values, but
Any suggestions of where i might be able to find more basic or alternative (ive looked through the basic "idiots guide" books already) cgi/mysql database scripts or source, id be very appreciative.


Comment