Thread
:
In PHP, what function do I use to incorporate the name of files into PHP files?
View Single Post
#
3
(
permalink
)
07-05-2007, 12:51 PM
JonPeibst
Rookie
Join Date: Jul 2007
Posts: 7
You can use
include("path/to/file");
or
require("path/to/file");
JonPeibst
View Public Profile
Send a private message to JonPeibst
Find all posts by JonPeibst