Search results

  1. S

    Application form in php?

    I'm making recrutiment form for my gaming clan. It's in php. My forum in phpbb. I want, whenever sombody will hit the submit button, the application get posted in the forums i choose to be posted in. How can I do it??
  2. S

    How to mak bigger sapce between buttons in php?

    this is my code <?php if (eregi("Application.php", $PHP_SELF)) { Header("Location: index.php"); die(); } $content .="<center><a href=\"/modules.php?name=Recruitment_Form\"><img src=\"/img/Buttons/ventapps.gif\" alt=\"Recruitment Passage\" border=\"0\" width=\"175\"/></a> <a...
Back
Top