Php script to read msword file
hi,
I need to read a msword file and i want to print the contents in that word file.
i
ctype() validation - allowing illegal characters
Hello,
I use ctype() to filter and validate a user form. However, I am trying to allow certain c
file downloaded can't be read !!
<?php
$fileName = 'mypic.jpg';
$mimeType = 'image/jpeg';
header('content-dispositio
problem with query error
First Thanks to those who helped me on my previous posts, and the following code i'm using is not mi
How to find OS bit version
How can I tell the person browsing my site is running 32, or 64 bit operating system?
disabling a button server-side then re-enabling client-side breaks button postback
I have a tabbed container and a button (not in the container) on a page. If the first tab is selecte
Reduce redundancies in switch functions?
Hello all! I somewhat new to PHP, and was wondering if anyone could give some suggestions on a swit
Wordpress IE issue
So I am trying to add the background shadow to my wordpress page. It works fine in Firefox but does
Track downloads' status
Hello,
I need to make somehow, some system, to track whether downloads are completed or faile
apart from cron
I need to run a php file every one hour. Is there any other solution apart from cron job?