Re: [PHP-WIN] INCLUDE ASP does Not Work! for PHP - 4.3.4

2004-09-18 Thread Phil Driscoll
On Friday 17 September 2004 20:36, I wrote: > include('http://wherever.example.com/poll.asp'); > ?> A safer option if your asp page does not generate any php code you wish to execute would be: http://wherever.example.com/poll.asp'); ?> -- Phil Driscoll -- PHP Windows Mailing List (http://w

Re: [PHP-WIN] INCLUDE ASP does Not Work! for PHP - 4.3.4

2004-09-18 Thread DvDmanDT
I'd lookup virtual()... -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com "Trevor Gryffyn" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] The problem is that the web server looks at the file type and determines what to do with it before it sends anything to the web

[PHP-WIN] I'm having a serious problem with imagecreatefromjpeg();

2004-09-18 Thread Rafael Soares
This is what happens: "Call to undefined function imagecreatefromjpeg() in c:\Inetpub\wwwroot\poe_logo.php on line 26" I'm using PHP 5.0.1 running on IIS 5.1 / WinXP Professional. Either on Apache 1.3 and PHP 4.3.3 its does not work... I really don't what is happening... Note I'm newbie on php,

[PHP-WIN] Re: I'm having a serious problem with imagecreatefromjpeg();

2004-09-18 Thread DvDmanDT
Are you sure you have installed GD? -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com "Rafael Soares" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > This is what happens: > > "Call to undefined function imagecreatefromjpeg() in > c:\Inetpub\wwwroot\poe_logo.php o