Hi there,
I have a script that I want to call from within a web page, and I'll like to pass in some parameters..
For example, this is what I'd like on the web page:
Is this sort of thing possible?PHP Code:<?php include("file.php?setting1=value&setting2=value"); ?>





Bookmarks