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!
Newbie php question:
Suppose I have a frameset {A,B}
Is it possible (and how) to write (or load a document) to the frame B from a php script that
is associated with A, with php, not javascript.
It is possible if you are trying to do that when the page is loading, but if you want to do it after it's loaded you need to use Javascript or VBscript, well client side scripting language. The way to do it is create a temporary file for it I think... Or use DB.