|
Posted by Shelly on 10/07/07 12:25
"shror" <shahirwm@gmail.com> wrote in message
news:1191758264.822967.22250@g4g2000hsf.googlegroups.com...
>I want to know how i can create a rating feature on my pages, but am
> not using a database.
> can i create the rating with file handling so that the ratings are
> saved in file format.
>
> also I want to know can I create a poll that stores the results in
> files rather than database??
>
> Thanks in advance for help
>
> shror
You can do this, of course, but I must ask "why?". A database is SOOOO much
simpler and less prone to errors. Also, MySQL is free and very easily
managed. If it is that you don't know SQL, then I would strongly suggest
that it is time you learned if you want to do any serious (or even
semi-serious) programming in php (or asp, or asp,net, or......).
Anyway, I direct you to www.php.net and you can start with fopen, fclose,
fread, and fwrite.
Shelly
Navigation:
[Reply to this message]
|