I have been attempting to, i have experience in VB but that would only help in knowing what a function might do. Ive been looking at how you upload to a database mainly, just for the password and username. Maybe i can manually insert the username and password into the database and then have the script query it and check to see if my form entries match the targeted database entries.
I know how to do it kinda but not how to write teh script, ill continue:
After the user is sucessfully in id have a single form where the user would type in the users name and then click 'Add', this would then add the Entered data into the database under a certain table. And every time the member page is visited it queries the database under that table and adds every entry as a string.
So for the download from the database would i just set a variables value to the next entry in the database and print that variable? or do i do this with another method?
pretty sure this is how it would look:
<? Print "(var1)<sb>"; ?> with or without the line break