Chris Hayes wrote:
At 15:07 17-11-03, you wrote:
Hi,
I have a code that should fetch the information from another webpage.
The code find's the page, but I can't make it stop on sign.
preg_match("|1.+\<\/table\>|is", $buffer, $regs );
It probably looks for the last table tag. Is that so? Then
Hi,
I have a code that should fetch the information from another webpage.
The code find's the page, but I can't make it stop on sign.
Where is the problem?
Here is the code
-
$fp=fopen("http://www.yle.fi/top40/index.php?page=lista_singlet20","r";);
$buffer = fread ($fp, 100);
preg_match("|
this helps,
Michael Egan
-Original Message-----
From: Sami Kyösti [mailto:[EMAIL PROTECTED]
Sent: 24 February 2003 13:35
To: [EMAIL PROTECTED]
Subject: [PHP] Live chat screen[Scanned]
Hi!
Is it possible to create a chat screen that updates screen in some kind
of loop from the database?
So
Hi!
Is it possible to create a chat screen that updates screen in some kind
of loop from the database?
So if someone sends a message to database it immediately shows on chat
screen?
Kind regards,
Sami
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/u
I have a sample file in http://demo.ina-finland.fi/sample.html and
there's a table which is named "ruudukko".
How can a just get that table in to my other html file using php?
ThAnKs!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional co
5 matches
Mail list logo