I know you can do this in javascript using the window.opener. Can PHP do something similar? What I want to do is have the user click a link which opens up a popup window with additional form fields. When finished updating child form elements the parent form is populated with the new values.
Can it be done or should I stick with good ol' javascript?