Php

From Neural Wiki

Jump to: navigation, search

Php is a great web programming language. its older, but it is a fantastic program with many functions


[edit] Error messages

When working with the function session_start, I got the following error:

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent 

this happens when you do not put session start at the very beginning of the page.....the very beginning. The first thing on your page should be

<?php
session_start()
?>
Personal tools