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
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
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]
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
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
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
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
\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
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 - 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
"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
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
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
13 matches
Mail list logo