Results 1 to 10 of 69

Thread: Saving a variable client-side (persistently)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #31
    Private
    Join Date
    Dec 2016
    Posts
    30
    Thanks
    5
    Thanked 5 Times in 5 Posts
    try:

    PHP Code:
    asyncQuery("SELECT * FROM table", ::queryRow);

    queryRow(result)
    {
        return 
    getRows();

    Last edited by caldas; 1st June 2020 at 03:04.

  2. The Following User Says Thank You to caldas For This Useful Post:

    agribilos (1st June 2020)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •