6
votes
Create Word Document using PHP in Linux
Add header and output HTML as you usually do.
header("Content-type: application/vnd.ms-word");
header("Content-Disposition: attachment;Filename=document_name.doc");
echo "<html …
3
votes
Reading/Writing a MS Word file in PHP
Most probably you won't be able to read Word documents without COM.
Writing was covered in this t …
1
vote
Is it worth me learning C as a Web Developer? Will i ever use it?
Learning a new language is always a pleasant experience and have a positive impact on the way you program.
Are you going to use C in web development. The answer is, most likely, no. Unless …
2
votes
Software for quickest establishment of an online presence
You have a few choices.
Established blog/CMS software like Wordpress/Joomla/ …
