...member.php? Hello, we have two files:
C:\wamp\www\modules\member.php and
C:\wamp\www\modules\sign.php
sign.php has such a string: header("location: member.php"). It works ok!
But, I want member.php to be located at C:\wamp\www\member.php (not in \modules folder)
How should I change this string: header("location: member.php")? I tried several ways using localhost\member.php, but it doesn't see the proper path and doesn't display the page.
Thank you.
C:\wamp\www\modules\member.php and
C:\wamp\www\modules\sign.php
sign.php has such a string: header("location: member.php"). It works ok!
But, I want member.php to be located at C:\wamp\www\member.php (not in \modules folder)
How should I change this string: header("location: member.php")? I tried several ways using localhost\member.php, but it doesn't see the proper path and doesn't display the page.
Thank you.