2014 ~ PinoySourceCode

Friday, May 23, 2014

12 things we hate about PHP

   Do we really hate PHP? Nah. If we did, we wouldn't be running Drupal and WordPress and other frameworks at the astronomical clip we do. Nope, true PHP hate would mean switching to Java. But familiarity breeds contempt, and let's face it, what the PHP naysayers say about one of our favorite...
Read More

Friday, April 25, 2014

Array in PHP

Suppose we want to store 100 data item. So we need 100 different variable. So this is very typical work for programmer to manage 100 different variable.To overcome this problem we create a special type variable known as array. array is a special type of variable that store one more values in one single variable. And each element in the array has its own index. In PHP, there are three kind of arrays: Numeric...
Read More

PHP Loop

Loop execute some statement many times till the condition is fullfill. There are three type or loops. these loops do same work execute statement many times. While loop Do While loop For Loop while loop while loops are the simplest type of loop in PHP. They behave just like their C counterparts. The basic form of a while statement is: =========================== while (expr)    ...
Read More

HTML Form tag

When creating textbox. labels,textarea , radio button etc. So this necessary to send these control value to the server.code:<form name="formanme" action="action.php" method="post">your input box, textbox etc..</form>name  name of the formaction write page name on which page you want to send values. if you take action blank like action=""              ...
Read More

If else statement in php

if statement is use to check condition if condition is true then body of your code will be  execute.Syntaxif (condition){Code body}Exercise 1:<?php$x=20;if($x>0)echo "Number is true";?>Output===============Number is true===============if else statementif else statement is use check the condition, if condition is true then the result will be execute,else if the condition is false.Syntaxif...
Read More

PHP Variable

Variable is just like a container for data. In PHP, there are two type of variable. Predefine variable(SuperGlobal Variable) and User define Variable.SuperGlobal Variable This is predefine variable and these variables are automatically available to any PHP program.  There is no need to declare and define these variable in the program.And this re the example of superglobal variable$_GET$_POST$_COOKIE$_SESSION$_FILES$_ENV$_REQUEST$_SERVER2....
Read More

What is PHP?

What is PHP?PHP is basically use for web developing dynamic website.Example of dynamic website are facebook.com,google.com etc.About Web DevelopmentWebsite has two type which is Static web site and Dynamic website.-Static WebsiteIn Static website webpage alway show in the same page content.we use html and css for create static webpage.you can use static webpagelike company profile website.-Dynamic...
Read More

Get updates

Twitter Facebook Google Plus LinkedIn RSS Feed Email

Get Free Updates in Your Email


Enter your email address:

Popular Posts

A visitor from Indonesia viewed 'PinoySourceCode' 17 hrs 22 mins ago
A visitor from Ashburn viewed 'PinoySourceCode' 1 day 11 hrs ago
A visitor from Imus viewed 'PinoySourceCode' 2 days 5 hrs ago
A visitor from Gombe viewed 'PinoySourceCode' 2 days 10 hrs ago
A visitor from Arua viewed 'PinoySourceCode' 2 days 10 hrs ago
A visitor from Kampala viewed 'PinoySourceCode' 2 days 10 hrs ago
A visitor from Encamp viewed 'HTML to XML Online Parser ~ PinoySourceCode' 4 days 4 hrs ago
A visitor from Telenesti viewed 'PinoySourceCode' 4 days 7 hrs ago
A visitor from Dar es salaam viewed 'PinoySourceCode' 4 days 8 hrs ago
A visitor from Kano viewed 'PinoySourceCode' 4 days 15 hrs ago