Search found 6 matches
- Fri Jul 11, 2008 8:34 pm
- Forum: PHP - Code
- Topic: hi there,
- Replies: 1
- Views: 81
Re: hi there,
Try using search first, then start a topic if necessary.
- Fri Jul 11, 2008 8:23 pm
- Forum: PHP - Code
- Topic: Randomizing php includes
- Replies: 8
- Views: 174
Re: Randomizing php includes
OK, got things working, thank you so much! 
- Fri Jul 11, 2008 8:01 pm
- Forum: PHP - Code
- Topic: Randomizing php includes
- Replies: 8
- Views: 174
Re: Randomizing php includes
Well, that certainly looks promising, do I insert it into the page or save to file and call it with an include function? (sorry, still learning
)
- Fri Jul 11, 2008 7:33 pm
- Forum: PHP - Code
- Topic: Randomizing php includes
- Replies: 8
- Views: 174
Re: Randomizing php includes
Thanks, but that doesn't seem to work with include files, keep getting parse errors.
- Fri Jul 11, 2008 5:17 pm
- Forum: PHP - Code
- Topic: Randomizing php includes
- Replies: 8
- Views: 174
Re: Randomizing php includes
OK, I took that section out and now nothing shows up, there's a blank spot in the source code.
It's starting to look more and more like this isn't going to happen, I don't think the include function can work with an intermediary step. True?
It's starting to look more and more like this isn't going to happen, I don't think the include function can work with an intermediary step. True?
- Fri Jul 11, 2008 4:46 pm
- Forum: PHP - Code
- Topic: Randomizing php includes
- Replies: 8
- Views: 174
Randomizing php includes
Hey all. OK, I'm trying to figure out the simplest way to facilitate the random selection and loading of a set of php include files. In other words, with each new page load or refresh a different php include file gets called and loaded in the same HTML container. I've attempted the following: using ...