Jump to content

Form Variable


Chas267

Recommended Posts

I have this form processor on my site, and it can be set up to use flat file,mysql,or none. I understand all of the other variables in mysql setup , but I've not seen this particular one before :
$mysqltable = "your mysql table";
Can it just be removed? Or, what do I put there?
Thanks,
Chas267
Link to comment
Share on other sites

No, you shouldn't remove it. The table that will be accessed, needs to be defined there.

The database structure looks something like:

[!--coloro:#3366FF--][span style=\"color:#3366FF\"][!--/coloro--]Database[!--colorc--][/span][!--/colorc--]-->[!--coloro:#3366FF--][span style=\"color:#3366FF\"][!--/coloro--]Table[!--colorc--][/span][!--/colorc--]-->[!--coloro:#3366FF--][span style=\"color:#3366FF\"][!--/coloro--]Fields/Columns[!--colorc--][/span][!--/colorc--] in table.
Ummm...I guess in simple terms, the database has tables, which have fields...these fields will have data that you can access/manipulate via your PHP script. I recommend you go read some tutorials before diving in blind. Might save you a lot of headaches.

[a href=\"http://www.php.net\" target=\"_blank\"]http://www.php.net[/a]
[a href=\"http://www.mysql.com\" target=\"_blank\"]http://www.mysql.com[/a]
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.