Re: [PHP] fopen and preg_match

2003-11-17 Thread Sami Kyösti
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

[PHP] fopen and preg_match

2003-11-17 Thread Sami Kyösti
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("|

Re: [PHP] Live chat screen[Scanned]

2003-02-24 Thread Sami Kyösti
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

[PHP] Live chat screen

2003-02-24 Thread Sami Kyösti
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

[PHP] How can I fetch a table from html file using php?

2001-09-26 Thread Sami Kyösti
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