Ok, i was thinking and ive seen things similar on other sites. basically i need some php script added to this
--<html>
<head>
<title><?php echo $sitename; ?></title>
</head>
<?php include("config.php3"); ?>
<?php include("headed.php3"); ?>
--
Ok what i need is a template where i can insert a screenshot with the diffrence in the url
For an example
i want the file to be ss.php3
and say i have some screenshots, with fingernails. Ill have the links as follows.
/ss.php3?image=/images/screenshots/game/shot.jpg
/ss.php3?image=/images/screenshots/game/shot3.jpg
when they click on the link it will bring up that template and insert that image in the template where i specify from the template.
Is this possible? How difficult would it be? how many other people like this idea? who has no idea what im talking about? Who can help me make it happen?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ok, i was thinking and ive seen things similar on other sites. basically i need some php script added to this
--<html>
<head>
<title><?php echo $sitename; ?></title>
</head>
<?php include("config.php3"); ?>
<?php include("headed.php3"); ?>
--
Ok what i need is a template where i can insert a screenshot with the diffrence in the url
For an example
i want the file to be ss.php3
and say i have some screenshots, with fingernails. Ill have the links as follows.
/ss.php3?image=/images/screenshots/game/shot.jpg
/ss.php3?image=/images/screenshots/game/shot3.jpg
when they click on the link it will bring up that template and insert that image in the template where i specify from the template.
Is this possible? How difficult would it be? how many other people like this idea? who has no idea what im talking about? Who can help me make it happen?
http://www.voodooextreme.com/shot.taf?image=apache/shots/bg2/beta/bg14.jpg&Desc=BioWare's+Baldurs+Gate+II%20&Link=http://www.bioware.com
I dont know wth a .taf is but im sure it can be done in php
Ive figured it out! If anyone would like this info, please let me know.