php-windows Digest 4 Aug 2001 11:01:06 -0000 Issue 684 Topics (messages 8651 through 8658): PHP on PWS 8651 by: Hans Jørgen Andersen 8652 by: Hans Jørgen Andersen 8656 by: Phil Driscoll 8657 by: Phil Driscoll New to PHP, Please Assist 8653 by: matt 8658 by: tony.wordwrap.co.uk php/apache install 8654 by: Clive Porter 8655 by: Phil Driscoll Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL PROTECTED] To post to the list, e-mail: [EMAIL PROTECTED] ----------------------------------------------------------------------
Hi. Can you run PHP on Windows PWS (Personal web server), i've tried the guide, but it dosen't help!!
Hi. I unpacked the .gz / .tar file and followed the instructions, but in the installation guide they talked about php.exe and som other exe's, but i couldent find them!! Please mail me: [EMAIL PROTECTED]
On Friday 03 August 2001 23:34, Hans Jrgen Andersen wrote: > Hi. > Can you run PHP on Windows PWS (Personal web server), i've tried the guide, > but it dosen't help!! Yes, although PWS is probably the most problematic web server you could use. Doenload the php installer from the downloads page at www.php.net, and let the wizard do all the work for you. Cheers -- Phil Driscoll
On Friday 03 August 2001 23:51, Kevin Nrby Andersen wrote: > Hi. > I unpacked the .gz / .tar file and followed the instructions, but in the > installation guide they talked about php.exe and som other exe's, but i > couldent find them!! > You've downloaded the source distribution. Go back to the downloads page at www.php.net, and get the windows installer version. Cheers -- Phil Driscoll
How can I make php call a javascript function? Is this even possible? Thanks in advance! -matt (cs student)
php is a scripting language which runs on the server, prior to delivery of the page to the client browser. Javascript is a client-side scripting language which runs on the client machine after delivery of the page to the browser. You can use php to write the Javascript which will be executed by the client machine and that's all. HTH Tony -----Original Message----- From: matt [mailto:[EMAIL PROTECTED]] Sent: 03 August 2001 23:17 To: [EMAIL PROTECTED] Subject: [PHP-WIN] New to PHP, Please Assist How can I make php call a javascript function? Is this even possible? Thanks in advance! -matt (cs student) -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] ================================ WordWrap Web Development Limited t +44 (0) 131 555 3535 f +44 (0) 870 135 3656 m +44 (0) 7768 626588 ================================
Hi i just installed PHP4/Apache on W98 when I call a .php file from PWS the line [04-Aug-2001 08:03:15] PHP Fatal error: Unable to open C:\Program in Unknown on line 0 is written to the php error log, and the process terminates this happens regardless of an php directives in httpd.conf any ideas cause i'm firmly stuck. clive porter
On Saturday 04 August 2001 08:21, Clive Porter wrote: > Hi i just installed PHP4/Apache on W98 > when I call a .php file from PWS the line Do you really mean this? If so, how do you call a php file from php4/apache via Personal Web Server? -- Phil Driscoll