[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, not the whole page.
has any one got any ideas

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.





-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




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 talking about an HTML feature, which _certainly_ doesn't
have a goto. :)

Anyhow, this question should be asked and answered on
[EMAIL PROTECTED], not [EMAIL PROTECTED] which is a mailing
list for developing PHP itself, not developing with PHP.

-Sterling


 -- 
 - Martin   Martin Jansen
 http://martinjansen.com/
 
 -- 
 PHP Development Mailing List http://www.php.net/
 To unsubscribe, visit: http://www.php.net/unsub.php
 

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




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 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 talking about an HTML feature, which _certainly_ doesn't
 have a goto. :)

 Anyhow, this question should be asked and answered on
 [EMAIL PROTECTED], not [EMAIL PROTECTED] which is a mailing
 list for developing PHP itself, not developing with PHP.

 -Sterling


  --
  - Martin   Martin Jansen
  http://martinjansen.com/
 
  --
  PHP Development Mailing List http://www.php.net/
  To unsubscribe, visit: http://www.php.net/unsub.php
 



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php