PHP Basics
Installing PHP
Basic Scripting
PHP Building Blocks
PHP Structures
Function
Array
Objects
Working with Forms
Working with Files
Database Integration – MySQL
More Commands
Dates
Cookies/Session
Debugging
AJAX
Wordpress
Payment Gateway
Oscommerce/joomla
Live Project
Hidden Features: Live Project , PD Classess, Resume Making Training, How to find Good Job in Web Developement , Project Analysis, Experience Certificates.
Archive for the ‘php’ Category
PHP/MYSQL Course In Delhi At VSIT.IN
how to read excel file in php
2 Techniques
Access the raw Excel Binary File
Use the Excel API
Both techniques have their advantages and disadvantages as you will see during this presentation
Access the raw Excel Binary File – 1
There is a php library written that can access a raw Excel binary file. Benefits include that it is easy and straight forward to use, has [...]
Sexy Drop Down Menu w/ jQuery & CSS
Studies show that top navigations tend to get the most visual attention when a user first visits a site. Having organized and intuitive navigation is key — and while most drop down menus may look aesthetically pleasing, developing them to degrade gracefully is also essential. In this tutorial I would like to go over how [...]
“Outside the Box” Navigation with jQuery
Just about every website uses the regular navigation concepts we’re all used to. After awhile this can get pretty boring, especially for designers who thrive on creativity. While mimicking the OS X dock and stacks isn’t new, it’s certainly not common.
A few days ago, Jeffrey posted about a potential “outside the box” competition on ThemeForest [...]
Magento: Creating Ajax Updated Tabs In Frontend, Like Product Management Tabs of Backend
Magento’s Product Management GUI in back-end has Tabbed Navigation. There are two types of Tabs implemented there. One type of Tab is normal tab, loading content on page load while other type of tab has its content loaded by “Ajax”. Another interesting thing to note is that once the Ajax loaded tab’s content is loaded [...]
How to check the user’s browser type and platform in php
Sooner or later it might become necessary to write an application that tracks site visitor browser types. Here’s some code to use:
<?php
echo($_SERVER[‘HTTP_USER_AGENT’]);
?>
This will output something that looks like one of the following:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Mozilla/4.0 (compatible; MSIE 5.0; Mac_PowerPC)
Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt)
Mozilla/5.0 (Windows; U; Windows NT 5.1; [...]
How Cross Site Scripting XSS browser attacks
Now a days Web applications are becoming more and more dynamic. Dynamic websites means contents shown on web page are pulled dynamically depending on some settings. These setting may include sending some important variables in query string, or sending the data entered by users with post form type. So in simple [...]
list all string functions in php : php String function list is very userfull in any language
PHP is very powerful server side programming language.
It has lots of powerful functions which speed up the php development and also the performance. While developing a flexible and good web application we always need list of string handling functions.There are lots of php functions and I am giving you a [...]
Posted in
Tags: