Quantcast
Channel: iFuturz » PHP
Browsing latest articles
Browse All 17 View Live

Image may be NSFW.
Clik here to view.

MVC Framework

What Is MVC ? MVC is an architectural pattern used in software engineering. In complex computer applications that present lots of data to the user, one often wishes to separate data (model) and user...

View Article



Image may be NSFW.
Clik here to view.

APNS (Apple Push Notification Service), Embed with Application.

Sometimes we need to notify users about the new updates or about an event in an application. Apple has provided features that can be use for this. One of these features is Local Notification and...

View Article

Image may be NSFW.
Clik here to view.

Some useful Magic methods of php

The “magic” methods are ones with special names, starting with two underscores(__) They are functions that are always defined inside classes, and are not stand-alone (outside of classes) functions. The...

View Article

Useful functions that are used to implement wordpress theme

get_bloginfo(‘home’) It retrieves the home URL for the current site. bloginfo(‘description’) Displays the “Tagline” set in Setting >General . This data is retrieved from the “blogdescription” record...

View Article

Create product thumbnail image from admin side in oscommerce

All online shop require product image in various size. In oscommerce we can easily create thumbnail image by following custom function. For the create thumbnail image PHP GD library must be enable to...

View Article


Image may be NSFW.
Clik here to view.

How to make form in ZEND Framework

Anyone can create form in Zend framework by following steps Zend Framework follow as MVC Framework (MODEL-VIEW-CONTROLLER) . So need to create three folder as per MVC structure Step-1 :- Go on your...

View Article

How we can call store procedure in PHP ?

Store Procedure is used for improve web application and reduse database request traffic on server.following way we can implement Store procedure and call it from PHP. Create Database table View Code...

View Article

How to URL Rewriting with .htaccess File

In this post, URL Rewriting is help to search page ranking and also looks like neat on the browser address bar. It’s called Friendly URL. For Example: Suppose you have original URL like: Original URL....

View Article


Upload image without refresh or post form in php

We can upload file or image in php using jQuery. Here you can see image uploading by jQuery library. Even you can upload image as well video file, audio file ….etc Step-1 : Look at following jQuery...

View Article


Submit Checkbox values using javascript in form

We can submit checkbox values using javascript into form. Lets see how we can do it. Step : 1 ) Create index.php file HTML and PHP code. View Code PHP<form action="postform.php" method="post">...

View Article
Browsing latest articles
Browse All 17 View Live




Latest Images