Re: [PHP] Best way to start a CRON

2006-04-20 Thread Pure Web Solution
headers. hope this helps! Pure Web Solution http://www.purewebsolution.co.uk PHP, MYSQL, Web Design & Web Services Barry <[EMAIL PROTECTED]> wrote: > Hello Everyone! > > What would be the best way to start a PHP Script via CRONJOB? > Should i use the 'php' command

Re: [PHP] Dynamic array_merge problem

2006-04-12 Thread Pure Web Solution
Hi if you just want to sort of concatenate your arrays then why not just loop through the whole thing in order to get the new single array. Need more info for further consideration. Hope this helps! for ($i=0;$ihttp://www.purewebsolution.co.uk PHP, MYSQL, Web Design & Web Services "Ace McKoo

Re: [PHP] PDFLib or some free solution?

2006-03-21 Thread Pure Web Solution
Results may well vary Depending on the complexity of the html pages, but have you tried using the example script 'HTML Conversion'? you could modify this/expand it to fit your needs. worth a try i would of thought. Pure Web Solution http://www.purewebsolution.co.uk PHP, MYSQL, Web De

Re: [PHP] PDFLib or some free solution?

2006-03-21 Thread Pure Web Solution
Hi I have used fpdf quite a lot (http://www.fpdf.org) and have been really impressed with its performance. There are plenty of example scripts on their website and i think you can use it comercially for free although you will have to check that one out. Regards Pure Web Solution http

Re: [PHP] Date Question

2006-03-17 Thread Pure Web Solution
Hi How about doing this in the query string you send to mysql: DATE_FORMAT(fieldname, '%d %m %y') this way you wont have to mess around with the array stuff. for more info look here http://dev.mysql.com/doc/refman/5.0/en/date-and-time-functions.html Regards Pure Web Sol