[PHP-WIN] PDF tip

2004-06-21 Thread George Pitcher
Hi, I thought I'd share somthing I found: iText. I had a need to join some PDFs together using php. My local Java gurus pointed me towards iText (http://www.lowagie.com/iText/). I haven't been able to fully integrate it with PHP but so far, I can loop thru the the list files I want to join

[PHP-WIN] standalone php/apache?

2004-06-21 Thread Ryan W Sims
I'm trying to set up a CD with my design portfolio on it to send out to prospective employers. My online portfolio uses PHP, and I'm interested in having that same functionality off of the CD. Is there a way that people know of to set up a standalone interpreter or something that will launch

Re: [PHP-WIN] cannot add 'header' information

2004-06-21 Thread Amit Arora
Also, make sure that there is not empty space or empty lines before the first ?php tag else the output will start automatically. Regards, Amit http://www.digitalamit.com/ B.A.T. Svensson wrote: Check your code again, anda again! Because somewhere you already starts to output something - hence the

[PHP-WIN] Re: PHP5 comes with older version of MySQL extension?

2004-06-21 Thread Amit Arora
PHP5 has BOTH client API's versions v3.x and v4.x. Howver, the v4.x has been made to start with mysqli_* (i for improved) functions Regards, Amit www.digitalamit.com David Reade wrote: Hello! I'm running Apache 2.0.49 with PHP 5.0.0.0RC3 which comes with MySQL Client API 3.23.57! I'm also

[PHP-WIN] ActivePHP Registration

2004-06-21 Thread Andrew Powell
Hello All, I am a newbie to this list, so please correct me if I make an ediquete mistake. (It is worth noting that the php4activescript.dll which is in the latest 4.x.x stable zip is not a valid COM dll and will not register) I have registered php5activescript.dll with regsvr32 and all is

Re: [PHP-WIN] cannot add 'header' information

2004-06-21 Thread Sudeep Zamudra
Hi there, I fully agree with what Svensson has said. You must have any HTML output somewhere in the page. You can override this by giving a ?php ob_start(); ? at the top of the page. ...SuDeEp... Amit Arora [EMAIL PROTECTED] wrote: Also, make sure that there is not empty space or empty

[PHP-WIN] Re: standalone php/apache?

2004-06-21 Thread Nadim Attari
I'm trying to set up a CD with my design portfolio on it to send out to prospective employers. My online portfolio uses PHP, and I'm interested in having that same functionality off of the CD. Is there a way that people know of to set up a standalone interpreter or something that will