|
SmokenBabyJesus
Smoker of Religious Figures


Registered: 04/13/05
Posts: 1,217
Loc: Maryland
|
Web Design Help Needed
#7851413 - 01/08/08 11:42 PM (16 years, 24 days ago) |
|
|
I am building a website and I have a registration page where the user can fill out all their information and send it to an email account I set up. It works fine but I want to link my schedule page to that registration form, so that when you click on a date on the schedule it loads the registration page with the date already in the form. I'm pretty sure I need to use some sort of Php script or something but I was wondering if you all had any ideas..?
thanks
-------------------- "Where?
|
tak
geo's henchman




Registered: 11/20/00
Posts: 3,776
Loc: nowhereland
|
|
http://www.hotscripts.com
check out some pre-made scripts, if your host supports php that is....
otherwise its an easy language to pick up for small tasks.
-------------------- The DJ's took pills to stay awake and play for seven days.
|
SmokenBabyJesus
Smoker of Religious Figures


Registered: 04/13/05
Posts: 1,217
Loc: Maryland
|
Re: Web Design Help Needed [Re: tak]
#7859792 - 01/10/08 02:18 PM (16 years, 22 days ago) |
|
|
Thanks
-------------------- "Where?
|
elbisivni

Registered: 10/01/06
Posts: 2,839
|
|
I'm not sure I understand exactly what you want to do, a link would help, but..
You can have the schedule date link to the registration page with a url like registration.php?date=YYYY-MM-DD and replace the YYYY-MM-DD with whatever date you want it to be.
Then, on the registration page you can do $date=$_GET['date'];
-------------------- From dust you are made and to dust you shall return.
|
SmokenBabyJesus
Smoker of Religious Figures


Registered: 04/13/05
Posts: 1,217
Loc: Maryland
|
Re: Web Design Help Needed [Re: elbisivni]
#7864431 - 01/11/08 11:00 AM (16 years, 21 days ago) |
|
|
www.driveabc.com/Schedule.html
www.driveabc.com/Register.html
that should give you a better picture of what I'm talking about...
|
elbisivni

Registered: 10/01/06
Posts: 2,839
|
|
Unless I'm failing to understand, you can still do what I said above. Only problem is you'll have to change your page extensions to .php, .html will not work. Also, you're server has to run PHP for it to work.
-------------------- From dust you are made and to dust you shall return.
|
SmokenBabyJesus
Smoker of Religious Figures


Registered: 04/13/05
Posts: 1,217
Loc: Maryland
|
Re: Web Design Help Needed [Re: elbisivni]
#7869580 - 01/12/08 04:09 PM (16 years, 20 days ago) |
|
|
alright cool... I was just putting the links for all to understand... but thanks for the tips man.. I'm kinda new to the web design thing. anywys thank you and any other ideas let me know(for the web page in general
-------------------- "Where?
|
SmokenBabyJesus
Smoker of Religious Figures


Registered: 04/13/05
Posts: 1,217
Loc: Maryland
|
Re: Web Design Help Needed [Re: elbisivni]
#7966887 - 02/01/08 09:56 PM (16 years, 6 hours ago) |
|
|
could you make an example file of this? cause I can't get it to work.. I'm not sure where to put the Get_.... code.
-------------------- "Where?
Edited by SmokenBabyJesus (02/01/08 10:17 PM)
|
elbisivni

Registered: 10/01/06
Posts: 2,839
|
|
I can make an example for you sometime Sunday if that's cool..
-------------------- From dust you are made and to dust you shall return.
|
SmokenBabyJesus
Smoker of Religious Figures


Registered: 04/13/05
Posts: 1,217
Loc: Maryland
|
Re: Web Design Help Needed [Re: elbisivni]
#7966952 - 02/01/08 10:18 PM (16 years, 5 hours ago) |
|
|
that would be great. I would really appreciate it...
-------------------- "Where?
|
elbisivni

Registered: 10/01/06
Posts: 2,839
|
|
Log in to view attachment
If your seriously thinking about getting into this you should get yourself a book or become acquainted with http://www.w3schools.com/php/default.asp.
Your code is a bit unorganized, you might find things easier to grasp if you begin to use some kind of formatting method, organize it the best you see fit, so that you may read it quickly.
I added comments into these files so you can get hints about what's going on, it's rather simple. I hope it gives you a kick-start.
-------------------- From dust you are made and to dust you shall return.
|
SmokenBabyJesus
Smoker of Religious Figures


Registered: 04/13/05
Posts: 1,217
Loc: Maryland
|
Re: Web Design Help Needed [Re: elbisivni]
#7981087 - 02/05/08 12:19 AM (15 years, 11 months ago) |
|
|
Thank you very much!!
It helped me a lot!
-------------------- "Where?
|
elbisivni

Registered: 10/01/06
Posts: 2,839
|
|
Word to burger
-------------------- From dust you are made and to dust you shall return.
|
|