[PHP-INSTALL] cross-frame scripting

2004-10-08 Thread Skip Niemeyer
Hi,   I’m new to php (this week) so forgive the novice question. I need to do some cross-frame scripting and am trying to find the php equivalent to the _javascript_ command… parent.frames("main").document.write($output); I’ve worked through the install, accessing mySQL and XML and ins

[PHP-INSTALL] cross-frame scripting

2004-10-08 Thread Skip Niemeyer
Hi,   I’m need to do some cross-frame scripting and am trying to find the php equivalent to the _javascript_ command… parent.frames("main").document.write($output); I’ve worked through accessing mySQL and XML and instantuating classes, but this (what should be) simple task eludes me. T