This month Elizabeth brings us news of the upcoming PHP Weekender conference, a report from PHP Appalachia, a wrap up from php|works, info on PHP5
PHP Tutorials
Whether just getting started or an expert, this vast collection of PHP tutorials will help you create dynamic content for powerful web-based applications in no time.
Elizabeth is back, this time with a recap of happenings in the world of PHP for the month of January! She brings us coverage from the PHP blogosphere
This month Elizabeth brings us news on the future of PEAR, the upcoming month of PHP bugs, Google’s Summer of Code 2007, the announcement of Zend Con
March was a busy month for PHP–Elizabeth brings us news of the release of PHP 4.4.6, OWASP’s Spring of Code 2007, PHP Adoption Stats for March
By Mattias Nilsson on July 30, 2000 Example 2 (page2.php): <?php session_start(); print “Value of ‘my_session_variable’: $my_session_variable”; ?> Try this out, you’ll see that the variable kept it’s value across pages! Using session variables for authentication in conjunction with a database is just as simple. Create a login-page gives the user a userid and…
By Mattias Nilsson on July 30, 2000 An all to common error on the web is broken links. You end up with broken links from other sites whenever you rearrange your site. People bookmark some page they like and come back 3 months later only to find a ‘404 Not…
By Mattias Nilsson on July 30, 2000 Throwing errors from PHP pages Throwing errors from a PHP page is quite the same as emulating Apache’s behaviour for ErrorDocument directives, you simply redirect the user using a query-string that specifies variables that Apache usually sets as environment variables. This makes it…
Many web pages these days contain a sidebar filled with all sorts of goodies. For those DIYers, this can get sort of ugly if you are sticking all of
Many web pages these days contain a sidebar filled with all sorts of goodies. For those DIYers, this can get sort of ugly if you are sticking all of
On