Halo guys,
I have structure of folder in localhost using phptriad like :
C :
----|Apache
-------------|htdocs
---------------------|V3
-------------------------|index.php
---------------------|Private
-------------------------|index.php
-------------------------|Sign in.php
On index.php in V3 directory contain a form which have a textfield and a submit button. When i press the submit button, an information from textfield stored into a new page to Sign in.php file.
How do i get the Sign in.php on action from index.php from V3?
ok thx..

