View previous topic :: View next topic |
Author |
Message |
Moments Grandmaster Cheater Supreme
Reputation: 17
Joined: 20 Mar 2008 Posts: 1196
|
Posted: Sat Aug 21, 2010 8:43 pm Post subject: I don't quite understand HTML websites. /: |
|
|
Let's say I have 42 pages on my website, and a sidebar on each page (that links to every page). I add a new page, and I have to update EVERY single page with the link to that page now? x:
|
|
Back to top |
|
 |
ControlAltDelete Friendly Giant
Reputation: 157
Joined: 03 Mar 2007 Posts: 2396
|
Posted: Sat Aug 21, 2010 8:45 pm Post subject: |
|
|
42 is the answer, you don't need anymore.
_________________
Shrooms wrote: | but sadly this is 1984 and western civilization the last ones standing at the top of titanic before it sinks...no matter what you do, they know |
|
|
Back to top |
|
 |
Moments Grandmaster Cheater Supreme
Reputation: 17
Joined: 20 Mar 2008 Posts: 1196
|
Posted: Sat Aug 21, 2010 8:46 pm Post subject: |
|
|
ControlAltDelete wrote: | 42 is the answer, you don't need anymore. | ;_; I don't even know why I chose that number.
|
|
Back to top |
|
 |
ControlAltDelete Friendly Giant
Reputation: 157
Joined: 03 Mar 2007 Posts: 2396
|
Posted: Sat Aug 21, 2010 8:50 pm Post subject: |
|
|
Because, it's the answer.
_________________
Shrooms wrote: | but sadly this is 1984 and western civilization the last ones standing at the top of titanic before it sinks...no matter what you do, they know |
|
|
Back to top |
|
 |
Majjikelkitty Expert Cheater
Reputation: 139
Joined: 04 Jul 2006 Posts: 106
|
Posted: Sat Aug 21, 2010 8:52 pm Post subject: |
|
|
24
_________________
i miss butters |
|
Back to top |
|
 |
Saucy. How do I cheat?
Reputation: 42
Joined: 19 May 2010 Posts: 0
|
Posted: Sat Aug 21, 2010 8:52 pm Post subject: |
|
|
Yes.
HTML coding is a bitch.
|
|
Back to top |
|
 |
Maes Advanced Cheater
Reputation: 10
Joined: 09 Apr 2009 Posts: 50
|
Posted: Sat Aug 21, 2010 8:56 pm Post subject: |
|
|
Learn php and mysql.
|
|
Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Sat Aug 21, 2010 8:58 pm Post subject: |
|
|
iframe will solve your problems
|
|
Back to top |
|
 |
CrisNMP Fun Supervisor
Reputation: 16
Joined: 11 Apr 2007 Posts: 4649
|
Posted: Sat Aug 21, 2010 9:15 pm Post subject: |
|
|
iframe? Thats the worst way possible.
All you need is php to break down the parts, then you can either include the sidebar,header, content in separate files and put them all together with php. Then use GET to redirect the user to the different sites, ie: .com/?i=1 , .com/?i=2
_________________
BENBENBENBENBENBENBENBEN |
|
Back to top |
|
 |
Moments Grandmaster Cheater Supreme
Reputation: 17
Joined: 20 Mar 2008 Posts: 1196
|
Posted: Sat Aug 21, 2010 9:16 pm Post subject: |
|
|
CrisNMP wrote: | iframe? Thats the worst way possible.
All you need is php to break down the parts, then you can either include the sidebar,header, content in separate files and put them all together with php. Then use GET to redirect the user to the different sites, ie: .com/?i=1 , .com/?i=2 | Ah, this seems simple. Thank you.
|
|
Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Sat Aug 21, 2010 9:22 pm Post subject: |
|
|
CrisNMP wrote: | iframe? Thats the worst way possible.
All you need is php to break down the parts, then you can either include the sidebar,header, content in separate files and put them all together with php. Then use GET to redirect the user to the different sites, ie: .com/?i=1 , .com/?i=2 |
Title says html. Who am I to tell him to use a totally different language?
|
|
Back to top |
|
 |
Crinchy Expert Cheater
Reputation: 0
Joined: 27 Dec 2008 Posts: 193
|
Posted: Sat Aug 21, 2010 9:25 pm Post subject: |
|
|
What is your Apache ID?
|
|
Back to top |
|
 |
CrisNMP Fun Supervisor
Reputation: 16
Joined: 11 Apr 2007 Posts: 4649
|
Posted: Sat Aug 21, 2010 9:26 pm Post subject: |
|
|
Noz3001 wrote: | CrisNMP wrote: | iframe? Thats the worst way possible.
All you need is php to break down the parts, then you can either include the sidebar,header, content in separate files and put them all together with php. Then use GET to redirect the user to the different sites, ie: .com/?i=1 , .com/?i=2 |
Title says html. Who am I to tell him to use a totally different language? |
Yes, however you know that he's new and if you actually wanted to help then you would point out that he should use php. Unless he specified that the only way was through html.
_________________
BENBENBENBENBENBENBENBEN |
|
Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Sat Aug 21, 2010 9:28 pm Post subject: |
|
|
CrisNMP wrote: | Noz3001 wrote: | CrisNMP wrote: | iframe? Thats the worst way possible.
All you need is php to break down the parts, then you can either include the sidebar,header, content in separate files and put them all together with php. Then use GET to redirect the user to the different sites, ie: .com/?i=1 , .com/?i=2 |
Title says html. Who am I to tell him to use a totally different language? |
Yes, however you know that he's new and if you actually wanted to help then you would point out that he should use php. Unless he specified that the only way was through html. |
No, he should use Python just for the fuck of it
|
|
Back to top |
|
 |
Aniblaze Grandmaster Cheater Supreme
Reputation: 138
Joined: 23 Apr 2006 Posts: 1757 Location: The Netherlands
|
Posted: Sat Aug 21, 2010 10:42 pm Post subject: |
|
|
Noz3001 wrote: | CrisNMP wrote: | Noz3001 wrote: | CrisNMP wrote: | iframe? Thats the worst way possible.
All you need is php to break down the parts, then you can either include the sidebar,header, content in separate files and put them all together with php. Then use GET to redirect the user to the different sites, ie: .com/?i=1 , .com/?i=2 |
Title says html. Who am I to tell him to use a totally different language? |
Yes, however you know that he's new and if you actually wanted to help then you would point out that he should use php. Unless he specified that the only way was through html. |
No, he should use Python just for the fuck of it |
He should, since we have www.djangoproject.com now.
|
|
Back to top |
|
 |
|