Jump to content

bouncing ball with php


JavaBamF

Recommended Posts

Hey im fairly new to PHP and i was wondering how to make a ball bounce up and down in a web browser using PHP.. through a html div with and image included in it...

 

any help or comments is much appreciated

 

thanks

<?php 
include('header.html');
include('body.html');
?>
<div style = "margin-top:100px;">

<div style="position: relative; left: 25px; top:7.0px;">
<img src="images/rotation" alt="Look at me!!" />
  	</div>
</div>
</body>

Link to comment
https://forums.phpfreaks.com/topic/41549-bouncing-ball-with-php/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.