Home | Reviews | GUIpedia | Forum | Fun500


BrandonPHP Help
Ok so I'm working on the On-line part of the Wisent package manager. This is what I need help with: [code][/code] If the name is already in "data.txt" I don't want a new record, I want to change the old one.
2008-10-136:18 PM

ToddRe:PHP Help
Why are you using a text file? MySQL is faster.
2008-10-137:45 PM

agumaRe:PHP Help
yeah! go mysql! what he said. BTW: You can get a MySQL manager or whatever (gee i haven't done this in a while, sorry i forgot about everything lol) by searching SQLYog on google. it's a good one. sorta. :laugh: Forgive me for sounding so strange and weird...:P
2008-10-137:47 PM

BrandonRe:PHP Help
Why Text Todd? Because If our server goes I want a back-up and I don't mess with SQL, so are you gonna help me? Its all I need.
2008-10-138:06 PM

ToddRe:PHP Help
I can make a flat-file database system.
2008-10-138:07 PM

BrandonRe:PHP Help
Well I don't care how we do it but I need a system were I can have a form that has: App Name, App Version, App Description, App category, and an file selector. Then it does in the database and checks if theres an app of the same name if there is, and the description is blank the original is kept, and the version is updated. If its new a new record with all the data is stored. The file is uploaded and saved as the name of the app.zip Oh and there needs to be an author field. If you are not author of an app you can't upload a new version. There needs to be an admin function so you and me(I'll host it), can update/delete anything. Simple, eh? I was gonna do it myself but lol my PHP sucks It will take me a week and nothing will work right.
2008-10-138:16 PM

GUIs


2021 Brandon Cornell