Quantcast
Channel: PHP Infinite
Browsing all 15 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

A Detailed Overview of the Model-View-Controller (MVC) Coding Structure

The model-view-controller or MVC is software architecture commonly used for creating web applications or software. In other words, it’s a structure for web applications to follow in order to ensure...

View Article



Image may be NSFW.
Clik here to view.

Converting MS-SQL to MySql (from .bak file or otherwise)

What to expect: Using this methodology, you’ll be able to move table definitions and the data contained within those tables. However, you will NOT move Views, Stored Procedures, Triggers, etc. Views...

View Article

Image may be NSFW.
Clik here to view.

The Basics of Good Database Design in Web Development

Databases are everywhere, including everywhere in the world of web development. Everything from the simplest blogs and directories and to robust user-oriented websites use databases. No matter how...

View Article

Image may be NSFW.
Clik here to view.

10 Principles for Keeping Your Programming Code Clean

A common issue in almost every profession that can drive people completely insane is having to continue from what somebody else started. The main reason for this being the fact that everyone has...

View Article

Image may be NSFW.
Clik here to view.

Protect your PHP script from SQL injections in 5 min

With SQL injection, people with bad intentions can delete or change content in your MySQL database. The good news is that there is a simple solution to prevent SQL injections, so there is no excuses...

View Article


Image may be NSFW.
Clik here to view.

Twitter OAuth the easy way – simple post to twitter From Your Website

  After Twitter introduced mandatory authentication with OAuth, many of the current scripts for posting content to Twitter don’t work anymore. OAuth can be great for more advanced authentication, but...

View Article

Image may be NSFW.
Clik here to view.

Automatically post to Facebook from Your Website

The importance of a professional presence on Facebook is constaltly increasing. However supporting and publishing content on Facebook as a parallel channel to a normal website means increased work for...

View Article

Image may be NSFW.
Clik here to view.

Set up a Google Custom Search Engine for your website

Most, but not all organizations with a restricted intranet utilize an in-house site search feature that provides employees, members, and outside affiliates with remote access and the ability to search...

View Article


Image may be NSFW.
Clik here to view.

URL Rewriting SEO Friendly: Convert Dynamic URLs into Static URLs

Get rid of those dynamic URLs from your website, with user friendly URLs Static URLs are always known to be better compared with dynamic URLs in SEO, because of many reasons. Static URLs are always...

View Article


Image may be NSFW.
Clik here to view.

Normalize Your Database in Simple and Easy Way

What is Normalization ? Why should we use it? Normalization is a database design technique which organizes tables in a manner that reduces redundancy and dependency of data. It divides larger tables to...

View Article

Image may be NSFW.
Clik here to view.

Translate .htaccess Content to IIS web.config

Introduction Many PHP applications are distributed with configuration files for the Apache Web server. These configuration files (usually called .htaccess files) contain a number of settings that can...

View Article

Image may be NSFW.
Clik here to view.

How to Pull Custom Google Analytics Data with PHP

Google runs a very tight Internet media company offering outstanding resources to their users. Google Docs is perfect for online collaboration and document sharing. Gmail is a pristine example of how a...

View Article

Image may be NSFW.
Clik here to view.

Infinite Scroll To Load More Content in Webpage Using Ajax, and Jquery

Now a days in most all shopping website like flipkart or any other, you can see that product or data is loading in to website when you scroll mouse. You want to know how its possible with PHP, well...

View Article


Image may be NSFW.
Clik here to view.

Create custom charts and graphs with PHP and JqPlot

Creating an accessible data chart or graph in HTML is very tricky to achieve, especially with some elements, such as images, which allow only the most basic features that give textual information to...

View Article

Image may be NSFW.
Clik here to view.

How to create social share buttons with custom icons

Over the years, social media has become one of those inevitable elements in our lives that you just can’t escape, even if you wanted to. I am sure that I am not the only one who feels at times, that...

View Article

Browsing all 15 articles
Browse latest View live




Latest Images