These forums are CLOSED. Please visit the new forums HERE
LSL in websites? |
|
|
Tricky Dumont
Registered User
Join date: 10 Oct 2006
Posts: 2
|
10-18-2006 11:03
How do I create a website using LSL?
|
|
Osgeld Barmy
Registered User
Join date: 22 Mar 2005
Posts: 3,336
|
10-18-2006 12:33
websites have their own scripting language, html, sites with dynamic info (such as this one) use another scripting language to write the html on the fly, such as php or asp
lsl cannot directly access web services required for such task's the closest thing would be to use http request to send data to a php (or whatever) scirpt, the php can read/store/use the data as needed in the normal functions of a website |
|
Tricky Dumont
Registered User
Join date: 10 Oct 2006
Posts: 2
|
10-18-2006 13:31
are there any tutorials to explain this in more detail?
|
|
2fast4u Nabob
SL-ice.net
Join date: 28 Dec 2005
Posts: 542
|
10-18-2006 14:27
Maybe this can help: http://www.google.com/search?hl=en&q=html+tutorial
|