PHP


Learn Codeigniter | Codeigniter Tutorial | Codeigniter Lessons | Part 1 | Webs Tutorial

ci-logo

What is CodeIgniter? CodeIgniter is an open source PHP framework. This framework is used to build web applications and websites. CodeIgniter is best for developers who are into front-end development. It’s easy to learn and it’s fully flexibe. To learn CI (CodeIgniter), you should know PHP, MYSQL, OOPs and MVC. If you are new to Read more...

     

Youtube Video Scraping | Fetch Youtube Video Via RSS

rss-big-icon1-250x250

Always I wondered to display youtube videos below my posts or for some other purpose. But always had to use some plugins or some complicated scripts. So finally coded for you people a small function which will fetch or scrape youtube videos through GDATA RSS. My idea behind getting the videos is first to fetch Read more...

   

PHP Multidimensional Array Shuffle | Shuffle Array In PHP

Multi-Dimensional array is an array within array. It is the most common used php function to store multiple values within a variable. Here is my small snippet share for shuffling multidimentional array values. Just call this function and pass the multidimensional array through parameters.