Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
RevCMS Report Tool
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="JayC" data-source="post: 426546" data-attributes="member: 36373"><p>I don't really understand what your problem is, could you clarify? Is it inserting blank data?</p><p></p><p>Also, your report type is very badly coded. It should be an int value that converts to a type. For instance, you insert "1" for a staff issue, and "2" for another issue. You could even make another table called "reporting_types" and have an Id and a value field, and have the Id be the foreign key for your reports table. And then select all of the report types for your form, and echo them out, then verify that ID exists in your form validation</p></blockquote><p></p>
[QUOTE="JayC, post: 426546, member: 36373"] I don't really understand what your problem is, could you clarify? Is it inserting blank data? Also, your report type is very badly coded. It should be an int value that converts to a type. For instance, you insert "1" for a staff issue, and "2" for another issue. You could even make another table called "reporting_types" and have an Id and a value field, and have the Id be the foreign key for your reports table. And then select all of the report types for your form, and echo them out, then verify that ID exists in your form validation [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
RevCMS Report Tool
Top