I need a php, ajax, or simple html script to use .?

Ray

New member
Im dealing with heights, so i need a script that will allow me to enter a current height ,with the total height in the script ,I want it to display the percentage of the current height based on the total height.
with a graphical image ..like a page loader but horizontally.
 
Hi,

If you want to get the current set height of an image in php then:
1. Collect the height into a php variable.
2. Use PHP math(); functions to get the current percentage.
 
Back
Top