PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
when using the header function in php is it possible to set the frame using target or something similar like in HTML. i cant seem to find the right syntax for doing this.
Cheers once again guys!
James
p.s we may need to set up a forum for just my questions alone!
thats why i cant get it to work then. bit annoying but im sure ill find a way around. ive got lots more questions (ive just started playing with sessions) so stay tuned.
Cheers
Hehe, that whats this board is for.
You can also play around using Iframes, not just frames. But even there, "targeting" a (i)frame is impossible afaik.
Unless you need to keep a navigation in the same place and you want to avoid javascript, I sugest you stay clear of frames.
The nice thing with php is you can build hundreds of similar pages and have the same navigation just as easy to update a a frame if you use an include().