in reply to Re^7: Redirecting values from 1 script to another
in thread Redirecting values from 1 script to another
Tahnk you tis pretty clear now although i understood what i wasnt thinking correctly 5 minutes before when seeing fishbot's post where i am expalining why i got stuck.
Anyway yesterday, i decided that i woudl enver understand this so i renamed login pl to register.pl and use it only to register people. For login i redirect userscoming from index.pl to an admin script where it is http access authenticated and if the user sign correctly then admin.pl is runnign and redirecting to show.pl which i do database stuff
Apache's authentication has a fancy pretty coll dialog box in xp way more advanced than the not so good looking form table that i ahve created :-). I just having a slighlty different problem that iam asking in a later thread of mine
Thank you very much guys for your patience with me.
Actually i ahve re-read all thread and things are crystal clear.
To say it better my problem was that i was thinking that the code must follow the logic of order of how things must be printed on screen but i know reilized that it doesent have to work this way.
I mean just because the cleitn must see the table first and then gives data doesnt mena that the code should print him the table first and then try to redirect. It can instead check if data was already being submitted and then if not then pritn the user form to fill. Its vice versa actaully ;-) This would help me a lot of later disign models.