php-general Digest 28 Oct 2010 09:40:57 -0000 Issue 7010

Topics (messages 309123 through 309127):

Re: Array problem
        309123 by: Kevin Kinsey
        309127 by: Richard Quadling

Re: Documentation
        309124 by: Rico Secada

Re: Receiving Live data
        309125 by: Daniel Brown
        309126 by: Matt Anderton

Administrivia:

To subscribe to the digest, e-mail:
        [email protected]

To unsubscribe from the digest, e-mail:
        [email protected]

To post to the list, e-mail:
        [email protected]


----------------------------------------------------------------------
--- Begin Message ---
Marc Guay wrote:
As Nicholas pointed out, the extra underscore in the key is the issue.

That's way too easy a fix.  I think he should check to make sure his
version of PHP was compiled with the right extensions and that the
browser isn't doing something unpredictably bizarre when submitting
the form.

Just checked the card file, today's cause is: Sunspots.

KDK

--- End Message ---
--- Begin Message ---
On 27 October 2010 22:15, Kevin Kinsey <[email protected]> wrote:
> Marc Guay wrote:
>>>
>>> As Nicholas pointed out, the extra underscore in the key is the issue.
>>
>> That's way too easy a fix.  I think he should check to make sure his
>> version of PHP was compiled with the right extensions and that the
>> browser isn't doing something unpredictably bizarre when submitting
>> the form.
>
> Just checked the card file, today's cause is: Sunspots.
>
> KDK
>

I always believed that cosmic radiation was the cause.


-- 
Richard Quadling
Twitter : EE : Zend
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY

--- End Message ---
--- Begin Message ---
On Wed, 27 Oct 2010 10:52:58 +0200
Jordan Jovanov <[email protected]> wrote:

> Hello All,
> 
> I finished with coding and now I am on the part when need to write 
> documentation. But I don't know how to write correct documentation.
> Does have some rules or standard for writing documentation for PHP?
> Or maybe have some programs for writing documentations?

You should consider who is going to read the documentation. Are we
talking about end users and/or other coders?

Other coders benefit from code comments and as some suggests
phpDocumentor has some nice features if you want to automate some of it.

End users on the other hand need hand written documentation and in most
cases non-technical explanations.

> Best Regards,
> Jordan JOVANOV
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

--- End Message ---
--- Begin Message ---
On Wed, Oct 27, 2010 at 19:10, Cameron Mc Gorian <[email protected]> wrote:
> Hi,
>
> I want to find out if it is possible to receive live data using PHP and 
> MySQL. I have am developing a website that will allow user to input data 
> which will then be inserted into a MySQL database.
>
> What I want to do is when some one is viewing a page and new information has 
> been inserted into the MySQL database it can trigger a notification letting 
> the viewer know instead of them having to refresh the page to view new data.
>
> Any help would be appreciated and if this is not the correct list please 
> advise where I should start looking.

    Sure.  What you want to do would best be achieved using AJAX
polling.  As for the list, you'll get faster (and more focused)
answers on the PHP General list (CC'd here), to which you can
subscribe by filling out the form at http://php.net/mailinglists or
sending a blank email to [email protected].

-- 
</Daniel P. Brown>
Network Infrastructure Manager
Documentation, Webmaster Teams
http://www.php.net/

--- End Message ---
--- Begin Message ---
look at Prototype's PeriodicalUpdater:

http://prototypejs.org/api/ajax/periodicalUpdater

-- matt



On Wed, Oct 27, 2010 at 5:10 PM, Cameron Mc Gorian <[email protected]>wrote:

> Hi,
>
> I want to find out if it is possible to receive live data using PHP and
> MySQL. I have am developing a website that will allow user to input data
> which will then be inserted into a MySQL database.
>
> What I want to do is when some one is viewing a page and new information
> has been inserted into the MySQL database it can trigger a notification
> letting the viewer know instead of them having to refresh the page to view
> new data.
>
> Any help would be appreciated and if this is not the correct list please
> advise where I should start looking.
>
> Thanks in advance.
>
>
>
>
>
>
>
>
> --
> MySQL PHP Mailing List
> For list archives: http://lists.mysql.com/php
> To unsubscribe:    http://lists.mysql.com/[email protected]
>
>

--- End Message ---

Reply via email to