Browsing articles in "PHP"
Aug
24
2010

Choose a language whilst browsing : PHP tutorial

Selecting a Language

Ok! This tutorial is strictly targeted towards web developers, who are looking for ways to convey or show his/her web page(s) in more than one language. Here is one smart way of doing it. I’ve made it very easy for you; I’ll give you the source-code and tell you what to do to get it working. Still have a problem? Leave a comment! I’ll help you get through.

Jul
10
2010

Basics of a server side scripting language : PHP (part 2)

Learning PHP

Haven’t read part 1 yet? Go to PART 1 else you’re good to continue! In this tutorial we’ll be learning how to echo out an image, much advanced calculations using variables, using the IF statement and using arrays. Ready? Good! Lets start working.

Jul
10
2010

Overcome PHP session errors

I think that most of the php beginners will facing a common problem on PHP session getting a warning message like this when using sessions. Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent…… For this warning there are many reasons and few fixes that can be overcome this problem.

Jun
27
2010

Basics of a server-side scripting language : PHP (part 1)

Learning PHP

What does PHP stand for? PHP is known as Hypertext Preprocessor these days, but stood as personal home page way back in 1994/95 and 6 (glad it changed to a better-sounding name). Anyway… who cares about the history, unless u really do. Yeah! Google that :] What is PHP used for? PHP is used for web development; to produce dynamic web pages. And it wont function as a client-side script. It needs to run on [...]

Jun
19
2010

Simple trick to run Microsoft SQL [MSSQL] Stored procedures in PHP

I had  lot of problems and difficulties to run Microsoft SQL stored procedures in PHP but i found a simple trick to do it easily and i think it will be helpful for you all :) Running stored procedures  using Microsoft SQL in PHP with MSSQL interface. 1.Create the Stored procedure in Microsoft SQL management studio and check in the query analyzer if the stored procedure executes with out no errors  . 2.Create the MSSQL database connections in a PHP class or a PHP file 3.In Microsoft SQL management studio [...]

Nov
30
2009

PHP Installation

What do you Need? If your server supports PHP, basically you don’t need to do anything. Just create some .php files in your web directory, and the server will parse them for you. Most web hosts offer PHP support because it is free,. However, if your server does not support PHP, you must install PHP. Here is a link to a good tutorial from PHP.net on how to install PHP5: http://www.php.net/manual/en/install.php