Skip to content
Open

ok #2

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 23 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,33 @@
header("Pragma: no-cache"); // HTTP 1.0.
header("Expires: 0"); // Proxies.
?>
<H1>Version A 1.9 </H1>
<H1>Version A 2.0 </H1>
<H3> Hello - Abu Dhabi and Dubai </H1>
<img src="/a-abtesting.png">
<div>
<?php

<?php
echo "hallo men " ;
?><br/>
<?php
echo "hallo fehmi " ;
?><br/>

<?php
echo "hallo men5 " ;
?><br/>



<?php
echo "My Pod IP is : ".$_SERVER['SERVER_ADDR'] ;
?><br/>
<?php
echo "My Pod Hostname is : ".$_SERVER['HOSTNAME'] ;
?><br/>
<?php
echo "Hello you!" ;
echo "bonjour" ;
?>
</div>