Search found 8 matches

by Parallax
Wed Aug 15, 2007 5:23 pm
Forum: PHP - Code
Topic: Question regarding and include() functions and commands
Replies: 15
Views: 1765

Hey, thanks for your efort and time to help me. I found and another salution to the problem. ;) but thanks. anyway...my head's spinning and I'm going to get some sleep now.
by Parallax
Wed Aug 15, 2007 4:46 pm
Forum: PHP - Code
Topic: Question regarding and include() functions and commands
Replies: 15
Views: 1765

To make the question more clear. How bout- What urls are you refering to?
by Parallax
Wed Aug 15, 2007 4:39 pm
Forum: PHP - Code
Topic: Question regarding and include() functions and commands
Replies: 15
Views: 1765

could you give me an example of what you meen add them to the URLs?
by Parallax
Wed Aug 15, 2007 3:03 pm
Forum: PHP - Code
Topic: Question regarding and include() functions and commands
Replies: 15
Views: 1765

Is there any way I could not have ?page=&sort=&perPage=&album=Textiles not conflict with default: inlcude "home.inc";? I almost got it to work when I added another switch ($_get['page']) { default: include "gallery/gallery.php";} at the bottom, but I was able get the ...
by Parallax
Wed Aug 15, 2007 1:25 pm
Forum: PHP - Code
Topic: Question regarding and include() functions and commands
Replies: 15
Views: 1765

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...
by Parallax
Wed Aug 15, 2007 12:59 pm
Forum: PHP - Code
Topic: Question regarding and include() functions and commands
Replies: 15
Views: 1765

The thing is I didn't create the links with the "?page=pagename"....That was all part of a seperate php script I download. The only ones that I've made were the "?p=pagename" links on the top and bottom headers. I'm trying to intergate two different pages together. And yes..I'm a...
by Parallax
Wed Aug 15, 2007 12:49 pm
Forum: PHP - Code
Topic: Question regarding and include() functions and commands
Replies: 15
Views: 1765

na, I did that on purpose to not confuse them apart.

the gallery.php has a get function that looks like this: $_GET[page]
by Parallax
Wed Aug 15, 2007 12:14 pm
Forum: PHP - Code
Topic: Question regarding and include() functions and commands
Replies: 15
Views: 1765

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...