|
I would do it that way, but that way also happens to iframe resistant. Unless I've made an error in how I set the $_SESSION[''] up.
Website A = Editor
Website B = Being Edited
User Logs into Website A. Upon logging in Website B is brought up in an iframe. From there, I'm trying to get Website B to recognize that its in edit mode and bring up the embedded code that allows the edit. I can get it to work however I can't isolate it simply for the user that is logged in.
__________________
Code:
if( $hungry ) { eat(); }
else { sleep(); }
Last edited by BlackWater; 01-06-2008 at 08:22 PM..
|