Hello everyone,
I'm new to the VBForums, and very new to the whole MySQL scripts and database stuff.

I'm sorry if this has been asked before in the forums, but I have a small problem, that I'm sure is very easy to do, although I'm such a nooby.

I've posted this also on the www.weberforums.com (http://www.weberforums.com/ftopic7639.html), but didnt find any of the replies useful, as not many people understood what I was asking...

Well, here goes;
Just wondering if someone can help by letting me know where exactly I should start, or maybe post an example script.

I'm looking to create a form, not an email form, but an invisible one, something that runs when the page is accessed.
... Hmm, might be easier to explain if I let you know why I need it.

Well, mostly, I wanted it so if a page on the site gets accessed, a section in a Mysql database will be updated, just like a MySql/php counter.

Except what I want it to do is edit a table (like make it add 1 or 2 to the number in that table (just like a post count on a forum), and/or take numbers, edit/add/delete text, and stuff like that.

However, alot of the tables in the MySQL database are going to be the same. Well, im not sure if they are called tables, but like a phpbb forum, when you go to edit members post, or details using phpMySQL, and accessing them through the user table...

Im so sorry if Im not explaining this properly, but what I mean is that I want to make a "Register" form (which I'll make a script abit later on), which will add a table in the Users section of the MySQL database, and then a script that, if a page is visited, a section of their table in the User will be editted.

For an example, say someoned signed up with a name like, Test123. The table might include:

Name: Test123
Post Amounts: 15
Description: Description 1

And, if they access a page, like called desciptionPOST.php, then it will update the table, and change it to like, I dont know.. something like this:

Name: Test123
Post Amounts: 16
Description: Description 1
Description 2

Im sorry if that's confusing.
Thankyou to anyone who does help, and if you need me to make it clearer, I'll do my best to do so.
Thanks so much to anyone who has a look or even posts a link to somewhere where I can learn a code something similar to this.

Thanks again, and if you do need to email me, you can do so at [email protected]

Thankyou!!