Enter search value in the textbox e.g. PHP, jQuery and click the submit button.
S.no | Title | Content |
---|---|---|
11 | How to Login using Instagram API with PHP | Instagram is one of the most popular photos sharing platform and its users are increasing day by day. Instagram provides APIs for getting the user details and use it to enable logi ... |
12 | Add remove Class with ngClass in AngularJS | With ngClass directive, it is easier to maintain CSS classes between HTML elements dynamically. You cannot just pass the class name in ng-class like class attribute. You need to ei ... |
13 | Pass Data Between View and Controller in CodeIgniter | HTML form is one of the common elements within the webpage which allows the user to input data and submit it for processing. The data is also passed by URL which is good for limite ... |
14 | Load Multiple Views in one View - CodeIgniter | Sometimes it is required to create separate files which were common on all other pages like header and footer section of the webpage. This makes easier to maintain the pages. inclu ... |
15 | How to Create and Load View in CodeIgniter | A view is an HTML or PHP file in the CodeIgniter which is used to display output on the browser. From where the user can interact with the website and perform actions. Views are lo ... |