I'm only revealing part of my script but you will notice a 2nd mysql call embeded in a while loop. The object is to pull data from the leads table and the notes associated with those leads. But I...
Ok all my files and folders are set as owner of vsftpd:nogroup. FTP program can upload and create and do everything. But when I use the PHP command mkdir, I get a Permission Denied even though the...
I run an ajax request and return a json array.
There is more in the json array than there is fields on the page. I want to cycle through text fields and find their NAME and match that to the json...
I have a table with divs in each one. I'm using jQuery's draggable and droppable. Well as you drag more and more items to these grey droppable divs, they will get taller. I want to make ALL the...
OK so this is complex. I have a main div called (#box) and inside it there is a footer to be FIXED to bottom of screen. And a content div (#content).
We dont want the whole page to scroll at all...
Ok so I have a database table with dates in them....there are 3 fields in the table that I want to pull dates from...I want to display 3 rows of 3 dates for a total of 9 dates. I want to sort them by...
I have a div box that drops down on top of other content. But one client using IE8 says that the drop down box is transparent and he can't read the content. But when I try it at home, it works fine....
OK this is tricky. I have a loadsheet that we input items in with. Each item can be part of different categories. I found the best way to handle the same item but with different categories was to...
I have a menu that is in a seperate movie clip from where the FLV playback videos are DYNAMICALLY generated. So there is no set instance name. When a menu button is clicked, I want it to stop ANY...
I have a table of datetime fields. We already have a max 20 minute limit to be logged in before it kicks you out of the system. We use the following code for that: