Closed Thread
Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: Simple Chatroom with PHP & jQuery

  1. #11
    Join Date
    Jul 2006
    Location
    Amherst, New York, United States
    Posts
    6,277
    Blog Entries
    26
    Rep Power
    20

    Re: Simple Chatroom with PHP & jQuery

    Quote Originally Posted by Jordan View Post
    lol, how does that help? You just listed every field in the chat table. Select * is effectively the same with less typing.
    I didn't actually look at the table structure - I had assumed there was an id column for a primary key. I think the help comes from limiting the output.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #12
    Jordan Guest

    Re: Simple Chatroom with PHP & jQuery

    I didn't even notice that:

    Code:
        $sql = "SELECT * FROM chat";
    Yeah, I see no reason to load every chat ever submitted.

  4. #13
    Binga is offline Newbie
    Join Date
    May 2010
    Posts
    2
    Rep Power
    0

    Re: Simple Chatroom with PHP & jQuery

    very nice work..........but it seems there is some problem with online users......it does not dynamically load the online users in Firefox...i need to refresh the page to load the new users.....can u plz fix it???

  5. #14
    Binga is offline Newbie
    Join Date
    May 2010
    Posts
    2
    Rep Power
    0

    Re: Simple Chatroom with PHP & jQuery

    is there some problem in process.js??

  6. #15
    is_set is offline Newbie
    Join Date
    May 2010
    Posts
    1
    Rep Power
    0

    Re: Simple Chatroom with PHP & jQuery


  7. #16
    -Hurricane- is offline Newbie
    Join Date
    Apr 2010
    Posts
    9
    Rep Power
    0

    Re: Simple Chatroom with PHP & jQuery

    THx Man!

  8. #17
    Join Date
    Jun 2010
    Location
    USA
    Posts
    579
    Blog Entries
    6
    Rep Power
    20

    Re: Simple Chatroom with PHP & jQuery

    The original poster is no longer with CodeCall. If you have any question regarding this posting, please start a new thread in the appropriate section of the forum (and reference this thread).

    Thank you.
    Wrap [Code] tags when posting code by click on
    Before posting your question, did you look here?

Closed Thread
Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 guests)

Similar Threads

  1. Replies: 1
    Last Post: 10-13-2011, 08:52 PM
  2. Replies: 0
    Last Post: 06-22-2011, 09:57 PM
  3. Jquery help
    By ahmed in forum JavaScript and CSS
    Replies: 1
    Last Post: 06-12-2011, 11:48 AM
  4. Replies: 1
    Last Post: 04-22-2011, 11:18 AM
  5. PHP / Jquery Help
    By tridiantgames in forum PHP Development
    Replies: 2
    Last Post: 08-31-2010, 09:40 PM

Bookmarks

Posting Permissions

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