0 Members and 2 Guests are viewing this topic.
I have now got my changing avatar working. Turns out heliohost doesn't like spaces before opening php tags or having ending tagsIt cycles through instruments I play python and a cool hand I had as my profile pic on fb for a while
I don't see it
000 and other free web hosts with PHP work
I am a proud cynic.
<?php header("Content-Type: image/jpg"); $d = scandir('.'); foreach($d as $f) if(substr($f,-4)==".jpg") $fs[] = $f; readFile($fs[rand(1,count($fs))-1]);