Click to See Complete Forum and Search --> : Editable text areas.


Jayzonline
10-13-2006, 01:45 AM
Hi all,

I'm a newbie here, and I'm not that good with HTML either. :mad:

Here's my question. I want a text area on my web page to be editable via a text file or something like that, which is stored in the server. Is this possible without having to have a CMS thing.

Thanks in Advance

VJ

Kravvitz
10-13-2006, 12:54 PM
Well, you have to use some sort of server-side language unless you want to use a troublesome iframe.

Jayzonline
10-16-2006, 04:25 AM
thanks Kravvitz, Can you please point me to a resource for the above solution if you have any good ones.

Cheers !!

VJ

Robert Wellock
10-16-2006, 11:38 AM
Try the PHP section.

johnblack
10-16-2006, 02:43 PM
Try the PHP section.

Go to w3schools.com and learn server side scripting. it's not that complicated.

Kravvitz
10-16-2006, 02:44 PM
You're welcome :)

I use and recommend PHP (http://www.php.net/).