User Profile
Collapse
-
JavaScript clashes
I am using 2 different jquery. One for dropdown-menu and one is table sorter. They both work fine individually. But when i try to combine them together in a page, the whole page just get corrupted. What should i do?
...Code:<script src="javascript/jquery.js"></script> <script type="text/javascript" src="javascript/dropdown-menu.js"></script> <link rel="stylesheet"
-
I understand. But im trying to say i need this column. It is a compulsory column....Leave a comment:
-
But i need to insert the value into the tenant_id column. How should i do about?Leave a comment:
-
Merge 2 integer columns into 1 seperate column in database
1st column: block_number
2nd column: unit_number
I want to merge the 2 columns and get a tenant_id column.
E.g. block_number = 12
unit_number = 1234
tenant_id = 121234
But i kept trying and get an addition of both columns which is 1246. How should i separate both of them but remain them as int instead of changing them to varchar.
No activity results to display
Show More
Leave a comment: