Jump to content

Recommended Posts

Posted

Hi Vanity,

I saw you wanted a image randomization slider thingy. Well here you go, give this a try, its what I use -

<?php
$rotate[] = "<img width = '968px'  src='IMAGE LINK HERE' alt='ALTERNATIVE_TEXT' />";
$rotate[] = "<img width = '968px' src='IMAGE LINK HERE' alt='ALTERNATIVE_TEXT' />";
$rotate[] = "<img width = '968px' src='IMAGE LINK HERE' alt='ALTERNATIVE_TEXT' />";
$rotate[] = "<img width = '968px' src='IMAGE LINK HERE' alt='ALTERNATIVE_TEXT' />";
$rotate[] = "<img width = '968px' src='IMAGE LINK HERE' alt='ALTERNATIVE_TEXT' />";
$number = rand(0, sizeof($rotate) - 1);
echo $rotate[$number];
?>

  • 3 months later...
Posted

There's always a reason. Staff won't kick out a member for no reason ;)

hardly ever agree with Sava....but in going to have to agree with him on this one! :P

cool looking to join a new airline since i was booted from the last one with no reason

Its true staff dont kick people out for no reason...it could happen but that is a rare chance. Now looking at your post about goairuk or what ever that Org is called it explains why they kicked you out. You are more than welcome to join vDelta as there is no havick you can create there!

  • 2 weeks later...
Posted

This is quite an old topic, but Ariel I will compliment you on your website. Very nicely done and well executed. I like that it has a different format from the others. It is more unique and in my opinion, it works!

Cheers!

Posted

Hey Chase,

Thanks alot for your comments. Coming from an upcoming Delta CEO means alot! Hopefully we can work together sometime!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...