How can I include another php file into a php file. In HTML you use <?php
include test.php?>. But I want to include test.php somewhere in my php
script. How can I make that work ??
--
RotterdamStuden ts
-------------------------------
Dulce est despirere loco
(Horatius, "Oden" 4,12,28)
include test.php?>. But I want to include test.php somewhere in my php
script. How can I make that work ??
--
RotterdamStuden ts
-------------------------------
Dulce est despirere loco
(Horatius, "Oden" 4,12,28)
Comment