# Web Application

## Getting Super Powers

Our web application will be powered by PHP, Javascript, MySql and many frontend components.

{% tabs %}
{% tab title="PHP" %}

```php
$php->is_secure('fast','reliable','accessible-everywhere');
```

{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="JavaScript" %}

```javascript
var javascript = alert( 'I can make animations happen!' );
```

{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="SQL" %}

```sql
SELECT OrderName,OrderPrice FROM Orders;
```

{% endtab %}
{% endtabs %}

{% hint style="success" %}
&#x20;Both owner and user will have their own dashboard to view, manage orders and much more, depending on a role-based system.
{% endhint %}
