Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #14612

Re: newbie

From Jerry Stuckle <jstucklex@attglobal.net>
Newsgroups comp.lang.php
Subject Re: newbie
Date 2014-11-18 16:07 -0500
Organization A noiseless patient Spider
Message-ID <m4gceq$qv3$2@dont-email.me> (permalink)
References <m3o3m5$pis$1@gregory.bnet.hr> <m3o5po$lav$1@dont-email.me> <546B775E.50309@arnowelzel.de>

Show all headers | View raw


On 11/18/2014 11:44 AM, Arno Welzel wrote:
> Am 2014-11-09 um 17:46 schrieb Jerry Stuckle:
> 
>> On 11/9/2014 11:10 AM, Haris Bogdanovich wrote:
>>> Hi.
>>>
>>> I made a tic-tac-toe in Javascript, it works OK and I want it online for
>>> two players. Do I have to rewrite it in PHP or use AJAX or some other way ?
>>>
>>> Thanks.
>>
>> No matter how you do it, you'll need something server-side to
>> communicate between the players.
>>
>> But HTML is not well-suited for such an operation.  HTML is a
>> request/response protocol; when player "A" makes a move, player "B" will
>> have to do something to see the change - there is no way HTML can push
>> the change to player "B".  The only way "B" can get the change is to
> 
> "HTML" is no protocol at all. I assume you talk about "HTTP".
>

You're correct.  I was in a hurry to write.  I should know better :)

-- 
==================
Remove the "x" from my email address
Jerry Stuckle
jstucklex@attglobal.net
==================

Back to comp.lang.php | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

newbie Haris Bogdanovich <haris.bogdanovic@gmail.com> - 2014-11-09 17:10 +0100
  Re: newbie Jerry Stuckle <jstucklex@attglobal.net> - 2014-11-09 11:46 -0500
    Re: newbie Arno Welzel <usenet@arnowelzel.de> - 2014-11-18 17:44 +0100
      Re: newbie Jerry Stuckle <jstucklex@attglobal.net> - 2014-11-18 16:07 -0500
  Re: newbie Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2014-11-09 18:31 +0100
    Re: newbie Luuk <luuk@invalid.lan> - 2014-11-09 18:41 +0100
      Re: newbie Jerry Stuckle <jstucklex@attglobal.net> - 2014-11-09 16:38 -0500
  Re: newbie Arno Welzel <usenet@arnowelzel.de> - 2014-11-18 17:48 +0100
    Re: newbie "Christoph M. Becker" <cmbecker69@arcor.de> - 2014-11-18 19:00 +0100
      Re: newbie Jerry Stuckle <jstucklex@attglobal.net> - 2014-11-18 16:06 -0500
        Re: newbie Denis McMahon <denismfmcmahon@gmail.com> - 2014-11-18 22:54 +0000
          Re: newbie Jerry Stuckle <jstucklex@attglobal.net> - 2014-11-18 19:18 -0500
            Re: newbie Arno Welzel <usenet@arnowelzel.de> - 2014-11-19 10:12 +0100
              Re: newbie Jerry Stuckle <jstucklex@attglobal.net> - 2014-11-19 06:37 -0500
                Re: newbie Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2014-11-19 12:59 +0100
                Re: newbie Jerry Stuckle <jstucklex@attglobal.net> - 2014-11-19 10:45 -0500
                Re: newbie Arno Welzel <usenet@arnowelzel.de> - 2014-11-19 17:18 +0100
                Re: newbie Jerry Stuckle <jstucklex@attglobal.net> - 2014-11-19 13:23 -0500
                Re: newbie Arno Welzel <usenet@arnowelzel.de> - 2014-11-20 08:19 +0100
                Re: newbie Jerry Stuckle <jstucklex@attglobal.net> - 2014-11-20 09:01 -0500
      Re: newbie Arno Welzel <usenet@arnowelzel.de> - 2014-11-19 10:11 +0100
        Re: newbie Erwin Moller <erwinmollerusenet@xs4all.nl> - 2014-11-19 15:02 +0100

csiph-web