This is a discussion on "[SOLVED] $_GET['ting'] Pages (Safely) With PHP" within the PHP Forum section. This forum, and the thread "[SOLVED] $_GET['ting'] Pages (Safely) With PHP are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] $_GET['ting'] Pages (Safely) With PHP
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
||||
|
[SOLVED] $_GET['ting'] Pages (Safely) With PHP
Having some problems with this article
Quote:
|
|
|
|
||||
|
Re: $_GET['ting'] Pages (Safely) With PHP
Maybe the following?
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
||||
|
Re: $_GET['ting'] Pages (Safely) With PHP
yep, there's an error there. sorry bout that
It should be:
Last Blog Entry: 10 Reasons Why My Laptop Is Better Than Your Girlfriend (Dec 15th, 2007)
|
|
||||
|
Re: $_GET['ting'] Pages (Safely) With PHP
I'll change this in a minute guys.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
||||
|
Re: $_GET['ting'] Pages (Safely) With PHP
Fixed! Shame on our tester
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
||||
|
Re: $_GET['ting'] Pages (Safely) With PHP
Alex....you need to change that bit in the finished code also becuase that still reads the same
|
|
||||
|
Re: $_GET['ting'] Pages (Safely) With PHP
Okay will now.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
||||
|
Re: $_GET['ting'] Pages (Safely) With PHP
Fixed (I think).
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
||||
|
Re: $_GET['ting'] Pages (Safely) With PHP
Still getting problems
Quote:
|
|
||||
|
Re: $_GET['ting'] Pages (Safely) With PHP
I think you are missing a slash:
Last Blog Entry: 10 Reasons Why My Laptop Is Better Than Your Girlfriend (Dec 15th, 2007)
|
|
||||
|
Re: $_GET['ting'] Pages (Safely) With PHP
This is what I have
|
|
||||
|
Re: $_GET['ting'] Pages (Safely) With PHP
Yep, you're missing a slash. Corrected:
Last Blog Entry: 10 Reasons Why My Laptop Is Better Than Your Girlfriend (Dec 15th, 2007)
|
|
||||
|
Re: $_GET['ting'] Pages (Safely) With PHP
Nearly working!!!!
I created an error page and now i get the menu listed but also the 404 error page instead of the home page. I did the same example as in the article just for testing purposes. I have a folder called pages with all the home, contact and 404 error page in so i don't know what the problem is |
|
||||
|
Re: $_GET['ting'] Pages (Safely) With PHP
hehe, Missed that error too. You also have to add a slash in the file_exists() function otherwise PHP won't find the page. Corrected again:
Last Blog Entry: 10 Reasons Why My Laptop Is Better Than Your Girlfriend (Dec 15th, 2007)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] Browser versions to test pages in | djeyewater | Starting Out | 4 | Jan 21st, 2008 08:39 |
| [SOLVED] Links from inside swf to html pages | Posie | Flash & Multimedia Forum | 6 | Jan 3rd, 2008 22:02 |
| [SOLVED] Headings H1 & 2 appear too big on my web pages? | Oak | Web Page Design | 2 | Dec 26th, 2007 00:11 |
| [SOLVED] Custom Error Pages! | mcdanielnc89 | Web Page Design | 18 | Oct 14th, 2007 17:20 |
| I don't _GET it! | Donny Bahama | PHP Forum | 15 | Jan 20th, 2007 19:47 |