Page 3 of 3 FirstFirst 123
Results 21 to 23 of 23

Thread: php doesn't load dynamic pagination

  1. #21
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    What do you mean link the pages to the results?

    Can you please be more descriptive on anything you post. It is very hard to help with no description, just a direction.

    Also, can you do the following please:
    Go in PHPMyAdmin -> Go in the database registration->go to export->paste the output

    Thanks,
    Nile
    Jeremy | jfein.net

  2. #22
    Join Date
    Feb 2009
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Table structure for table events
    Field Type Null Default
    eid int(11) Yes NULL
    evname varchar(30) Yes NULL
    evcity varchar(20) Yes NULL
    evcategory varchar(20) Yes NULL
    evsubcategory varchar(20) Yes NULL
    username varchar(20) Yes NULL
    userid int(11) Yes NULL
    continent varchar(20) Yes NULL
    country varchar(20) Yes NULL
    state_province varchar(35) Yes NULL
    dateposted varchar(30) Yes NULL
    evmail varchar(30) Yes NULL
    evmonth varchar(20) Yes NULL
    evday tinyint(11) Yes NULL
    evyear int(11) Yes NULL
    evdescription varchar(200) Yes NULL
    dateofevsearch varchar(30) Yes NULL
    val varchar(10) Yes NULL
    hour tinyint(4) Yes NULL
    minute tinyint(4) Yes NULL
    hourb tinyint(4) Yes NULL
    minuteb tinyint(4) Yes NULL
    address varchar(25) Yes NULL
    Dumping data for table events
    1 Lights in the downtown area Toronto arts Acting asd 1 North America Canada Ontario A 1 2009 A12009 true 12 0 12 0
    2 look into my eyes affair Toronto arts Acting asd 1 North America Canada Ontario A 1 2009 the best event ever. A12009 true 12 0 12 0
    3 A party Toronto arts Acting asd 1 North America Antigua and Barbuda Barbuda D 1 2009 sdfgdsfg D12009 true 3 0 12 0
    Table structure for table events_subscribers
    Field Type Null Default
    esid int(11) Yes NULL
    userid int(11) Yes NULL
    username varchar(20) Yes NULL
    eventid int(11) Yes NULL
    eventname varchar(30) Yes NULL
    dateofpostedev varchar(15) Yes NULL
    category varchar(20) Yes NULL
    Dumping data for table events_subscribers
    1 1 asd 1 Lights in the downtown area A12009 arts
    2 1 asd 2 look into my eyes affair A12009 arts
    3 1 asd 3 A party D12009 arts
    Table structure for table friends
    Field Type Null Default
    fid int(11) Yes NULL
    userid int(11) Yes NULL
    username varchar(20) Yes NULL
    friendid int(11) Yes NULL
    friendname varchar(20) Yes NULL
    Dumping data for table friends

    Table structure for table friend_request
    Field Type Null Default
    frid int(11) Yes NULL
    userid int(11) Yes NULL
    username varchar(20) Yes NULL
    requestid int(11) Yes NULL
    requestname varchar(20) Yes NULL
    value int(11) Yes NULL
    Dumping data for table friend_request

    Table structure for table groups
    Field Type Null Default
    id int(11) Yes NULL
    creator varchar(80) Yes NULL
    name varchar(20) Yes NULL
    group varchar(20) Yes NULL
    description varchar(400) Yes NULL
    city varchar(20) Yes NULL
    email varchar(20) Yes NULL
    user varchar(80) Yes NULL
    members int(11) Yes NULL
    Dumping data for table groups

    Table structure for table groups_users
    Field Type Null Default
    ugid int(11) Yes NULL
    uid int(11) Yes NULL
    uname varchar(80) Yes NULL
    gid int(11) Yes NULL
    gname varchar(80) Yes NULL
    Dumping data for table groups_users

    Table structure for table image
    Field Type Null Default
    id int(11) Yes NULL
    name varchar(30) Yes NULL
    type varchar(30) Yes NULL
    size int(11) Yes NULL
    content longblob Yes NULL
    Dumping data for table image

    Table structure for table inbox
    Field Type Null Default
    iid int(11) Yes NULL
    recid int(11) Yes NULL
    recusername varchar(30) Yes NULL
    sendid int(11) Yes NULL
    sendusername varchar(30) Yes NULL
    title varchar(20) Yes NULL
    message varchar(150) Yes NULL
    date varchar(30) Yes NULL
    value varchar(10) Yes NULL
    Dumping data for table inbox

    Table structure for table notes_groups
    Field Type Null Default
    ngid int(11) Yes NULL
    gid int(11) Yes NULL
    gname varchar(30) Yes NULL
    uid int(11) Yes NULL
    uname varchar(30) Yes NULL
    notename varchar(40) Yes NULL
    note varchar(600) Yes NULL
    link varchar(30) Yes NULL
    month varchar(15) Yes NULL
    day int(11) Yes NULL
    year int(11) Yes NULL
    Dumping data for table notes_groups

    Table structure for table pix
    Field Type Null Default
    pid int(11) Yes NULL
    title text Yes NULL
    imgdata longblob Yes NULL
    Dumping data for table pix

    Table structure for table post_grp
    Field Type Null Default
    pgid int(11) Yes NULL
    grpid int(11) Yes NULL
    grpname varchar(20) Yes NULL
    userid int(11) Yes NULL
    username varchar(20) Yes NULL
    grppost varchar(300) Yes NULL
    month varchar(20) Yes NULL
    day int(11) Yes NULL
    year int(11) Yes NULL
    Dumping data for table post_grp

    Table structure for table post_profile
    Field Type Null Default
    ppid int(11) Yes NULL
    userid int(11) Yes NULL
    username varchar(20) Yes NULL
    postinguserid int(11) Yes NULL
    postingusername varchar(20) Yes NULL
    post varchar(150) Yes NULL
    datepost varchar(30) Yes NULL
    Dumping data for table post_profile
    1 1 asd 1 asd ass January 31, 2009, 10:27 am
    2 1 asd 1 asd asa January 31, 2009, 10:27 am
    Table structure for table ratings
    Field Type Null Default
    rid int(11) Yes NULL
    ratedid int(11) Yes NULL
    rate tinyint(4) Yes NULL
    username varchar(20) Yes NULL
    Dumping data for table ratings

    Table structure for table testblob
    Field Type Null Default
    image_id tinyint(4) Yes NULL
    image_type varchar(25) Yes NULL
    image longblob Yes NULL
    image_size varchar(25) Yes NULL
    image_ctgy varchar(25) Yes NULL
    image_name varchar(50) Yes NULL
    Dumping data for table testblob

    Table structure for table users
    Field Type Null Default
    id int(11) Yes NULL
    username text Yes NULL
    password text Yes NULL
    sex text Yes NULL
    email text Yes NULL
    city text Yes NULL
    country text Yes NULL
    month text Yes NULL
    day text Yes NULL
    year text Yes NULL
    age int(11) Yes NULL
    status varchar(50) Yes NULL
    registered varchar(20) Yes NULL
    image varchar(7) Yes NULL
    Dumping data for table users
    1 asd 7815696ecbf1c96e6894b779456d330e male Toronto Antigua and Barbuda 7 26 1985 23 doing my thing January 30, 2009, 3: false
    2 qwe 76d80224611fc919a5d54f0ff9fba446 male qwe Algeria 9 26 1984 0 January 31, 2009, 6: false
    Table structure for table user_should_comment
    Field Type Null Default
    uscid int(11) Yes NULL
    userid int(11) Yes NULL
    username varchar(20) Yes NULL
    cuserid int(11) Yes NULL
    cusername varchar(25) Yes NULL
    comment varchar(30) Yes NULL
    date varchar(25) Yes NULL
    Dumping data for table user_should_comment

  3. #23
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    That is not what the export option outputs, can you please provide the export's option output.

    Thanks,
    Nile
    Last edited by Nile; 02-01-2009 at 02:56 PM.
    Jeremy | jfein.net

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
  •