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
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="Heaplink" data-source="post: 227029" data-attributes="member: 8966"><p>By learning MySQL.</p><p> </p><p>But joke aside;</p><p> </p><p>What you need is to create a <span style="font-family: 'courier new'">web_build</span> column in a table. I don't know what table is the problem, you would have to either give me that information or debug it yourself.</p><p> </p><p>When you've found your table, you can also make a query:</p><p> </p><p><span style="font-family: 'courier new'">ALTER TABLE (your table) ADD web_build VARCHAR(255)</span></p><p> </p><p>Of course change (your table) to the table that needed this column. Now in that column add whatever web build is needed.</p></blockquote><p></p>
[QUOTE="Heaplink, post: 227029, member: 8966"] By learning MySQL. But joke aside; What you need is to create a [FONT=courier new]web_build[/FONT] column in a table. I don't know what table is the problem, you would have to either give me that information or debug it yourself. When you've found your table, you can also make a query: [FONT=courier new]ALTER TABLE (your table) ADD web_build VARCHAR(255)[/FONT] Of course change (your table) to the table that needed this column. Now in that column add whatever web build is needed. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Help please?
Top