Ok, I want it so via let's say 'an admin panel' you can edit the marquee. In the 'admin' panel I have this code:
Yes my coding is bad. But meh. In my marquee.php file I have:PHP Code:<form action="marquee.php" method="post">
Text: <input type="text" name="text"><BR>
Direction: <input type="text" name="direction"><BR>
<input type="submit" value="Create"> <input type="reset" value="Duh."></form></center></div>
and then I have it showing an iframe. On the index.PHP Code:<marquee direction="<?php echo $_POST["direction"]; ?>"><?php echo $_POST["text"]; ?></marquee>
It doesn't show anything *****, it shows me it on the page after I press create but it doesn't save it.






Reply With Quote


