Page 1 of 1

new challenge for anyone who wants too

Posted: Sat Apr 26, 2003 12:37 pm
by Atomic Monkey
Ok, so I've rethought this and I think what I'm looking for is sorta like this....

I need a form that I can log into with an admin password. I want this form to have several entry fields. Let's say I have a "contents section" field that I enter some news into. Once I hit submit, I want that form to create a new table on the main page and insert the information that I entered in the "contents" form field into the new table that was created.

I think I have the complete idea, but the code just isn't there for me. I've looked at a lot of things online, but I'm more of a visual learner in the sense that I need someone to show me how to do it once, and then I can take it from there. Which happens to be another one of my problems. If anyone wants to work with me directly, I would really appreciate looking over some codes and getting some hands on experience. Thanks a lot. -Josh
Almost forgot, if you do want to take on the challenge of helping a mentally slow person such as myself :wink: my email is jculotta@cox-internet.com thanks

Posted: Sat Apr 26, 2003 6:55 pm
by patrikG
I think I have the complete idea, but the code just isn't there for me.
The idea sounds well thought out - it's clear. If you work it through step by step, you should find it fairly easy to do this in PHP.
Login-scripts: plenty about (http://www.hotscripts.com or http://www.phpclasses.org)
Table-Creation: http://www.hotscripts.com or http://www.phpclasses.org

The scripts from these websites should give you a good idea of how the code would need to look like. Shouldn't be all to difficult to cook your own stew from that. :)