php-windows Digest 25 Mar 2003 12:37:42 -0000 Issue 1652

Topics (messages 19112 through 19118):

Re: Error, does anyone see anything wrong?
        19112 by: Flint Doungchak
        19114 by: Sven Schnitzke

Re: php as exe in windows
        19113 by: Henrik Bjernersjø

installing Curl
        19115 by: Diana Castillo
        19116 by: Diana Castillo

Re: Subject: Error, does anyone see anything wrong?
        19117 by: Neil Smith

curl
        19118 by: Diana Castillo

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 ---
I'm not sure, but I think you have to do this on line 19

echo "<p><b>" . $list->foo . "other text";

-Flint

> -----Original Message-----
> From: P.Bijl [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 24, 2003 4:20 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] Error, does anyone see anything wrong?
> 
> 
> U?
> 
> Parse error: parse error, unexpected T_WHILE, expecting ',' or ';' in
> c:\apache\htdocs\news1\nieuws.php on line 18
> 
> 
> 17.
> 18. while ($list = mysql_fetch_object($query)) {
> 19. echo "<p><b>$list-> blablaetcetc......
> 
> 
> Thanx,
> P
> 
> 
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 

--- End Message ---
--- Begin Message ---
Take a look at line 17; most likely there is a ';' missing to indicate the 
end of the previous statement.

-- 
Sven 


> -----Ursprüngliche Nachricht-----
> Von:  P.Bijl [SMTP:[EMAIL PROTECTED]
> Gesendet am:  Dienstag, 25. März 2003 01:20
> An:   [EMAIL PROTECTED]
> Betreff:      [PHP-WIN] Error, does anyone see anything wrong?
> 
> U?
> 
> Parse error: parse error, unexpected T_WHILE, expecting ',' or ';' in
> c:\apache\htdocs\news1\nieuws.php on line 18
> 
> 
> 17.
> 18. while ($list = mysql_fetch_object($query)) {
> 19. echo "<p><b>$list-> blablaetcetc......
> 
> 
> Thanx,
> P
> 
> 
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

--- End Message ---
--- Begin Message ---
Thankz!


"Henrik Bjernersjø" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi
>
> I want to create an application that I can run on my web-server every five
> minutes. The application should look in my ftp-catalogue and move
incomming
> files to other directories. I want to do this in php. Is it possible - and
> in that case - how?
>
>
> Thanks in advance!
>
> --
> Henrik Bjernersjø
> Market Broker AS
>
>



--- End Message ---
--- Begin Message ---
Hi, I am running windows XP and I am looking for a way to install Curl, cant
seem to find a version that I can easily install just by clicking on
Setup.exe , does anyone know how to install it on XP?





--- End Message ---
--- Begin Message ---
The documentation for Curl says the following:

Note to Win32 Users: In order to enable this module on a Windows environment, you must 
copy libeay32.dll and ssleay32.dll from the DLL folder of the PHP/Win32 binary package 
to the SYSTEM32 folder of your windows machine. (Ex: C:\WINNT\SYSTEM32 or 
C:\WINDOWS\SYSTEM32) 

However I cannot find those files on my machine.  Any ideas?

--- End Message ---
--- Begin Message ---
The problem is on a line before line 17. Probably a missing semicolon.
Pls send lines 1-18 inclusive.

PS this is not a group to troubleshoot basic PHP syntax errors.

Thankyou.
Neil Smith.

At 00:17 25/03/2003 +0000, you wrote:
Message-ID: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
From: "P.Bijl" <[EMAIL PROTECTED]>
Date: Tue, 25 Mar 2003 01:20:25 +0100
Subject: Error, does anyone see anything wrong?

U?

Parse error: parse error, unexpected T_WHILE, expecting ',' or ';' in
c:\apache\htdocs\news1\nieuws.php on line 18


17. 18. while ($list = mysql_fetch_object($query)) { 19. echo "<p><b>$list-> blablaetcetc......


Thanx,


--- End Message ---
--- Begin Message ---
How can I tell if I have successfully installed curl on my windows XP
machine?
What is the syntax for sending a test curl command?
I tried this and got a syntax error:
curl http://www.netscape.com/;



--- End Message ---

Reply via email to