+ 1
adding path in php
how can i add a path in php ... in javascript we use "window.location" how about in php...really need help cause im still a student
2 Answers
0
using that i can go to the other page???
- 1
$path = $_SERVER['DOCUMENT_ROOT']; it works.