Search found 8 matches
- Wed Aug 15, 2007 5:23 pm
- Forum: PHP - Code
- Topic: Question regarding and include() functions and commands
- Replies: 15
- Views: 1764
- Wed Aug 15, 2007 4:46 pm
- Forum: PHP - Code
- Topic: Question regarding and include() functions and commands
- Replies: 15
- Views: 1764
- Wed Aug 15, 2007 4:39 pm
- Forum: PHP - Code
- Topic: Question regarding and include() functions and commands
- Replies: 15
- Views: 1764
- Wed Aug 15, 2007 3:03 pm
- Forum: PHP - Code
- Topic: Question regarding and include() functions and commands
- Replies: 15
- Views: 1764
- Wed Aug 15, 2007 1:25 pm
- Forum: PHP - Code
- Topic: Question regarding and include() functions and commands
- Replies: 15
- Views: 1764
I think i get what your saying; That when my links start with ?page=something it looks for swiches that start with ?p=something. Seeing that it donsen't start with ?p=something it reverts to the default. But before I posted on here. The first code had: switch ($_GET[page]) and all of my links had ?p...
- Wed Aug 15, 2007 12:59 pm
- Forum: PHP - Code
- Topic: Question regarding and include() functions and commands
- Replies: 15
- Views: 1764
- Wed Aug 15, 2007 12:49 pm
- Forum: PHP - Code
- Topic: Question regarding and include() functions and commands
- Replies: 15
- Views: 1764
- Wed Aug 15, 2007 12:14 pm
- Forum: PHP - Code
- Topic: Question regarding and include() functions and commands
- Replies: 15
- Views: 1764
Question regarding and include() functions and commands
Hi, I've run into some trouble while developing a site for a friend of mine. He plans to present his gallery of antiques to people at an expo, and he needs a web site up and running in a few days form now. I have made a template and several otherpages that could be changed on the same php file using...