Closed Thread Icon

Topic awaiting preservation: Comments Please... (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=23040" title="Pages that link to Topic awaiting preservation: Comments Please... (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: Comments Please... <span class="small">(Page 1 of 1)</span>\

 
templar654
Bipolar (III) Inmate

From: The Belly of Fire Breathing Dragon
Insane since: Apr 2004

posted posted 08-24-2004 02:53

I want to know how to be able to post comments on a topic I've seen that alot now-a-days.I was wondering if anyone knew of a nice tutorial or article from where I could understand how to make one myself. Or if you're kind enough why not tell me here

I shut my eyes in order to see | Online Portfolio | Journal | Community | Paintings

DL-44
Maniac (V) Inmate

From: under the bed
Insane since: Feb 2000

posted posted 08-24-2004 20:41

I have a variety of places where I make use of such things.

The most basic is on my site, here - http://in-dented.com , under the random quotation. It's there because I needed to know how to do it basically, and this was my trial run (as most things that become part of my site are...)

It uses a MySQL database to store the info, though I'm sure it could be done easily enough with text files as well.

If you're interested, I can post the code once I get home from work.

Cameron
Paranoid (IV) Inmate

From: Brisbane, Australia
Insane since: Jan 2003

posted posted 08-28-2004 09:20

I'm assuming you are able to run PHP, because you didn't mention it but this kind of thing requires at least some form of backend porcessing.

The important thing to remember when doing anything that takes user input from a form is to validate it so that it can't fux with your server or your page when it's re-displayed.

If you're looking for tutorials, any PHP & MySQL tutorial should get you started. If you don't have MySQL then you can do it by writing to and reading from text files, but that can be painfull to code, and slow to read from the server. If you don't access to either PHP or MySQL (or any server side language) then this kind of stuff simply isn't possible.

« BackwardsOnwards »

Show Forum Drop Down Menu