Chas267 Posted June 29, 2006 Share Posted June 29, 2006 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 https://forums.phpfreaks.com/topic/13245-form-variable/ Share on other sites More sharing options...
Caesar Posted June 29, 2006 Share Posted June 29, 2006 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 https://forums.phpfreaks.com/topic/13245-form-variable/#findComment-50990 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.