PHP programming tutorials
Solve PHP error: Cannot modify header information – headers already sent
Contributed by qmchenry on under PHP programmingThis error message is commonly seen by programmers starting to use PHP. Understanding why this error occurs will help find the solution.
CommentsPHP: Password Protect Your pages.
Contributed by William_Wilson on June 25, 2006 under PHP programmingA simple PHP implementation which will prevent unwanted access to certain pages.
CommentsPHP: Upload Files to the server
Contributed by William_Wilson on under PHP programmingWith PHP, it is simple to upload any file to your server.
CommentsPHP: Generate Dynamic Images from Text
Contributed by William_Wilson on under PHP programmingHow to create images from text dynamically (quote generator)
CommentsPHP: Create a File on your Server
Contributed by William_Wilson on June 19, 2006 under PHP programmingCreate an empty file on the server that can be written to.
CommentsSolve PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried…
Contributed by Rex on November 25, 2004 under PHP programmingThis error message can spring up in a previously functional PHP script when the memory requirements exceed the default 8MB limit. Don’t fret, though, because this is an easy problem to overcome.
CommentsPHP: Break apart strings with explode
Contributed by Rex on September 19, 2004 under PHP programmingPHP has a wonderful built-in function to break apart a string using substring separators. This recipe describes the use of the explode() function.
CommentsPOPULAR RECIPES
- Solve PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried...
- PHP if statement syntax
- Solve PHP error: Cannot modify header information - headers already sent
- Redirect to another web page using PHP
- PHP: determine the directory path of the server root
- PHP syntax: iterate over an array
- PHP: Delete or unlink a file on the server
- PHP: Rename or move a file on the server
- View our Top Tens
TECH-RECIPES BLOGS
- you're doing it wrong! (rant)
- thoughts of a launch psp owner (post 4 1/2 years)
- Facebook FishVille Cheat: Send Multiple Free Gifts to Your Neighbors
- post release: Windows 7, homegroups and me
- fall 2009 and some geek thoughts, reflections
- Facebook Cafe World Cheat: Close Your Cafe When You are Away for Long Periods of Time (to preserve your Buzz Rating)
- Facebook Cafe World Cheat: Serve Your Customers Instantly
- Facebook Cafe World Cheat: Send Multiple Free Gifts to Your Neighbors








