PHP Classes

File: templates/my-gender.php

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   MyDreamLife.eu   templates/my-gender.php   Download  
File: templates/my-gender.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: MyDreamLife.eu
Plan a life change to a different country
Author: By
Last change:
Date: 1 year ago
Size: 457 bytes
 

Contents

Class file image Download
<div class="center">
    <h2>My Gender</h2>

    <form method="post" action="<?php echo site_url('my-age') ?>">
        <input type="image" name="gender" class="gender icon"
               src="<?php echo asset_url('img/icons/gender/male.svg') ?>" value="male" alt="Man">
        <input type="image" name="gender" class="gender icon"
               src="<?php echo asset_url('img/icons/gender/female.svg') ?>" value="female" alt="Woman">
    </form>
</div>