Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Get ID from database when a specific td is clicked
Post: RE: Get ID from database when a specific td is cli...

Thanks for all the replies. But Wouter, I want to get the Id in the url by clicking the checkbox. I tried it but it isn't really functioning like how I wanted. How do I make that?
4,650 Views
5 Replies
01-05-2018, 03:45 AM
FARUKB13
    Thread: Get ID from database when a specific td is clicked
Post: Get ID from database when a specific td is clicked

So here is a table where you can select a specific row. But how do I make it that you will see the ID of the row when clicked in the URL? Thanks in advancr  echo "";         echo "";         echo...
4,650 Views
5 Replies
01-03-2018, 05:13 AM
FARUKB13
    Thread: How do I add an extra checkbox colum in a generated table? (JavaScript)
Post: How do I add an extra checkbox colum in a generate...

How can I add an extra column to this with JS? template = array(         'table_open'            => '',         'thead_open'            => '',         'thead_close'           => '',        ...
2,154 Views
1 Replies
12-20-2017, 02:29 AM
FARUKB13
    Thread: checkbox column
Post: RE: checkbox column

InsiteFX Wrote: (12-06-2017, 08:14 AM) -- Once the Table is built you cannot add to it with out using JavaScript. You can see the CodeIgniter Users Guide's - HTML Table Library for info. It has...
4,044 Views
2 Replies
12-06-2017, 08:40 AM
FARUKB13
    Thread: checkbox column
Post: checkbox column

How do I make an extra column with checkboxes in a generated table? Code: -- $template = array(         'table_open'            => '',         'thead_open'            => '',         'thead_...
4,044 Views
2 Replies
12-06-2017, 07:25 AM
FARUKB13
    Thread: Unable to connect to your database server using the provided settings.
Post: Unable to connect to your database server using th...

PHP Code: -- public function verversCampagne(){          $config['hostname'] = 'secret';        $config['username'] = 'secret';        $config['password'] = 'secret';        $config['database']...
2,876 Views
1 Replies
11-28-2017, 07:52 AM
FARUKB13
    Thread: Microsoft SQL Server as database
Post: RE: Microsoft SQL Server as database

I've always worked with MySQL but right now I work with MSSQL at my internship and it's going great so far. I would recommend this to people ;)
5,039 Views
3 Replies
11-21-2017, 08:28 AM
FARUKB13
    Thread: Do you have a hobby?
Post: RE: Do you have a hobby?

Fitness ;)
90,176 Views
79 Replies
11-21-2017, 06:57 AM
FARUKB13
    Thread: A link in a generated table
Post: A link in a generated table

Hi guys, How do I make a link in a generated table? I want the first row called 'Campagne' and the fourth row called 'Terugbellers' to be a link. But how? Thanks in advance. My code: PHP Code: --...
2,674 Views
1 Replies
11-07-2017, 01:32 AM
FARUKB13
    Thread: New to COdeIgniter
Post: RE: New to COdeIgniter

Thanks guys!
18,220 Views
10 Replies
09-15-2017, 01:28 AM
FARUKB13
    Thread: New to COdeIgniter
Post: New to COdeIgniter

Hey guys, This is my second year learning Application Development and I am actually really doing great. But this year my whole class needs an internship. I have an internship at a company where the...
18,220 Views
10 Replies
09-14-2017, 07:12 AM
FARUKB13

Theme © iAndrew 2016 - Forum software by © MyBB