Page 1 of 1

News script

Posted: Thu Mar 06, 2003 2:58 am
by azylent
Hi
I'am a total newbie at php, so I need YOUR help.
I'am in need of a news script without any use of MySQL, just a .txt..
There have to be 3 boxes with "Name" "Headline" and "News" and then a button witch you have to press on to add the news..
I dosent have to be fancy or something like that.. Just a very simple script.

I've tryed to search the internet but without any luck.. So please don't give me any sites were I can get "help" :D

Hope to get some anwsers.. :)

Posted: Thu Mar 06, 2003 5:26 am
by twigletmac
Hi, we don't tend to do a 'write-me-a-script' service but if you've already got something you're working on we'd be more than happy to help you with it. Some kind soul might post a finished script though.

If you are looking for scripts places like hotscripts.com can often give you something to start with. However, many times for something simple it is easier to write it yourself. Have a look at:
http://www.php.net/manual/en/ref.filesystem.php
for the functions that you will need to write to and read from a text file.

If you've got very little PHP knowledge then a tutorial may be of help before you start:
http://www.php.net/tut.php
http://www.phpcomplete.com
http://www.phpbuilder.com
http://www.devshed.com

If however, you have no interest what so ever in doing this yourself then perhaps the best thing to do would be to pay someone else for doing it for you, the Job Hunt forum is where you would want to be posting in this case.

Mac