Does anybody have a PHP (or other language) script for drawing a spiral. A simple (Archimedean spiral) would be just fine. Of course the principle is simple but coding it in SVG or GD would take some time, so I wonder if somebody has one ready :-)

link|improve this question

60% accept rate
Have you tried google? I found an example in the first few search results – thetaiko Mar 30 '10 at 15:20
feedback

2 Answers

up vote 1 down vote accepted

See this page: Using GD (imagearc) and PHP to draw spirals (Listing 27.3)

link|improve this answer
feedback

http://www.w3schools.com/svg/tryit.asp?filename=path2&type=svg use google

link|improve this answer
This is pretty but it is a drawing (pre-calculated points connected by curves) rather than a spiral generated by an algorithm. – Vacilando Apr 1 '10 at 7:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.