I have a php project where the main form consists of several frames, each frame a php script called from the mainform. This is done because when a user does changes in the database I don't want to refresh the whole page, just the actual frame.
My problem is sending variable to the scripts, like userid, db connections a.s.o
Is there a wey to do this or must I rearrange to use include ()?
Thanks in advance
-Thomas Løvlie