Hello,
I'm currently working on a Non-Mysql CMS and i am doing the search engine feature right now. I'm going to make it everytime u do a news entry, forum post, download, image, chatbox, etc. that it will submit the information of that into a file for the search engine. The only thing im stuck on figuring out is how to do this for the database file for the search engine. I already got it using fopen and fwrite etc. for the information but i need it to add +1 to the number of the entry each time a new entry is made. Like it starts at s[0] (for search number 0) then s[1], s[2], s[3], etc. I needa know how to make a script that will add +1 to the last entry eachtime a new one is made... anyone got any ideas. Sorry if im a little rusty i been working at other job for nearly 3 months just to pay bills >.<. Any help is apreciated
Thanks,
Parabola