P pokerface , Guest Feb 28, 2009 #1 To locate my header file from a folder from another folder, is there any other alternatives than this: ../header.php or header.php I need help!!
To locate my header file from a folder from another folder, is there any other alternatives than this: ../header.php or header.php I need help!!
G GFC Guest Feb 28, 2009 #2 relative pathname: ../header.php absolute pathname: /user/home/website/header.php That's about it. Why do you need something else?
relative pathname: ../header.php absolute pathname: /user/home/website/header.php That's about it. Why do you need something else?
G gigi Guest Feb 28, 2009 #3 u should download xampp for open a php file into browser. after u download it, put ur file at C:\xampp\htdocs n then go 2 ur browser type at addresbar like it http://localhost/....(name of php file)
u should download xampp for open a php file into browser. after u download it, put ur file at C:\xampp\htdocs n then go 2 ur browser type at addresbar like it http://localhost/....(name of php file)