Preloading images
Posting this question here because I am not sure where this should belong.I am building an asp.net a
unoconv doc convert to pdf code prob
PHP/5.3.1
Hi. I am trying to use this code to convert docs to .pdf utilizing unoconv. Howe
preg_match logical error
Code: <?php
$s = file_get_contents("page.html");
preg_match('/<div cla
Word Trimming
Hi Guys & Gals!!
Hope you are all ok....
I need some help with the following
Simple Variable Question
Hi everyone.... again,
I am really getting into php still. Learning more every day. I love it
Take info from one coloum and move to another
Hi all,
I have this:
Code: [Select]$array = "SELECT stock_id FROM stocks WHERE stock_
RTF fomatting to email content
Im trying to sen an email with content is picked up from a rtf-file (file_get_contents('*.rtf'). Mai
Form errors in an array
I'm processing a form and putting the errors in an array. empty($errors) doesn't seem to do the tric
retrieving more than one max key from an array?
so i have an array of 20 numerical values (0-100) that i need to order from highest to lowest and th
apart from cron
I need to run a php file every one hour. Is there any other solution apart from cron job?