Quote:
Originally posted by 3Xguru
I want to make a script with a plug and play adult flash e-card that webmasters can put on their website. I have searched the web resources but I cannot seem to understand how to make the script load in a variable the adress of the script(the complete addres).
So if the script is located at http://www.domain.com/script.php I want to load this URL into a variable dynamicaly, and if the script name is changed, so does the variable.
Can anione help?
|
Create a file, phpinfo.php for example, and put <?phpinfo();?>
. you will find the variable (and many more) in the output.
Joe