Drezard Posted September 3, 2007 Share Posted September 3, 2007 Okay, so i take coordinates out of a database (x and y). Now, I want to draw at those coordinates on the page. Whats the HTML/PHP code to do this (I know how to get the stuff out of the database, i just don't know what the code is to draw at specific page coordinates) So, Example: x = 400; y = 300; now I wana draw an image at those screen coordinates. Whats the code? Daniel Link to comment https://forums.phpfreaks.com/topic/67732-drawing-images/ Share on other sites More sharing options...
darkfreaks Posted September 3, 2007 Share Posted September 3, 2007 screen cordinates for what? Link to comment https://forums.phpfreaks.com/topic/67732-drawing-images/#findComment-340300 Share on other sites More sharing options...
tippy_102 Posted September 4, 2007 Share Posted September 4, 2007 Are you talking about making a graphic file? If yes, you want "imageline" to deaw a line beteen the points. http://ca.php.net/imageline Link to comment https://forums.phpfreaks.com/topic/67732-drawing-images/#findComment-341026 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.