In my (endless?) quest to port my php site to midgard, I'm now reaching
another problem :
The variables created in one part of my page ( my element element
'myheader' in 'code-compat')
Seems to be unpassable to one other part of the page (in the content
element of the body they seem undefined)
I can't believe it's a Midgard limitation so can you point me my error or
to a tutorial/helper on how to do it correctly...
To give you all the details :
Part1 of my php code (which is in 'code-compat') receive params and use
them to construct a form via a
private FORM class, in some case, this part redirect to another page
(success on posting info).
this part includes 2 class FORM (form handling) and CONNEXION (database
handling)
Part2 of my php code (in the 'content' element of 'BODY') should display a
form based on the value of the FORM object
built by part1 .
the problem : The FORM object and all value that I defined in part1 seem
undefined in part2...
TIA.
Arnaud.
PS: I apologize for all those silly questions but my search in the (too
short IMHO) manual didn't give me
any result...
Any links to (even unofficial) manual/tutorial other than those found on
midgard and hklc sites would be greatly appreciated...
Arnaud ASSAD.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]