Header Function

In This Tutorial We Learn Header() Function In PHP. The PHP Header() Function Send The Raw HTTP Headers Request To The Browser. In PHP You Can Used The Header Function For Redirect The User To Another Location. The Header Code Must Be Place At The Very Top Of The Page To Prevent Any Other Part Of The Page From Loading.Read More------


PHP Booleans

In This Tutorial We Will Learn About Boolean Operator In PHP. True And False These Tow Or Some Special Meaning And Called Boolean Values. True Is Usually Given A Value Of 1 And False Is Given A Value Of Zero. You Can Initialize The Values As :


The require Function

In This Tutorial We Learn Require Function In PHP. Require Function In PHP Work Same As Include Function Work. Require Function Copy All The Contents Of One PHP File In Other PHP File. There Is No Difference In Require Function And Include Function Except The Process Of Handling The Error.Read More----


strpos function in PHP

In This Tutorial We Learn About Strpos ( ) In PHP. The Strpos ( ) Function In PHP Search The A String In Given Text. Strpos Function Return The Location Of The String In Integer Value. If String Not Found It Return False Other Wise Return A Number.Read More------


Changing Case Function

In This Tutorial We Learn About Change Case Function In PHP. Spouse If Any One Submit Some Information In String Format Like That His/Her Name In Small Latter But You Want To Store His/Her Name In Capital Latter Or Title Case In Which Each Character Of Word Is Capital Or Any Else Then You Have Following Function. Read More------




Array In PHP

In This Tutorial We Learn About Array In PHP . Array Store More Then One Data Element With A Single Name. For Example If You Want To Store The Name Of 10 Student Then You Must Declare 10 Variable, For Each Student Name You Must Declare A Unique Variable. But With The Help Of Array You Can Store All Student Name With A Single Variable. Read More------


foreach Loop In PHP

In This Tutorial We Learn About For Each Loop In PHP. The For Each Loop Work With Arrays. For Every Iteration The Value Of The Array Element Is Assigned To A Variable And Then Execute The Statement In The Body Of For Each Loop. The For Each Loop Repeated Until The Array Pointer Reaches The Last Array Element.


Nested IF Structure in PHP

In This Tutorial We Will Learn Nested IF Structure In PHP. Nested IF Structure means when one IF statement is placed in The body of other IF statement then it is called Nested IF Structure. In PHP IF and ELSEIF statement is used for this purpose.


PHP Booleans

In This Tutorial We Will Learn About Boolean Operator In PHP. True And False These Tow Or Some Special Meaning And Called Boolean Values. True Is Usually Given A Value Of 1 And False Is Given A Value Of Zero. You Can Initialize The Values As :


Str_shuffle( ) function

In This Tutorial We Learn About Str_Shuffle( ) In PHP. The PHP Str_Shuffle( ) Function Change The Position Of Each Character In The String. You Can Also Say Shuffle The Character In The String. Read More------