[PHP-WIN] Re: Blank Screen-Newbie

2004-06-16 Thread kgx
Hi. Sorry if this may sound silly but do you double click to open the php file or do you http://localhost? :) "Kevin & Cindy" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I have installed Apache 2.o.44 on Windows XP home edition and have installed > PHP > 4.3.0 . When I try and

RE: [PHP-WIN] Blank Screen-Newbie

2004-06-16 Thread Gryffyn, Trevor
Sounds like it's not interpretting the PHP scripts properly. Check the following page and trace through the instructions making sure you followed all the steps: http://www.php.net/manual/en/install.apache2.php I think there's an error log you can check too, but it's been a while since I've run A

RE: [PHP-WIN] PDF Acrobat Issue *Strange*

2004-06-16 Thread Gryffyn, Trevor
Have you tried downloading the file you generated and trying to load the file on a Windows machine then on the FreeBSD box? That would at least verify the integrity of the file. Maybe something in the Windows version of PHP or the PDF extensions is causing it to generate a bad PDF. If the PDF wo

RE: [PHP-WIN] PDF Acrobat Issue *Strange* [resolved]

2004-06-16 Thread trippin
I was using the ezpdf library which appears that it is in someway incompatible with windows. The fpdf library appears to not only be better, but more importantly work. Thanks Trevor and Charles for help on this issue. Checking my error log and writting a simple test document helped me discover th

[PHP-WIN] Re: Where is mysqli in PHP5rc3?

2004-06-16 Thread Felix Rabinovich
I heard the license explanation some time ago; and then I hear that it was resolved. And mysqli was in RC2. So, I don't think that Zend guys would just remove it without saying anything about it. So, my guess is that the just forgot to put the dll in the package. However, it has been almost two wee

[PHP-WIN] Re: Blank Screen-Newbie

2004-06-16 Thread Kevin & Cindy
I http://localhost ! "Kgx" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi. Sorry if this may sound silly but do you double click to open the php > file or do you http://localhost? > > :) > > > "Kevin & Cindy" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > I hav

[PHP-WIN] Multiple file Delete

2004-06-16 Thread Lenny Davila
I need to be able to delete multiple files from my web server by choosing one file. I have a directory of thumbs named "images" and a directory called "big" with text files and Full images. If I was to delete the file "image1.jpg" I want it to delete "image1.jpg" in the images, the big folder and

[PHP-WIN] ASP to PHP converter?

2004-06-16 Thread memoimyself
Does anyone know of reasonably good and reliable (and preferably free) ASP to PHP converter? Erik -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Where is mysqli in PHP5rc3?

2004-06-16 Thread memoimyself
That sort of explains it, but I find it curious (to put it mildly) that there should not be any kind of warning or notice regarding the absence of the mysqli extension in the package. Granted, PHP doesn't cost any money, so I suppose I'm in no position to complain. On 11 Jun 2004 at 13:44, Ja

Re: [PHP-WIN] ASP to PHP converter?

2004-06-16 Thread Sudeep Zamudra
Hi Erik, Check this out. http://asp2php.naken.cc/ I don't know whether it is reliable or not. But i guess it's free. ...SuDeEp... [EMAIL PROTECTED] wrote: Does anyone know of reasonably good and reliable (and preferably free) ASP to PHP converter? Erik -- PHP Windows Mailing List (http:/