Currently viewing the category: "Php Tutorials"

Most programmers get the warning of headers already sent in php. This warning occurs due to using header function of php. To remove the warning in your webpage simply place @ in front of header function but this stops working of header function some time. To solve this problem you can use javascript redirect function. [...]

Continue Reading

Suppose you have a variable which has same name as declared within the function and outside the function. But that variable has different scope. If the variable is declared within the function then it is called local variable and if it declared outside the function then it is global variable.

If we assign/change the value [...]

Continue Reading

Today i will explain you how you can upload any file using html and php.

I have make one upload folder in which all the uploaded files will be stored. Then i am making index.html and upload.php files.

The index.html file looks like this:-

<!DOCTYPE HTML>
<html>
<head>
<title>Uploading [...]

Continue Reading

Looking for something?

Use the form below to search the site:


Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...

Set your Twitter account name in your settings to use the TwitterBar Section.