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
How to pull data from database table (Help Please)
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="Ben144" data-source="post: 467481" data-attributes="member: 73963"><p>Hey,</p><p></p><p>I am using flurxRP emulator and cms and I am using a select/option on a form, where i want to have the option to set the option to either Pending or accepted, both option have been added to the database table and is fully working. But will i add the select and option attribute, then it only pulls "Pending" from the database table, Whereas i want it where you click on the dropdown select option and you can see accepted their and you just click it and once click then it updates the database table. How can i go about this.</p><p></p><p>[CODE]<select></p><p> <option value="' . $chat['b_status'] . '">' . $chat['b_status'] . '</option></p><p> <option value="' . $chat['b_status'] . '">' . $chat['b_status'] . '</option></p><p> </select>[/CODE]</p><p></p><p>Any help Appreciated and thanks in advance</p></blockquote><p></p>
[QUOTE="Ben144, post: 467481, member: 73963"] Hey, I am using flurxRP emulator and cms and I am using a select/option on a form, where i want to have the option to set the option to either Pending or accepted, both option have been added to the database table and is fully working. But will i add the select and option attribute, then it only pulls "Pending" from the database table, Whereas i want it where you click on the dropdown select option and you can see accepted their and you just click it and once click then it updates the database table. How can i go about this. [CODE]<select> <option value="' . $chat['b_status'] . '">' . $chat['b_status'] . '</option> <option value="' . $chat['b_status'] . '">' . $chat['b_status'] . '</option> </select>[/CODE] Any help Appreciated and thanks in advance [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
How to pull data from database table (Help Please)
Top