785463d -> Need a little extra help on unstanding URL's (12/25/2006 6:09:40)
Hay folks, I am still a bit hung up on understanding URL's and what and how they work.
I wrote on another thread that I was trying to upload my avatar onto a forum site I belong to. Can some one give me a good example of how I would take a avatar from my system and up load it to a forum site.
I would also like to know how would I place a example drawing or sketch on a thread I am talking with some one about a subject as a explaination drawing such as Using the picture Icon above?
What is "PHP"?
coreybryant -> RE: Need a little extra help on unstanding URL's (12/25/2006 8:00:44)
There are three different types of hyperlinks (virtual, relative, absolute).
Some message board allow you to upload an image to their server while some will require that you host the image on your site and give them an absolute URL (path) to the image
coreybryant -> RE: Need a little extra help on unstanding URL's (12/25/2006 8:01:36)
quote:
ORIGINAL: 785463d
What is "PHP"?
PHP is a server side language that is best ran on a *NIX machine. It is usually used to communicate with a mysql database. Check out www.php.net