PHP Classes

File: templates/my-lifestyle.php

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

Contents

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

    <form method="post" action="<?php echo site_url('my-background') ?>">
        <div class="lifestyle-topic">
            <button type="submit" name="lifestyle" value="big-cities" class="waves-effect btn-large">Capitals, Culture,
                Big Cities
            </button>
        </div>
        <div class="lifestyle-topic">
            <button type="submit" name="lifestyle" value="adventure" class="waves-effect btn-large">Adventure,
                Wildlife
            </button>
        </div>
        <div class="lifestyle-topic">
            <button type="submit" name="lifestyle" value="nature" class="waves-effect btn-large">Nature, Countryside
            </button>
        </div>
        <div class="lifestyle-topic">
            <button type="submit" name="lifestyle" value="nightlife" class="waves-effect btn-large">Nightlife, Clubs,
                Pubs
            </button>
        </div>
    </form>
</div>