Image

Imagegloomylight wrote in Imagephp

include with variables

hey guys, noobie question;

how can I include a file with a variable, like file.php?id=one or something? OF course it doesn't work with somethin like include ('file.php?id=one'); , but are there some other ways in PHP of doing that?