PHP "add link" scripts

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
empire
Forum Newbie
Posts: 3
Joined: Wed Apr 23, 2003 4:25 pm

PHP "add link" scripts

Post by empire »

Ok i've been looking all over the net for a decent/nice "add a link" script, to put on a website. Now the catch is, it can't use mysql, just a flat text file.

I want a form that looks EXACTLY like this one http://www.webforge.co.nz/php_links/ind ... n=add_link, that doesn't use an sql database, and writes all submissions to a flat text file (instead of email etc).........

I mean I've seen a thousand other similar scripts, but nothing fancy with a drop down menu and flatfile, etc, which is what im looking for. SURELY theres a script out there, that is extremely similar to the form on that page i showed, and uses no database.

ANY help you guys can provide, id be very grateful. Thanks
User avatar
Jade
Forum Regular
Posts: 908
Joined: Sun Dec 29, 2002 5:40 pm
Location: VA

Post by Jade »

Hey,

I think that would be pretty hard to do from just a flat file.... just throwing my $2 in...

Jade
empire
Forum Newbie
Posts: 3
Joined: Wed Apr 23, 2003 4:25 pm

Post by empire »

i guess obviously it is.........

there's tons and tons of scripts that use the same exact method........such as shoutbox, message boards, etc, all based on flatfile......

I mean flat file guestbooks do pretty much what I want, all I need to do, modify the form some, and have the guest section not be able to view the entries..........(sigh) hopefully someone knows exactly what i am looking for tho.......

I'm not looking for a something to handle a huge database, just something to handle submissions for a week. I've run simple flat file message boards that are incredibly huge.......
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Have you looked at Hotscripts? I remember seeing something similar on that site, not sure if it was that one though...
empire
Forum Newbie
Posts: 3
Joined: Wed Apr 23, 2003 4:25 pm

Post by empire »

yeah, ive been looking through that site in and out......

they most have sql databases etc......

only a few "add link" scripts for users of a site
Post Reply