On 02/06/2015 08:23 AM, hadi wrote: > > >> -----Original Message----- >> From: Christoph Becker [mailto:cmbecker69@xxxxxx] >> Sent: Friday, February 06, 2015 7:05 PM >> To: hadi; 'Jim Lucas'; 'Christoph Becker'; ash@xxxxxxxxxxxxxxxxxxxx >> Cc: php-general@xxxxxxxxxxxxx >> Subject: Re: connecting php long-polling to the database >> >> hadi wrote: >> >>> Here the error in pointing to line 53 at my server.php script which is >>> sql query >>> >>> 53 $data = while($row = mysqli_fetch_array($result1)) >> >> Yes, that's obviously a syntax error, because while is a statement[1] and as >> such must not be used as the right hand side of an assignment. >> There is an example on how to use msqli_fetch_array() in the manual[2]. > > Can you please give the correct code. Im lost searching the manual. Searching??? He gave you the pages that have the answers. One links to THE example you should use to fix your issue. > >> [1] <http://php.net/manual/en/control-structures.while.php> >> [2] <http://php.net/manual/en/mysqli-result.fetch-array.php#example- >> 1816> >> >> -- >> Christoph M. Becker >> >> -- >> PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: >> http://www.php.net/unsub.php > > > -- Jim Lucas http://www.cmsws.com/ http://www.cmsws.com/examples/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php