Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Header is loaded at the end
Post: RE: Header is loaded at the end

In just about every case, it's best to place all your script references at the end of the page, just before . If you are unable to do so due to templating issues and whatnot, decorate your script ...
6,028 Views
6 Replies
02-06-2019, 12:11 AM
garimapatil
    Thread: How to Add Dynamic Header and Footer
Post: RE: How to Add Dynamic Header and Footer

Code: -- Header Code Home - Profile - Links - Contact -- Code: -- Footer code Home - Profile - Links - Contact © Copyright Your name here --
29,052 Views
12 Replies
01-22-2019, 12:30 AM
garimapatil
    Thread: Multiple function call
Post: RE: Multiple function call

Using  Code: -- setTimeout() --  it is possible to launch a function at a specified time: Code: -- setTimeout(function, 60000); -- But what if I would like to launch the function multiple ti...
6,871 Views
7 Replies
01-15-2019, 11:48 PM
garimapatil
    Thread: What is the default URL pattern used in CodeIgniter?
Post: What is the default URL pattern used in CodeIgnite...

Hi there,                          I am a newbie.  I want to know What is the default URL pattern used in CodeIgniter? Thank you in advance
3,187 Views
2 Replies
01-11-2019, 11:23 PM
garimapatil
    Thread: Fetching data using unique ID from the database.
Post: RE: Fetching data using unique ID from the databas...

try SELECT number from numberTable nt JOIN idTable it ON  it.ID = nt.ID WHERE it.ID = `your given id` as i think your both tables are referenced with id
10,449 Views
4 Replies
12-27-2018, 02:56 AM
garimapatil
    Thread: Why call session not working?
Post: Why call session not working?

my config is like this : Code: -- $config['sess_driver'] = 'database';  // select database driver $config['sess_save_path'] = 'ci_sessions';  // name of the mysql table $config['sess_cookie_name']...
4,667 Views
3 Replies
12-05-2018, 12:04 AM
garimapatil

Theme © iAndrew 2016 - Forum software by © MyBB