php-windows Digest 5 Apr 2006 02:13:25 -0000 Issue 2929

Topics (messages 26811 through 26813):

Re: Access javascript from php
        26811 by: Matt Murphy
        26812 by: David Collard

PHP 4.4.2 Install on IIS6
        26813 by: Jeff Chastain

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]


----------------------------------------------------------------------
--- Begin Message ---
 
?>
<script type="text/javascript">
<?php

> -----Original Message-----
> From: Alf Stockton [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, April 04, 2006 9:04 AM
> To: php windows
> Subject: [PHP-WIN] Access javascript from php
> 
> I have written my program in such a way that all the html is 
> separate from my php but now I need to include a piece of 
> javascript within the php but the php is very unhappy with 
> <script type="text/javascript">, telling me Parse error: 
> syntax error, unexpected '<' on that line.
> How do I do this?
> 
> --
> Regards,
> Alf Stockton          www.stockton.co.za
> 
> This life is yours.  Some of it was given to you; the rest, 
> you made yourself.
> 
> My email disclaimer is available at www.stockton.co.za/disclaimer.html
> 
> --
> PHP Windows Mailing List (http://www.php.net/) To 
> unsubscribe, visit: http://www.php.net/unsub.php
> 
> 

--- End Message ---
--- Begin Message ---
Try echo "<script>...</script>";

Matt Murphy wrote:
?>
<script type="text/javascript">
<?php

-----Original Message-----
From: Alf Stockton [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 04, 2006 9:04 AM
To: php windows
Subject: [PHP-WIN] Access javascript from php

I have written my program in such a way that all the html is separate from my php but now I need to include a piece of javascript within the php but the php is very unhappy with <script type="text/javascript">, telling me Parse error: syntax error, unexpected '<' on that line.
How do I do this?

--
Regards,
Alf Stockton            www.stockton.co.za

This life is yours. Some of it was given to you; the rest, you made yourself.

My email disclaimer is available at www.stockton.co.za/disclaimer.html

--
PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php




--- End Message ---
--- Begin Message ---
I am trying to install PHP 4.4.2 on a Windows 2003 IIS 6 box.  However, when
I try to browse the test php page to verify everything works, I simply get
the message "The specified procedure could not be found.".  I commented out
all of the extensions in the php.ini file, restarted IIS, and still get the
same message.  Any suggestions on where to start looking?
 
Thanks.

--- End Message ---

Reply via email to