|
ABC NewsArticle - a powerful tool for news/atricles web sites management
|
Other links at PHP > Magazine Articles |
| 1. |
Dealing with cannot modify header errors
|
|
|
Ever have that problem when you goto set a cookie, or start a session, or even do a redirect and you get the error "Warning: session_start(): Cannot send session cookie - headers already sent by (output...
|
| 2. |
Server-side scripting languages
|
|
|
Cant decide whether to use PHP scripts, Perl CGIs, or Java servlets for your next Web development project? This article will help you decide by providing a side-by-side comparison of the functioning source code of all three languages
|
| 3. |
Job Costing Software - The Benefits
|
|
|
Job costing software lets you resume your role as project manager, not accountant. Manual methods of job costing simply cannot keep up with a project¡¯s daily changes.
|
| 4. |
Export MS Excel file data on your WEB site directly!
|
|
|
There is a long-time existed obstacle of Microsoft software products usage in Unix/Linux environment. Microsoft Excel is definitely one of the most important programs for a typical user. Hundreds of millions of XLS files with different information exist and millions are created every day. Not only users work with XLS files on their local machines but they also want to use such files in the Internet. Taking into account the fact that the great majority of Web servers are operational under Unix/Linux we can clearly recognize the question about XLS file reading under Unix/Linux. The good news is that the problem has already been solved...
|
| 5. |
Building Modular XHTML Web Pages with PHP
|
|
|
Learn how to use PHP to separate the different elements that make up a well designed and valid Web page into its component parts and have these parts adapt in certain powerful ways. These components correlate almost exactly with the modular design of XHTML itself. Covers the key differences between HTML and XHTML, the HTTP protocol, content negotiation and MIME types, returning the correct DOCTYPE declaration, building custom metadata in the <head> section of each document, extracting navigation elements and content from a MySQL database, markup functions, and finally closing page elements. The series concludes with a sample page that demonstrates all the key aspects. Full annotated source code is provided throughout.
|
|
|