Quantcast
Channel: Coder Talks » PHP
Browsing all 20 articles
Browse latest View live

How to Increase the PHP Memory Limit in WordPress

Why is their a need to Increase the PHP Memory Limit in WordPress? Some hosting company limits your php memory to 32mb by default – WordPress is a CMS built in PHP. It requires and demands a lot of...

View Article



How to deal with cross-domain ajax

Sometimes you want to do a cross-domain ajax or an ajax request to other domains. Specially when calling web APIs. But as a security feature, some browsers does not allow ajax request to other domains....

View Article

Image may be NSFW.
Clik here to view.

How to add a development version to a Codeigniter site

Why do I need a development version? Website development never stops when the site is finally launched. It is a constant struggle to innovate. Eventually, after launching you will have visitors. Now,...

View Article

Image may be NSFW.
Clik here to view.

How to develop Facebook app from your localhost

Why you need to continue reading? At some point in your Facebook application development, you are asked to give Facebook a domain. Now to get that you need to buy it and then you also need a hosting...

View Article

Image may be NSFW.
Clik here to view.

Creating Facebook apps for pages

Facebook apps for pages – they are Facebook apps that can be used in Facebook pages in order to customize user experience. They can range from contact forms, galleries, e-shops, slideshows, embedded...

View Article


Image may be NSFW.
Clik here to view.

Integrating PHP classes as Codeigniter library

PHP is has a strong community, and by that I mean there are a lot of good programmers out there developing opensource classes for PHP. Personally, Codeigniter is my favorite PHP framework. It’s very...

View Article

How to create arrays with dynamic dimensions in PHP

This article is about crating arrays with dynamic dimensions. This means that you can set the depth if an array depending on the number of iterations in a loop. I found this useful when I tried to...

View Article

Codeigniter Add/Edit/Delete Maker

Codeigniter Add/Edit/Delete Maker is a Codeigniter library that automatically creates a simple add/edit/delete module. It generates a grid using jqGrid , jQuery and jQuery UI. All you need to do is...

View Article


Image may be NSFW.
Clik here to view.

Long Polling vs Short Polling

Today’s websites compared to it’s ancestors 10 years ago are far far more sophisticated. Not only in design but also in its underlying technology. One of these technology that is common in modern sites...

View Article


Image may be NSFW.
Clik here to view.

What is the fastest PHP framework?

Lukasz Kujawa did some benchmark on famous PHP frameworks. I’m glad that my all time favorite Codeigniter is in the upper half. It may not be the fastest, but the point of a framework is for faster and...

View Article

Flexi Auth – Codeigniter User/User Group/Permissions library

In every system, it’s bound to have user levels and permissions. So if you are going to code you PHP system using Codeigniter framework, you can use Flexi Auth. It’s a CI library, also complete with...

View Article

Image may be NSFW.
Clik here to view.

Long polling implementation

As I have mentioned in the previous post. Long polling is an AJAX request that behaves as if it is attached to a server event. For instance, in this example we will try to use long polling to pop out a...

View Article

Image may be NSFW.
Clik here to view.

PHP Tutorial: Introduction

This entry is part 1 of 3 in the series PHP Tutorial SeriesRequirements Knowledge in programming Knowledge in HTML The web server Before we talk about what PHP is, let’s discuss about where it is used,...

View Article


Image may be NSFW.
Clik here to view.

PHP Tutorial: Hello world

This entry is part 2 of 3 in the series PHP Tutorial SeriesIn the previous tutorial, We talked about and installed XAMPP in our local computers. Now, let’s use it to run our PHP files. Turn on APACHE...

View Article

PHP Tutorials: Variables

This entry is part 3 of 3 in the series PHP Tutorial SeriesIn programming, a variable is a storage location which contains known or unknown quantity of information. A PHP variable does not need a...

View Article


Ready made login and users for Codeigniter

Creating login and registration functionality in your CI project is repetitive work. Almost all projects have those functionalists. So I made a simple template to start with, so you can start coding...

View Article

Image may be NSFW.
Clik here to view.

How to develop Facebook app from your localhost

Why you need to continue reading? At some point in your Facebook application development, you are asked to give Facebook a domain. Now to get that you need to buy it and then you also need a hosting...

View Article


Image may be NSFW.
Clik here to view.

Creating Facebook apps for pages

Facebook apps for pages – they are Facebook apps that can be used in Facebook pages in order to customize user experience. They can range from contact forms, galleries, e-shops, slideshows, embedded...

View Article

Image may be NSFW.
Clik here to view.

Integrating PHP classes as Codeigniter library

PHP is has a strong community, and by that I mean there are a lot of good programmers out there developing opensource classes for PHP. Personally, Codeigniter is my favorite PHP framework. It’s very...

View Article

Basic Authentication in PHP POST request

The post Basic Authentication in PHP POST request appeared first on Coder Talks.

View Article
Browsing all 20 articles
Browse latest View live




Latest Images