Ben
fotopic... whats that?
Posts: 4,282
|
Post by Ben on Apr 1, 2009 18:46:22 GMT
Does anyone have any knowledge on PHP? At wikipedia there is a geographic underground map, regrettably though only the .png image exists for the entire network, not the .svg file. Which is a shame because .svg files can be edited easily in vector graphics programs, which is what I was hoping to do. The source code exits for the programme to generate the image though, but its in PHP and I haven't a clue how to run it! I presume I need a compiler or something? What do I do?! Thanks to all!
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Apr 1, 2009 19:30:10 GMT
<snip> What do I do?! Thanks to all! You don’t need a compiler—PHP is an interpreted language, rather than a compiled one… that is, it’s munged on-the-fly. What you’ll need is a webserver with PHP installed—if you have free webspace with your internet connection, you may be able to use that. Upload the .php file to the webspace and view it in your browser. If you can just see code, then the server doesn’t have PHP installed. Of course, if you have a Mac, you already have PHP installed… drop the file in the ‘Sites’ folder in your home directory, make sure you have “web sharing” switched on in the “sharing” section system preferences, and go to … If that all seems rather technical, you could always send me the file and I’ll run it and post the results back—I do PHP stuff for a living -j
|
|