N-Bomb(Nerd) Posted June 14, 2009 Share Posted June 14, 2009 Sorry I couldn't come up with a better subject for this post, but I honestly had no idea what to call it. I've created a dynamic signature that is located at: http://www.example.com/mysig.png/index.php However, to get it to go into the forum I'm using it on correctly I have to make my signature like the following: [iG]http://www.example.com/mysig.png[/ig] So "mysig.png" is actually the directory name, and the index.php inside of the directory is actually creating the signature. Now that's all covered I can move on to my question. Is there any way I can retrieve actual information on the page my signature is getting included on so I can then use that in my script? Quote Link to comment https://forums.phpfreaks.com/topic/162091-solved-question/ Share on other sites More sharing options...
MadTechie Posted June 14, 2009 Share Posted June 14, 2009 Is there any way I can retrieve actual information on the page my signature is getting included on so I can then use that in my script? You can get the data from the user viewing it like the browser type etc but NOT the page its on, this is due to the simple fact that the page isn't using it, its give the path to the end user who's using it Quote Link to comment https://forums.phpfreaks.com/topic/162091-solved-question/#findComment-855335 Share on other sites More sharing options...
N-Bomb(Nerd) Posted June 14, 2009 Author Share Posted June 14, 2009 Is there any way I can retrieve actual information on the page my signature is getting included on so I can then use that in my script? You can get the data from the user viewing it like the browser type etc but NOT the page its on, this is due to the simple fact that the page isn't using it, its give the path to the end user who's using it Ok, thanks that's all I needed to know. Quote Link to comment https://forums.phpfreaks.com/topic/162091-solved-question/#findComment-855339 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.