adding path in php | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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

4th Oct 2017, 11:27 PM
Dark Smile
Dark Smile - avatar
2 Réponses
0
using that i can go to the other page???
5th Oct 2017, 2:11 AM
Dark Smile
Dark Smile - avatar
- 1
$path = $_SERVER['DOCUMENT_ROOT']; it works.
5th Oct 2017, 1:03 AM
Vinay.s
Vinay.s - avatar