Menu

New to PHP - a couple of editing queries.

Help
rhazz
2005-06-10
2013-06-03
  • rhazz

    rhazz - 2005-06-10

    I used php formgen to make the following:
    http://www.freebies-and-giveaways.com/siteform/use/YourSite/form1.html

    What I need help with is;

    1.  Can I place this form within a page that I have already created. http://freebies-and-giveaways.com/yoursite.html  (When I attempt to do this, you can see the html coding!!!)

    2.  Can I redirect options for paypal/stormpay when selected within the form?

    Any help would be greatly appreciated.

    Rhazz

     
    • Musawir Ali

      Musawir Ali - 2005-06-13

      1. Yes you can. Just rename the yoursite.html file to yoursite.php, and then at the place where you want to put the form, type in the following:

      <?php include("siteform/use/YourSite/form1.html"); ?>

      2. Yes you can, but you need to know some PHP to do that,

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.