User login with CodeIgniter At some point you might need to create a user login for your project while using the codeigniter framework. For those of you who are just getting started with this, you will see within this next post that it is very simple to create. Let’s cut right to the chase: Create [...]
PHP and MySQL Database connection A dynamic website is not dynamic to it’s fullest unless it contains any means to store data or retreive it. There is the need to track user changes to anything within the website, for example, their user profile. Back in the older days, websites used to utilize what is known [...]
Codeigniter HTML Table class Today I want to talk about an interesting class that is built within codeigniter. This class consists of just creating an HTML Table, but except, you do it with ease, and I am going to show you how. In this example, we are going to assume we have a database connection, [...]
Here is a little taste of what I have gotten my hands dirty with. I have been using this IDE for quite a while, and I had to make sure of what I was going to write about concerning this product. Before I go ahead and say my opinion, let me just give you a [...]
Handling dates in PHP Dates in php are often overlooked and people tend to think that they will not need to handle dates, but indeed my friend, you will need to know how to handle dates when working with PHP. The most common function in PHP to retrieve the date is date(). This function takes [...]
Using jQuery and ajax with Codeigniter In previous posts I have already written about how to get database information using jQuery, ajax and PHP. Today, I would like to integrate that same approach while using the codeigniter framework. Take a look at it here, if you haven’t read it yet. To integrate jQuery with codeigniter, [...]
Exception Handling in PHP In special cases during a development, there will be the need to handle errors of some sort. PHP5 has introduced this new feature to handle exceptions with the Exception Class, and on this post, we will learn what the basics are for error handling with this exception handling class. In many [...]
Simple Sessions I have uploaded a simple sessions class for all php developers to use. This class can be used for normal PHP development, or it can be loaded as a library for the codeigniter framework. I would appreciate it all of you would give this a try and give me your feedback and any [...]
Does SOPA affect me? I can easily answer the above question with a simple YES, PERIOD!, but that wouldn’t be enough to satisfy what you came here looking for. If SOPA is granted what they are asking for, then it will affect all of us, even those people outside the United States country. Allow me [...]
How to drive more traffic to your blog I have been blogging for a couple of months, and I would like to share some things that I have learned about driving traffic to your blog. I have adopted 3 simple ways to be able to grab peoples attention to my blog. Let’s get right to [...]
User feedback