PHP: POST to iFrame

Let’s say I want to make a form that, when submitted, posts the information to an iFrame on the same page. This is a simple task. Just do the following:   1.   Use these <form> tags: <form target=”iframe” method=”post” action=”yourfilename.php”> … Continue reading

Code Generators

I’ve written a set of [so far] 3 code generators that you can use when you are embedding images and flash videos or creating iFrames. The generators can be found at: http://scyberia.org/utilities/gen.php   Enjoy, and hopefully you won’t have to … Continue reading