php-windows Digest 5 Apr 2006 17:16:18 -0000 Issue 2930
Topics (messages 26814 through 26816):
Re: PHP 4.4.2 Install on IIS6
26814 by: Jeff Chastain
Re: Access javascript from php
26815 by: dale.kwikitsolutions.co.za
Re: FrontPage or something else?
26816 by: OÄuzhan Ceylan
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 ---
Never mind, I messed up in the IIS configuration.
Thanks.
-----Original Message-----
From: Jeff Chastain [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 04, 2006 9:12 PM
To: [email protected]
Subject: [PHP-WIN] PHP 4.4.2 Install on IIS6
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 ---
--- Begin Message ---
Try these:
function redirect($url){
echo "<script>window.navigate('".$url."')</script>";
return;
}
function open($url){
echo "<script>window.open('".$url."');</script>";
return;
}
function script($script){
echo "<script>".$script."</script>";
return;
}
function alert($str){
echo "<script>alert('".$str."');</script>";
return;
}
Dale Attree NDECS
Kwik IT Solutions
> 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 Dreamweaver. It has automated scripts on different languages, also
has great help on design phase. In my country it has mostly been used.
A small try doesn't cost u much..
Tony Aldemir yazmış:
Hi There,
I am trying to decide what software to use along with PHP so that I can
create a decent looking/rich WEB enabled and database aware application for
my end-users.
It seems that trying to develop rather sophisticated/user friendly and rich
WEB pages using raw html code intermingled with PHP code would be
practically prohibitive due to its labor intensity. Plus you have to know
all that html jazz to make your pages look rich and professional.
Long story short, I went to Microsoft's WEB site to see if I can use
FrontPage2003 in conjunction with PHP. The answer is "YES", after making
some config. Changes to FrontPage (e.g. disabling ASP.NET capabilities of
FP, etc.). However, Microsoft was also very quick to turn around and
suggest I the same article that ASP.NET may be a much better direction to go
in order to develop database aware WEB site capabilities/apps. That are also
rich and professional looking.
I felt rather disappointed, after thinking that I finally found a very cost
effective way to develop WEB enabled apps. (i.e. PHP + Apache + MySQL), I am
not sure anymore.
I am also concerned about making my WEB app. multi DB capable. That brought
in the ADODB libs., and I am yet to successfully connect to MySQL DB using
ADODB (i.e. adodb.inc.php), but that is another subject to discuss.
The bottom line question I have is this: What is recommended by the PHP
gurus, who have been successfully using PHP for quite a while? What
software tool(s) is suggested to build function rich, database capable,
robust WEB applications that are also intuitive and user friendly due to
their presentation layer being strong and rich (e.g. forms, etc.)?
Sorry for the length of this email, but I believe this is an important
decision to make before I start investing my blood and tears into an
application that hopefully will live relatively long life instead of
becoming obsolete in a couple of years.
Any suggestions or guidance would be greatly appreciated.
Kind Regards,
Tony Aldemir
--- End Message ---