phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Phpgroupware-users] how can i show own applicationsin the phpgroupw


From: Don Graver \(dgraver\)
Subject: RE: [Phpgroupware-users] how can i show own applicationsin the phpgroupware surrounding ?
Date: Tue, 20 Apr 2004 13:30:10 +0100

The $_GET array is an array of the variables in the URL.  All you have
to do is add it to the URL.

Hence... www.yourdomain.com/index.php?sessionid=1234&yourvariable=yes

Would have a $_GET array with sessionid = 1234 and yourvariable = yes.

-- Don Graver


>-----Original Message-----
>From: address@hidden 
>[mailto:address@hidden 
>On Behalf Of Michael Ressel
>Sent: Tuesday, April 20, 2004 2:08 PM
>To: address@hidden
>Subject: Re: [Phpgroupware-users] how can i show own 
>applicationsin the phpgroupware surrounding ?
>
>
>
>Sorry Dave,
>but i don't know how to set this flag.... The $_GET array 
>contains  the 
>'local_user', 'sessionid', 'kp3' and 'domain' entries.
>Do i have to set a new entry into $_GET ?
>
>regards,
>Michael
>
>Dave Hall schrieb:
>
>>Michael Ressel <address@hidden> wrote:
>>
>>  
>>
>>>Thanks for your help,
>>>the Notes app was a huge help for me. My pages work now!!! :-)
>>>
>>>But i have another problem now:
>>>One of my sites consists of several  html framesets which should
>>>contain 
>>>5 different php-documents. Opening these documents outside the 
>>>frameset 
>>>works fine, but the page which should render the 5 framesets on one 
>>>screen is empty. Is there a problem with rendering framesets in 
>>>Groupware?
>>>    
>>>
>>
>>Not currently.  A flag $_GET should do the trick.
>>
>>Cheers
>>
>>Dave
>>
>>  
>>
>>>ragards,
>>>Michael
>>>
>>>Chris Weiss schrieb:
>>>
>>>    
>>>
>>>>I've found the Notes app to be a great example and a simple enough
>>>>      
>>>>
>>>concept>that it's pretty easy to follow
>>>    
>>>
>>>>Michael Ressel (address@hidden) wrote:
>>>> 
>>>>
>>>>      
>>>>
>>>>>hi,
>>>>>i wrote an own application and added it with the 
>administration page 
>>>>>into groupware. But the new available button in the groupware's
>>>>>        
>>>>>
>>>toolbar>>runs my app in fullscreen without the groupware's header
>>>and menubar
>>>    
>>>
>>>>>visible. But i want to have my page embedded in the groupware 
>>>>>surroundings like the header and menubar. How can i do 
>this? Another 
>>>>>problem which i need help with: I want to use the
>>>>>        
>>>>>
>>>username with
>>>    
>>>
>>>>>which i logged into groupware.... Is there a variable 
>which contains 
>>>>>this username?
>>>>>
>>>>>regards,
>>>>>michael
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>_______________________________________________
>>>>>Phpgroupware-users mailing list
>>>>>address@hidden 
>>>>>http://mail.gnu.org/mailman/listinfo/phpgroupware-users
>>>>>
>>>>>   
>>>>>
>>>>>        
>>>>>
>>>>
>>>>_______________________________________________
>>>>Phpgroupware-users mailing list
>>>>address@hidden 
>>>>http://mail.gnu.org/mailman/listinfo/phpgroupware-users
>>>>
>>>>
>>>> 
>>>>
>>>>      
>>>>
>>>
>>>
>>>_______________________________________________
>>>Phpgroupware-users mailing list
>>>address@hidden 
>>>http://mail.gnu.org/mailman/listinfo/phpgroupware-users
>>>
>>>    
>>>
>>>_______________________________________________
>>>Phpgroupware-users mailing list
>>>address@hidden 
>>>http://mail.gnu.org/mailman/listinfo/phpgroupware-users
>>>    
>>>
>
>
>
>
>_______________________________________________
>Phpgroupware-users mailing list
>address@hidden 
>http://mail.gnu.org/mailman/listinfo/phpgroupwa>re-users
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]