• Member Avatar for berserk
    berserk

    Replied To a Post in expand and collapse based on individual table entries

    OH and just as a reference if these would help me get any more information regarding this subject ill include everything i can. <meta charset='utf-8'> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" …
  • Member Avatar for berserk
    berserk

    Replied To a Post in expand and collapse based on individual table entries

    I moved the class calls to the <tr> like you said and unfortunatly nothing worked after that :( i am not having any luck with this at all and really …
  • Member Avatar for berserk
    berserk

    Replied To a Post in expand and collapse based on individual table entries

    Okay so i have definitly made some progress. I found that this line in my code is most likely where the problem needs to be fixed. <tr> <td colspan="12" > …
  • Member Avatar for berserk
    berserk

    Replied To a Post in expand and collapse based on individual table entries

    thank you :D
  • Member Avatar for berserk
    berserk

    Replied To a Post in expand and collapse based on individual table entries

    OK with lots of tinkering and reading i narrowed the issue down to this one place in my html when im calling classes. <tr> <td colspan="12" > <div class="accordian-toggle collapse" …
  • Member Avatar for berserk
    berserk

    Marked Solved Status for expand and collapse based on individual table entries

    OKAY i have been working on this for a little while and i feel i am getting close but there are a few things i can't seem to find on …
  • Member Avatar for berserk
    berserk

    Created expand and collapse based on individual table entries

    OKAY i have been working on this for a little while and i feel i am getting close but there are a few things i can't seem to find on …
  • Member Avatar for berserk
    berserk

    Began Watching expand and collapse based on individual table entries

    OKAY i have been working on this for a little while and i feel i am getting close but there are a few things i can't seem to find on …
  • Member Avatar for berserk
    berserk

    Replied To a Post in expand and collapse based on individual table entries

    I will move this topic to the javascript forum.
  • Member Avatar for berserk
    berserk

    Replied To a Post in expand and collapse based on individual table entries

    PHEW thats a lot of information to sort through. So i need to use ajax almost entirely for this even to handle correctly. I understand i just hope this will …
  • Member Avatar for berserk
    berserk

    Replied To a Post in expand and collapse based on individual table entries

    I was thinking of maybe being able to write the logic i need in php but if im on the wrong track then i would not be suprised. if this …
  • Member Avatar for berserk
    berserk

    Created expand and collapse based on individual table entries

    OKAY i have been working on this for a little while and i feel i am getting close but there are a few things i can't seem to find on …
  • Member Avatar for berserk
    berserk

    Began Watching expand and collapse based on individual table entries

    OKAY i have been working on this for a little while and i feel i am getting close but there are a few things i can't seem to find on …
  • Member Avatar for berserk
    berserk

    Replied To a Post in Make submenu in tab menus hover over page content

    gotcha, quick question though, is there a limit to the level of selectors you can have in a css file? I mean do they have to follow a specific formatting …
  • Member Avatar for berserk
    berserk

    Replied To a Post in Make submenu in tab menus hover over page content

    Agreed, regardless i feel both of you heavily guided me to the right solution :D
  • Member Avatar for berserk
    berserk

    Replied To a Post in Make submenu in tab menus hover over page content

    AH HA so it did have something to do with me not seperating the sub menu from the menu in the css. Thank you also sir, this has helped me …
  • Member Avatar for berserk
    berserk

    Marked Solved Status for Make submenu in tab menus hover over page content

    I have this dilemma where I need to make my sub-menus hover over the other content on my page but I cannot seem to do this, I have searched and …
  • Member Avatar for berserk
    berserk

    Replied To a Post in Make submenu in tab menus hover over page content

    YOU SIR ARE BRILLIANT! i know this was a simple problem but i feel that its the simple things that make a program nice to use. Thank you so much …
  • Member Avatar for berserk
    berserk

    Replied To a Post in Make submenu in tab menus hover over page content

    Also update to your posts, i changed the z index and even tried changing the positions from absolute to relative and vice versa but nothing worked. when i hover over …
  • Member Avatar for berserk
    berserk

    Replied To a Post in Make submenu in tab menus hover over page content

    Here is the whole css code @import url(http://fonts.googleapis.com/css?family=Raleway); #cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a { margin: 0; padding: 0; border: 0; list-style: none; line-height: 1; display: …
  • Member Avatar for berserk
    berserk

    Created Make submenu in tab menus hover over page content

    I have this dilemma where I need to make my sub-menus hover over the other content on my page but I cannot seem to do this, I have searched and …
  • Member Avatar for berserk
    berserk

    Began Watching Make submenu in tab menus hover over page content

    I have this dilemma where I need to make my sub-menus hover over the other content on my page but I cannot seem to do this, I have searched and …
  • Member Avatar for berserk
    berserk

    Replied To a Post in My sessions aren't working like they should

    Understood, ty for the headsup, i was looking into that but i was coming across many posts talking about how its a security risk in the way i wantde to …
  • Member Avatar for berserk
    berserk

    Replied To a Post in My sessions aren't working like they should

    This is perfect, i have also been looking into cereals idea as well. Honestly eithe rof these solutions will work for me but i may end up looking into cereals …
  • Member Avatar for berserk
    berserk

    Replied To a Post in My sessions aren't working like they should

    The client i initially built this for are gonna run it off an old dedicated PC and they will have access to it over the local network, the computer isnt …
  • Member Avatar for berserk
    berserk

    Replied To a Post in My sessions aren't working like they should

    Thats pretty much what id like to accomplish, im deploying my software is for a small call center but they are presented with numbers they are not allowed to call …
  • Member Avatar for berserk
    berserk

    Replied To a Post in My sessions aren't working like they should

    I understand what you mean diafol, i guess emailing an exe would seem a little strange now adays, a zip would be more appreopriate, but my problem is i wanted …
  • Member Avatar for berserk
    berserk

    Gave Reputation to gabrielcastillo in My sessions aren't working like they should

    Do a var_dump on your $row and session to see what you get? If you are not getting anything in the row var than you have a problem with your …
  • Member Avatar for berserk
    berserk

    Gave Reputation to diafol in My sessions aren't working like they should

    with regard to password security - if you're using php5.5.0+ then you can have a loop at a class I posted in the snippets section. With regard to data binding, …
  • Member Avatar for berserk
    berserk

    Marked Solved Status for My sessions aren't working like they should

    I was using this code before and it worked but then i updated my code base to php 5.3 and now it doesnt work anymore. I have looked over the …
  • Member Avatar for berserk
    berserk

    Replied To a Post in My sessions aren't working like they should

    god i am sorry i wasted your time, there was never an issue to begin with this is working perfectly fine, although flawed in the security department as diafol pointed …
  • Member Avatar for berserk
    berserk

    Replied To a Post in My sessions aren't working like they should

    Sorry, i dont mean to sound dumb but where would the snippets section be? and can you give examples of PDO, im looking at it through a google search but …
  • Member Avatar for berserk
    berserk

    Replied To a Post in My sessions aren't working like they should

    not a dumb question at all, and i did before but now when i have that line in there it will go on through to the page, when i take …
  • Member Avatar for berserk
    berserk

    Replied To a Post in My sessions aren't working like they should

    ok here is what i did, i made the folowing changes to my code to get it to echo the results of all the variables i could var_dump if(isset($_POST['login'])) { …
  • Member Avatar for berserk
    berserk

    Created My sessions aren't working like they should

    I was using this code before and it worked but then i updated my code base to php 5.3 and now it doesnt work anymore. I have looked over the …
  • Member Avatar for berserk
    berserk

    Began Watching My sessions aren't working like they should

    I was using this code before and it worked but then i updated my code base to php 5.3 and now it doesnt work anymore. I have looked over the …
  • Member Avatar for berserk
    berserk

    Marked Solved Status for Cant get the export by date to work

    I have been working on this for some time now and i cant get it to work, idk if im missing something small which im sure is the case, but …
  • Member Avatar for berserk
    berserk

    Replied To a Post in Cant get the export by date to work

    i can happily say that i dont need asistence with this problem anymore, i did apply my solution in probably the worst way but it works and thats what matters, …
  • Member Avatar for berserk
    berserk

    Replied To a Post in Cant get the export by date to work

    ok i started to think maybe i can get the date range in an if statement rather than the sql string, and it worked, but its not limiting the date …
  • Member Avatar for berserk
    berserk

    Replied To a Post in Cant get the export by date to work

    ok i changed it but im still getting the same result, i changed the date column to a date format, is there anything else i can do?
  • Member Avatar for berserk
    berserk

    Replied To a Post in Cant get the export by date to work

    do you mean just select the date field in the database and use that
  • Member Avatar for berserk
    berserk

    Replied To a Post in Cant get the export by date to work

    no change :< has this been removed or something as a feature, i dont understand how this isnt working anymore, maybe we have to use datetime format, idk i feel …
  • Member Avatar for berserk
    berserk

    Replied To a Post in Cant get the export by date to work

    i think i know what you are talking about and if i dont give the right files please let me know the table dump im assuming is the .sql there …
  • Member Avatar for berserk
    berserk

    Replied To a Post in Cant get the export by date to work

    i did but im so unsure of myself that i have no idea how to set this up, i have been stuck on thi sfor days im gonna go insane …
  • Member Avatar for berserk
    berserk

    Replied To a Post in Cant get the export by date to work

    okay i ultimately found the root of the problem here, its entirely in this one line `$sql = "SELECT * FROM usernumdata WHERE DATE_FORMAT(NOW(),'%Y-%m-%d') BETWEEN '".$b."' AND '".$e."'";` if i …
  • Member Avatar for berserk
    berserk

    Replied To a Post in Cant get the export by date to work

    i just tried taking the data from the database file and putting it all into an array file called array.php but that failed miserably i have no idea what to …
  • Member Avatar for berserk
    berserk

    Replied To a Post in Cant get the export by date to work

    sorry that was my bad for not clearly labeling, the connect is passed through to a header file which is passed to the index file here is the connect <?php …
  • Member Avatar for berserk
    berserk

    Replied To a Post in Cant get the export by date to work

    sorry but can you give me a visual, i thought i was connecting the export.php like in the other file. idk im slightly confused lol
  • Member Avatar for berserk
    berserk

    Replied To a Post in Cant get the export by date to work

    this is the entire html index file with the export.php call at the bottom <?php include('header.php'); ?> <body> <head> <style> .nav { width: 100%; float: right; margin: 0 0 1em …
  • Member Avatar for berserk
    berserk

    Replied To a Post in Cant get the export by date to work

    well u see the problem im having is that if i copied the data into an array with the first call of mysql_fetch_array then how would i access it from …

The End.