Hey guys I am trying to make a website and well I made some images but now to do certain things it requires HTML/PHP and I have no idea how to do those things. So if anyone can help me with this they wont be empty handed. Never thought Coding would be hard...
0
Comments
You only need PHP if you're doing fancy scripting stuff. The typical website doesn't need any such finery, and many web hosts don't even allow you to run scripts on their servers, which makes it a moot point.
HTML is nothing but opening and closing tags whats so hard?
<a href='http://hotwired.lycos.com/webmonkey/' target='_blank'>http://hotwired.lycos.com/webmonkey/</a>
<a href='http://www.htmlgoodies.com' target='_blank'>http://www.htmlgoodies.com</a>
<a href='http://www.pagetutor.com/' target='_blank'>http://www.pagetutor.com/</a>
Besides web monkey, the rest are very newbie friendly (<i>especially</i> page tutor as it written for retarded monkies with no eyes).
PHP is a different kettle of fish. It's a scripting language; actual programming. Apparently it's a *very* good one for web-work. As far as I know, like other scripting languages, it's very good for "gluing" different systems together (such as databases, emails, and websites). That's why it's useful for websites.
What kind of things are you actually trying to do? If you just want nice shineys you could probably manage with just HTML, maybe with JavaScript as well. If you want more advanced shinies you'll need Flash, and if you want slow, crude games you'll need Java (j\k <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo--> )
Check this site for use of all the tags
<a href='http://www.willcam.com/cmat/html/crossname.html' target='_blank'>http://www.willcam.com/cmat/html/crossname.html</a>