[PHP-DEV] Major Problem

2002-08-17 Thread Luke Rhodes
i am creating a mysql chat script and i have got all the mysql functions under control. i have the script that will chack if another user has posted (by checking the database) then refreshing if it has, but i find this doesnt work to well and so i want to just update the text field on the form,

Re: [PHP-DEV] Major Problem

2002-08-17 Thread Sterling Hughes
On Sat Aug 17, 2002 at 11:4352PM +0100, Luke Rhodes wrote: i thought of using a goto statement that goes back to a certain part of the page but i cant find any goto info anywhere. There is no goto function/construct in PHP and there will be surely none in the future. Besides, he's

Re: [PHP-DEV] Major Problem

2002-08-17 Thread Luke Rhodes
sorry about posting it then - i didnt realise Sterling Hughes [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Sat Aug 17, 2002 at 11:4352PM +0100, Luke Rhodes wrote: i thought of using a goto statement that goes back to a certain part of the page but i