PHP Classes

File: templates/my-destination.php

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   MyDreamLife.eu   templates/my-destination.php   Download  
File: templates/my-destination.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: 2,210 bytes
 

Contents

Class file image Download
<div class="center">
    <h2>Dream Destination</h2>

    <form method="post" action="<?php echo site_url('my-gender') ?>">
        <div class="destination">
            <button type="submit" name="destination" value="asia" class="waves-effect btn-large">Southeast Asia</button>
        </div>
        <div class="destination">
            <button type="submit" name="destination" value="west-europe" class="waves-effect btn-large">Western Europe
            </button>
        </div>
        <div class="destination">
            <button type="submit" name="destination" value="east-europe" class="waves-effect btn-large">Eastern Europe
            </button>
        </div>
        <div class="destination">
            <button type="submit" name="destination" value="north-europe" class="waves-effect btn-large">Northern Europe
            </button>
        </div>
        <div class="destination">
            <button type="submit" name="destination" value="baltic-europe" class="waves-effect btn-large">Baltic States
            </button>
        </div>
        <div class="destination">
            <button type="submit" name="destination" value="oceania" class="waves-effect btn-large">Oceania</button>
        </div>
        <div class="destination">
            <button type="submit" name="destination" value="japan-korea" class="waves-effect btn-large">Japan/South Korea</button>
        </div>
        <div class="destination">
            <button type="submit" name="destination" value="south-america" class="waves-effect btn-large">South
                America
            </button>
        </div>
        <div class="destination">
            <button type="submit" name="destination" value="central-america" class="waves-effect btn-large">Central
                America
            </button>
        </div>
        <div class="destination">
            <button type="submit" name="destination" value="north-america" class="waves-effect btn-large">North
                America
            </button>
        </div>
        <div class="destination">
            <button type="submit" name="destination" value="africa" class="waves-effect btn-large">Africa</button>
        </div>
    </form>
</div>