Skip to content Skip to sidebar Skip to footer
Showing posts with the label Codeigniter

How Render A Tree In Html + Php(codeigniter)

I have an adjacency model list and this is the query: SELECT t1.FIO AS lev1, t2.FIO AS lev2, t3.FIO… Read more How Render A Tree In Html + Php(codeigniter)

Navigation Bar With On Hover Drop Down

I'm having difficulty in creating this navigation bar on top of my site. I have the following o… Read more Navigation Bar With On Hover Drop Down

Dynamic Properties Name In Php

There is an object in PHP named $item , and in this object I have properties of title , title_cn, … Read more Dynamic Properties Name In Php

Sending Php Get Data To Server Using Html Links

I haven't wrote PHP GET requests in a while. So I'm a little rusty. But how do I send GET d… Read more Sending Php Get Data To Server Using Html Links

Image Not Getting Visible In Codeigniter Application

I have an application developed in codeigniter in which there is a photo upload feature. It works f… Read more Image Not Getting Visible In Codeigniter Application

Remember Selectbox Value After Form Submitted With Error

Right now if i submit my form and there is an error it just shows there is an error, without resele… Read more Remember Selectbox Value After Form Submitted With Error