[PHP-WIN] Search Engine Friendly URLs

2001-07-29 Thread Customer Service
Hi, Is there a way to have Search Engine friendly URL using php 4.01 on IIS5? Thanks in Advance Qasim -- 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: [EM

Re: [PHP-WIN] PHP and Soap

2001-07-29 Thread Shane Caraveo
http://www.gigaideas.com.cn/phpsoap/ Mike wrote: > > Where can I find examples of PHP SOAP at. > > Cheers > > M;) > > -- > 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 admi

[PHP-WIN] PHP and Soap

2001-07-29 Thread Mike
Where can I find examples of PHP SOAP at. Cheers M;) -- 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]

Re: [PHP-WIN] array problem??

2001-07-29 Thread [EMAIL PROTECTED]@php¤¤..
O.thank for yr help..^_^ "Mike Flynn" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 11:32 AM 7/29/01 -0700, Rasmus Lerdorf wrote: > > > > > $a = array("a","b","c"); > > > > > > for ($c=0 ; $c < count($a) ; ++$c);{ > > > >Get rid of the ; there

Re: [PHP-WIN] array problem??

2001-07-29 Thread Mike Flynn
At 11:32 AM 7/29/01 -0700, Rasmus Lerdorf wrote: > > > $a = array("a","b","c"); > > > > for ($c=0 ; $c < count($a) ; ++$c);{ > >Get rid of the ; there ^^^ Also, echo("$a[$c] \n"); will probably not work. Try: echo $a[$c]."\n"; or, using your syntax, echo($a[$c]."\n"); You may want to

Re: [PHP-WIN] array problem??

2001-07-29 Thread [EMAIL PROTECTED]@php¤¤..
oh. thx for yr help^_^ "Rasmus Lerdorf" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Mon, 30 Jul 2001, delol@2k@php¤¤.. wrote: > > > > $a = array("a","b","c"); > > > > > > for ($c=0 ; $c < count($a) ; ++$c);{ > > Get rid of the ; there

Re: [PHP-WIN] array problem??

2001-07-29 Thread Rasmus Lerdorf
On Mon, 30 Jul 2001, delol@2k@php¤¤.. wrote: > $a = array("a","b","c"); > > > for ($c=0 ; $c < count($a) ; ++$c);{ Get rid of the ; there ^^^ -Rasmus -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMA

[PHP-WIN] array problem??

2001-07-29 Thread [EMAIL PROTECTED]@php¤¤..
\n"); } ?> I suppose it should be display ~~ a b c ~~ but it doesn't work, pls help. the emtpy page was displayed. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP-WIN] Re: test it please

2001-07-29 Thread G Schneider
Maybe I should clarify: What I would like is for someone to *download the source code* and then try it out on *their own* server. I already know that it works on my server. I'm just not sure about others. Thanks! "G Schneider" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAI

php-windows Digest 29 Jul 2001 16:44:20 -0000 Issue 674

2001-07-29 Thread php-windows-digest-help
php-windows Digest 29 Jul 2001 16:44:20 - Issue 674 Topics (messages 8547 through 8549): Redirection problems 8547 by: Olafur Jakobsson 8549 by: Hugh Bothwell test it please 8548 by: G Schneider Administrivia: To subscribe to the digest, e-mail: [EMAIL PRO

[PHP-WIN] Re: Redirection problems

2001-07-29 Thread Hugh Bothwell
"Olafur Jakobsson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > does not work. A typical error msg is 'Warning: Cannot add header > information - headers already sent by This is a FAQ question - once you write ANY non-header data, no more header data can b

[PHP-WIN] test it please

2001-07-29 Thread G Schneider
Hi, I've written a PHP guestbook with the slight twist of it not requiring a database. Anyway, I would appreciate it if someone would download the source code, and then try it out on their own server. I am asking this because I tried it on f2s.com (a free PHP webspace provider) and it did nothing

[PHP-WIN] Redirection problems

2001-07-29 Thread Olafur Jakobsson
I have put an Apache/mySQL/linux PHP application on a WebSite/mySQL/WinNT box that has v 4.0.6 of PHP installed as ISAPI. All went well with this rather simple application, except that redirection by header("Location: address"); does not work. A typical error msg is 'Warning: Cannot add heade