Topic: Add a Author or Review Form!

Hello, i'm new to here  smile

i install script and some change

i on script add a Author Form can for uploader

like this

http://lulzimg.com/i8/11fe4d83.jpg


when i will image and text Upload get this

http://lulzimg.com/i8/6353ebfe.jpg

well this is problem

http://lulzimg.com/i8/14fcd6b7.jpg

when i see /Upload/?v=filename.jpg

text is be missing

so my problem is i how to save text and image

i only add code to inedx.php

<input type="hidden" name="thumbsize" size="20" value="200">Author: <input type="text" name="desc"/>
Author: <?php echo $_REQUEST["desc"]; ?>

or i not achieve? or can for me some prompt? or it need a DB save text?

i'm sorry my bad english sad

hope can understand my mean neutral

thank you all smile

Thumbs up

Re: Add a Author or Review Form!

Sounds like you need to create a MySQL DB for saving the authors name. It'd be best to assign each author with an ID. The ID would be the primary key in the author table for example. Then you shouldn't come across duplicate entries.

Thumbs up

Re: Add a Author or Review Form!

Because base Chevereto not use mysql so i not want use to DB

if not use other DB way can achieve it!?
if need use DB achieve. will rest this idea smile

Thumbs up

Re: Add a Author or Review Form!

With no dB the alternative is use plain text files. Also you can use SQLite

rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!

Re: Add a Author or Review Form!

well thank you all

i think i may need some time

though this not necessary function  smile

Thumbs up

Re: Add a Author or Review Form!

I've had some success using SQLight, so I'd advise you to go that way if you want something simple and effective.  hmm

Thumbs up

Re: Add a Author or Review Form!

yup i will try!

though not now tongue

if when i have 10w or 20w image i think may need use mysql  tongue

Thumbs up