Subscribe
Tutorial search

PHP Installing Tutorials


We hope that you will enjoy our PHP Installing tutorials. Feel free to contact us if you would like to be a tutorial hero and contribute your own PHP Installing tutorial to our site. Thank you !

Sort by:
Code Formatting and Coloring in WordPress without a Plugin
Code Formatting and Coloring in WordPress without a Plugin
There are different methods and plugins you can implement to display code on your WordPress blog. After much testing and frustration, I’ve come across the best code formatting method that does not require a WordPress plugin (and can be implemented on any website). This tutorial guides you through setting this up on your website.
Difficulty:
Working with RESTful Services in CodeIgniter
Working with RESTful Services in CodeIgniter
CodeIgniter is becoming well known for its power as a PHP based web application framework, but it's not often that we see examples of it being used for anything else. Today we'll learn how we can use CodeIgniter to create a RESTful API for your existing web applications, and demonstrate how to interact with your own API or other RESTful web-services, such as Facebook and Twitter.
Difficulty:
Twitter-like pagination using CodeIgniter and jQuery
Twitter-like pagination using CodeIgniter and jQuery
Create a Twitter style pagination using jQuery and CodeIgniter.
Difficulty:
Learn to prevent web application hacking using Packt's new book
Learn to prevent web application hacking using Packt's new book
In this chapter one will learn new methods by which they can enhance the performance of their web server and look at the way a typical web server responds when put under an increasing amount of load from client requests, both when it has ModSecurity disabled and when it is enabled, and will then be able to compare the results takes a look at the performance of ModSecurity and what impact, if any, it has on the speed of server and web application.
Difficulty:
How to Install PHP 5.2.11 on  Vista with Fast-CGI
How to Install PHP 5.2.11 on Vista with Fast-CGI
In this article you'll learn how to install and configure PHP 5.2.11 on Windows Vista and IIS7 with the Fast-CGI protocol
Difficulty:
Build an RSS 2.0 Feed with CodeIgniter
Build an RSS 2.0 Feed with CodeIgniter
In this tutorial, we will build a RSS 2.0 Feed with the PHP framework CodeIgniter. After this tutorial, you will be able to build a feed for any custom website in no time at all.
Difficulty:
An introduction to using the facebook api
An introduction to using the facebook api
This tutorial will cover the basics of setting up your first facebook application and generating the usual hello world message along with a link to the users profile.
Difficulty:
Top 10 Reasons Why You Should Use a PHP Framework
Top 10 Reasons Why You Should Use a PHP Framework
1. Code and File Organization 2. Utilities and Libraries 3. The MVC Pattern 4. Security 5. Less Code & Faster Development 6. Community Support 7. Job Opportunities 8. Performance Tools 9. Suitable for Teamwork 10. And It’s Fun!
Difficulty:
CodeIgniter and Doctrine from scratch. Day 4 – User Login.
CodeIgniter and Doctrine from scratch. Day 4 – User Login.
In this episode we are going to build a User Signup Form following these steps: - We build a Login Form View and a Login Controller. - Learn about some URL Helpers. - Change the Default Controller. - Implement User Authentication. - Learn about Singleton Pattern and use it to improve our code design. - Learn about theSessions Library. - Implement User Logout.
Difficulty:
How to Install PHP 5.2 on IIS 7and Windows7
How to Install PHP 5.2 on IIS 7and Windows7
Installing PHP 5.2.10-Win32 on Windows7 32 bit is practically the same as Vista,but I had few people asking me how to do it,so I wrote a new Tutorial, and I tested all the steps on a 32bit version,so far.Follow htese steps and I can guarantee, you'll get it running.
Difficulty:
CodeIgniter and Doctrine from scratch. Day 2 – The Basics.
CodeIgniter and Doctrine from scratch. Day 2 – The Basics.
In this episode: - We do a quick fresh install of CodeIgniter and Doctrine, without going into details like last episode. - Briefly go over some of the basic concepts of CodeIgniter and Doctrine. - First we will review Controllers and Views in CodeIgniter. - Then we will move on to Models using Doctrine. This is where things are going to get a little different, compared to other CodeIgniter tutorials out there. - Finally we will preview a sample Doctrine Model and talk about what
Difficulty:
CodeIgniter and Doctrine from scratch. Day 3 – User Signup Form.
CodeIgniter and Doctrine from scratch. Day 3 – User Signup Form.
In this episode we are going to build a User Signup Form following these steps: - We build a “User” Model with Doctrine. - Learn about Mutators. - Create tables using Doctrine. - Remove index.php from CodeIgniter urls - Build and Style the Signup Form. - Learn about Helpers, Libraries and how to extend them. - Form Validation and checking for duplicates.
Difficulty:
CodeIgniter and Doctrine from scratch. Day 1 – Install and Setup
CodeIgniter and Doctrine from scratch. Day 1 – Install and Setup
In this first part of series, I will show you how to create a basic CodeIgniter install and add Doctrine as a plug-in. Doctrine is an Object Relational Mapper for PHP.
Difficulty:
How to Update your Twitter Status with CodeIgniter
How to Update your Twitter Status with CodeIgniter
Hi, in this tutorial we will update our twitter status via the ‘Twitter API’ using CodeIgniter. I recommend following step by step, rather than glossing over the tutorial. Let’s dig in!
Difficulty:
Getting started with CodeIgniter
Getting started with CodeIgniter
CodeIgniter is a framework build by EllisLab the creators of Expression Engine. In this tutorial i will cover the basics of CodeIgniter and to do that we will be building a simple guestbook.
Difficulty:
Total Tutorials in Category: 93