View Full Version : Help! Need to make a pricing interface for a website!
aress
08-14-2008, 12:32 PM
Hi all, new here!
A few years ago, I created a website for friends up north, who rent out holiday cottages;
http://www.paibeilcottages.co.uk/
If you look at either of the cottages, there is a "Rates" page, listing the rates for each month. Each time these rates change, I am e-mailed with a request to alter the prices on the website.
What I really want to do is create a "hidden" page on the website, where the owners of the cottages can go to enter the prices for each month themselves, and the changes will take effect on the main website.
Can anyone advise me as to how I can do this?
Thanks!
Ron
TheJoshMan
08-14-2008, 02:31 PM
sounds like a job for php to me... variables and/or includes
aress
08-14-2008, 03:49 PM
sounds like a job for php to me... variables and/or includes
Ok, I've never worked with PHP before, just advanced HTML and Javascript.
Basically I need to create a page with the 12 months listed, and a price next to each month. I need to create a hidden page with some sort of form or interface, where the owner can alter the prices for each month - is there a script anywhere I could download to do this?
Thanks
Ron
TheJoshMan
08-14-2008, 05:11 PM
I'm not very advanced in PHP so I really wouldn't know, however I can point you in the direction of a few people who are and who might...
http://www.dynamicdrive.com/forums/member.php?u=7939
http://www.dynamicdrive.com/forums/member.php?u=26676
http://www.dynamicdrive.com/forums/member.php?u=17378
Medyman
08-15-2008, 01:56 PM
This is a fairly simple application. It's a simple matter of writing and recalling from a database via PHP.
First, make sure that PHP and MySQL are available to you via your host. If they are, I'll walk you through it.
aress
08-15-2008, 03:53 PM
This is a fairly simple application. It's a simple matter of writing and recalling from a database via PHP.
First, make sure that PHP and MySQL are available to you via your host. If they are, I'll walk you through it.
Hi, thanks for the help...
the website is hosted by Streamlinenet.co.uk, and I do have MySQL available on that server. I can't find any information about PHP on their website, but they are the number 1 host in the U.K., so I can only assume that PHP is supported.
Ron
Medyman
08-17-2008, 12:52 AM
Hi, thanks for the help...
the website is hosted by Streamlinenet.co.uk, and I do have MySQL available on that server. I can't find any information about PHP on their website, but they are the number 1 host in the U.K., so I can only assume that PHP is supported.
Ron
If they have MySQL, they will have PHP. Most host these days do support PHP and MySQL. But, its still good to double check.
If you want to wait until Monday/Tuesday, I'm going to be finished with a simple script that will do just thing. I made it for a client and have gotten their permission to release it. It probably won't be in release-form by next week, but if you want to take a look at it pre-release (it might be a little messy but still decipherable), shoot me a PM.
I'll try to get a demo up as soon as i can.
aress
08-18-2008, 09:13 AM
If they have MySQL, they will have PHP. Most host these days do support PHP and MySQL. But, its still good to double check.
If you want to wait until Monday/Tuesday, I'm going to be finished with a simple script that will do just thing. I made it for a client and have gotten their permission to release it. It probably won't be in release-form by next week, but if you want to take a look at it pre-release (it might be a little messy but still decipherable), shoot me a PM.
I'll try to get a demo up as soon as i can.
Thanks for all your help! I've sent you an e-mail.
Ron
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.