Hey all im totally confused on this one...
i have a html form that passes a variable to first.php
($author = $HTTP_POST_VARS ['Author']😉
i have another php file (second.php) that needs that $author variable to be passed to..
the problem is that i don't really know how to pass this accross.. (just that $author variable only) can't seem to be able to pass that across..
What ive tried:::
i would use the include("file.php) syntax in the second.php file although the first file creates a directory at the beginning of the file every time so that makes it difficult..
ive tryed using a function with no success, but i put that not working down to incorrect syntax...