InterviewSolution
Saved Bookmarks
| 1. |
How to link images from a view in CodeIgniter? |
|
Answer» In CODEIGNITER, you can link images/CSS/JavaScript from a VIEW by using the absolute path to the resources required with respect to the ROOT FOLDER as given below: /css/styles.css/js/query.php/img/news/566.gpg |
|