It depends on how you make your website and pages. If you start getting "headers already sent" error messages then you may want to consider using ob_start and ob_end_flush.
The book PHP and MYSQL Second Edition by Larry Ullman has a chapter creating such a program. It's based on PHP 5 and MySQL 4.1. You can probably pick it up a copy for a good price.
I was using codes below to display months and years in a form but with a PHP upgrade it's throwing E_STRICT notice: errors saying I should use the time() function instead. How can I modify these code...
At first I thought it may have been something my hosting company put on, but when I got to looking around I found this same script in each one of my folders (even my htacces protected folders) and...
I wrote my own CMS. I has an admin area where the owner can easily add, edit, delete their information. It's small and fast. It's great because its just code, so I can easily insert it into any...
I'm trying to use a span class for the first sentence of a paragraph to make it bold, larger font and different color. It works as it should in Firefox of course, and in IE8 but not in IE9.
Thanks, I'll give it a go. I've seen dozens of websites that told the visitor that their browser must be set to accept cookies, so it shouldn't be a big deal.
When posting your code try and leave out your styling and any information that isn't necessary. For instance, Yours:
<table width="661" height="254" border="0" align="center" cellpadding="3"...
My understanding of session is somewhat limited, so the question I'm asking may be silly because the problem I'm having may be what sessions are designed to do. But here goes...