• Member Avatar for phfilly
    phfilly

    Marked Solved Status for Javascript Multidimensional Array is Empty

    I think Im misunderstanding something here - I normally work in PHP and think I'm missing something small. My final array tmp is empty and displays as ",,,,,,,,,,,,,,,," . It …
  • Member Avatar for phfilly
    phfilly

    Replied To a Post in Javascript Multidimensional Array is Empty

    Thank you for the detailed reply Airshow. This makes a lot more sense to me now!
  • Member Avatar for phfilly
    phfilly

    Edited Javascript Multidimensional Array is Empty

    I think Im misunderstanding something here - I normally work in PHP and think I'm missing something small. My final array tmp is empty and displays as ",,,,,,,,,,,,,,,," . It …
  • Member Avatar for phfilly
    phfilly

    Edited Javascript Multidimensional Array is Empty

    I think Im misunderstanding something here - I normally work in PHP and think I'm missing something small. My final array tmp is empty and displays as ",,,,,,,,,,,,,,,," . It …
  • Member Avatar for phfilly
    phfilly

    Edited Javascript Multidimensional Array is Empty

    I think Im misunderstanding something here - I normally work in PHP and think I'm missing something small. My final array tmp is empty and displays as ",,,,,,,,,,,,,,,," . It …
  • Member Avatar for phfilly
    phfilly

    Edited Javascript Multidimensional Array is Empty

    I think Im misunderstanding something here - I normally work in PHP and think I'm missing something small. My final array tmp is empty and displays as ",,,,,,,,,,,,,,,," . It …
  • Member Avatar for phfilly
    phfilly

    Edited Javascript Multidimensional Array is Empty

    I think Im misunderstanding something here - I normally work in PHP and think I'm missing something small. My final array tmp is empty and displays as ",,,,,,,,,,,,,,,," . It …
  • Member Avatar for phfilly
    phfilly

    Edited Javascript Multidimensional Array is Empty

    I think Im misunderstanding something here - I normally work in PHP and think I'm missing something small. My final array tmp is empty and displays as ",,,,,,,,,,,,,,,," . It …
  • Member Avatar for phfilly
    phfilly

    Edited Javascript Multidimensional Array is Empty

    I think Im misunderstanding something here - I normally work in PHP and think I'm missing something small. My final array tmp is empty and displays as ",,,,,,,,,,,,,,,," . It …
  • Member Avatar for phfilly
    phfilly

    Created Javascript Multidimensional Array is Empty

    I think Im misunderstanding something here - I normally work in PHP and think I'm missing something small. My final array tmp is empty and displays as ",,,,,,,,,,,,,,,," . It …
  • Member Avatar for phfilly
    phfilly

    Marked Solved Status for [CSS3] Translate 3d Query

    Hi guys, I was wondering if anyone can pin-point me to the right direction. I want to implement this css translate 3d effect does anyone maybe know of a resource(s) …
  • Member Avatar for phfilly
    phfilly

    Replied To a Post in [CSS3] Translate 3d Query

    No worries after a few hours of searching I found an awesome plugin and a few code pens. http://matthew.wagerfield.com/parallax/ http://codepen.io/samarkandiy/pen/behFa http://codepen.io/dghez/pen/ItxKE Enjoy :)
  • Member Avatar for phfilly
    phfilly

    Edited [CSS3] Translate 3d Query

    Hi guys, I was wondering if anyone can pin-point me to the right direction. I want to implement this css translate 3d effect does anyone maybe know of a resource(s) …
  • Member Avatar for phfilly
    phfilly

    Created [CSS3] Translate 3d Query

    Hi guys, I was wondering if anyone can pin-point me to the right direction. I want to implement this css translate 3d effect does anyone maybe know of a resource(s) …
  • Member Avatar for phfilly
    phfilly

    Replied To a Post in shopping cart

    Use Session variables to store the cart items id's so everytime you load the cart you get the item details and display it. This is now if I understand you …
  • Member Avatar for phfilly
    phfilly

    Replied To a Post in Menu bar doesnt appear on mobile devices

    It could be your Glyphicons isn't setup correctly. Check the URL in the bootstrap.css leading to the Glyphicon file and that the files are actually in the directory.
  • Member Avatar for phfilly
    phfilly

    Replied To a Post in How to prevent double form submission in wordpress plugin?

    Is there another form on the page with the same field name/ids?
  • Member Avatar for phfilly
    phfilly

    Replied To a Post in How to make this kind of section in wordpress

    The videos can act as portfolio items and then on this page etc. University you'll have the ability to display all portfolio items to be arranged by latest release date. …
  • Member Avatar for phfilly
    phfilly

    Replied To a Post in PHP login error

    Do you get any php/db/js error? You can switch it on by adding this to the php file you're using -> `error_reporting(E_ALL); ini_set('display_errors', '0');`
  • Member Avatar for phfilly
    phfilly

    Replied To a Post in file/folder upload permissions error

    Hi - I've encountered something similar before and it was beyond frustrating especially when I didn't get an error aswell. Someone pointed out that it was indeed the file permissions …
  • Member Avatar for phfilly
    phfilly

    Marked Solved Status for Can't retrieve Ajax Request

    Hi all, I'm not too familiar with Ajax but I believe I grasp the basics. So I'm sending an id which I retrieve from an element to a php page …
  • Member Avatar for phfilly
    phfilly

    Replied To a Post in Database performance from php calls

    Thanks raevel I'm going to take a look at that IN clause approach. I Will mark it completed if it works.
  • Member Avatar for phfilly
    phfilly

    Created Database performance from php calls

    Hi everyone, I'm wondering about a potential problem I might get. My problem is lets say I have 2 tables one called **speakers** and **clients**. In the client table the …
  • Member Avatar for phfilly
    phfilly

    Replied To a Post in Can't retrieve Ajax Request

    Yes exactly like that! Can this produce problems?
  • Member Avatar for phfilly
    phfilly

    Replied To a Post in Can't retrieve Ajax Request

    Part is an id which is received from the image.
  • Member Avatar for phfilly
    phfilly

    Replied To a Post in Can't retrieve Ajax Request

    Still the same 'error' occurs...
  • Member Avatar for phfilly
    phfilly

    Created Can't retrieve Ajax Request

    Hi all, I'm not too familiar with Ajax but I believe I grasp the basics. So I'm sending an id which I retrieve from an element to a php page …
  • Member Avatar for phfilly
    phfilly

    Replied To a Post in How to remove license pattern check?

    Wow it definitely seems like you 'tried'...
  • Member Avatar for phfilly
    phfilly

    Marked Solved Status for $(this).html() undefined?

    Hi guys, Can anyone please help me with this simple error. Jquery is not my strongest suite but I feel like this is something small that I'm missing. With the …
  • Member Avatar for phfilly
    phfilly

    Replied To a Post in $(this).html() undefined?

    So after some help from friends - This worked in the end: `onclick=test(this)` jquery/js: function test(obj){ alert(obj.outerHTML); };
  • Member Avatar for phfilly
    phfilly

    Replied To a Post in $(this).html() undefined?

    Thanks for your quick response JorgeM! I actually thought with the html() function I will be able to retrieve the <img> tag and all of it's properties with it. Will …
  • Member Avatar for phfilly
    phfilly

    Created $(this).html() undefined?

    Hi guys, Can anyone please help me with this simple error. Jquery is not my strongest suite but I feel like this is something small that I'm missing. With the …
  • Member Avatar for phfilly
    phfilly

    Replied To a Post in Replacing Dropped Elements

    Thanks I'll look into that.
  • Member Avatar for phfilly
    phfilly

    Edited Replacing Dropped Elements

    Hi guys, Was wondering if you could help me please. So I have a list of menu elements from which I can drag elements into a div tag. This all …
  • Member Avatar for phfilly
    phfilly

    Created Replacing Dropped Elements

    Hi guys, Was wondering if you could help me please. So I have a list of menu elements from which I can drag elements into a div tag. This all …
  • Member Avatar for phfilly
    phfilly

    Replied To a Post in Bootstrap 3.2 Form Examples

    [This]( http://bootswatch.com/default/) is also quite nice
  • Member Avatar for phfilly
    phfilly

    Replied To a Post in unable to receive email notification in php

    The code seems fine to me. Just a quick question - are you testing it on an already live website or are you testing it via your localhost?

The End.