Supreme Overlord
Gender:
Posts: 148
1008 credits Members referred : 0
« on: Feb 23, 2007, 10:44:58 AM »
I have built a website for a my father-in-laws band, and another website for a musician that I am acquainted with. The issue is their gig dates are contently being updated & changed. As of right now I have to change them each time, which is time consuming & pointless. If I could build them a back end they could go to and update their dates themselves easily that would fix the current situation.
So what I need is a back end that they can enter the date, place, city and time. That information then needs to be placed in the drop down boxes that have tables with that information inside them. I also need the past months to be removed automatically after the end of the month if possible.
Does anyone know where a good tutorial for this is? And if not could someone explain it to me. As you probably realize from previous post I like to jump head first into something I have no clue in how to do. Then when I finally get it working I know why it works & how to repeat the process. I guess this is the way I learn.... I just want to thank all of you all for putting up with my recent slow comprehension and all of your help.
Global Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6274
38470 credits Members referred : 374
It's time to use PHP5!
« Reply #1 on: Feb 23, 2007, 01:09:52 PM »
check google for "php news tutorial" there are a lot of them
Supreme Overlord
Gender:
Posts: 148
1008 credits Members referred : 0
« Reply #3 on: Feb 23, 2007, 07:11:41 PM »
Thanks, I am going to look into both of those options & see what I come up with. I will probably be back here asking more later!
I just want to say thanks for all of your alls help. And I want to thank Olaf for getting this thing working again after the hacking incident last night!
Supreme Overlord
Gender:
Posts: 148
1008 credits Members referred : 0
« Reply #4 on: Feb 23, 2007, 08:04:21 PM »
Of the two suggestions I am not sure which would be better from what I have read....
Anyone have a suggestion?
I am going to use the WordPress for my personal blog though, I am just not sure that it would work in this case.....
I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 7943
40607 credits Members referred : 3
« Reply #5 on: Feb 23, 2007, 08:11:58 PM »
Wordpress is very easy to work on, and very easy to install too.
It will take you less than 10 minutes to set it up.
On the other hand there may be a script that is better for what exactly you want to do, but I don't know any
Global Moderator
Internet Junkie
Gender:
Posts: 1807
9006 credits Members referred : 6
« Reply #6 on: Feb 23, 2007, 09:08:44 PM »
If its only a calendar with maintenance function you are looking for have a look at hotscripts, they have a fairly big calendar section here I'm sure you can find something there that can do exactly what you want, or at least something very close to it that only needs minor modifications to do your job.
Global Moderator
Internet Junkie
Gender:
Posts: 1807
9006 credits Members referred : 6
« Reply #8 on: Feb 23, 2007, 10:35:41 PM »
Maybe look at some news tutorials, like Olaf suggested. Are the dates currently in the calender stored in a MySQL database? If they are you could just take the easy route and show the site owner how to update the data with phpMyAdmin.
They aren't in a database yet, and the users aren't the type that would be able to use the phpAdmin. It's going to have to be EXTREMELY easy.....
yes right, it must be easy.
writing this kind of scripts is a kind of beginner php job, try a simple php/mysql tutorial first just create a database enter some data create a page where you gonna outout the data
next filter the data with the data
if you got this, start to creat a small insert/update form for your customer