| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 8 months |
| seen | May 22 at 20:09 | |
| stats | profile views | 19 |
|
Feb 13 |
accepted | Strange PHP variable behavior with $_SESSION set before local vars |
|
Jan 13 |
awarded | Revival |
|
Jan 6 |
answered | Print the contents of a DIV |
|
Dec 24 |
comment |
Is there a way to use use text as the background with CSS? elementName:after { content: "\BB"; float: right; } |
|
Dec 11 |
comment |
Call function after FancyBox loaded Thanks, I didn't see that option on their docs. It worked and I took out the params and it was fine. |
|
Dec 11 |
accepted | Call function after FancyBox loaded |
|
Dec 11 |
asked | Call function after FancyBox loaded |
|
Dec 8 |
comment |
TypeError: '[object HTMLInputElement]' is not a function (evaluating 'elem[ type ]()') in jQuery form.submit() Solved something for me, too. Good rule I will now follow is don't use IDs that are the same as the input type. |
|
Dec 4 |
comment |
Strange PHP variable behavior with $_SESSION set before local vars Luckily the site is in its infancy and I was just testing something, so no big deal. But I will turn it off. I am surprised I have never ran into this before today. |
|
Dec 4 |
comment |
Strange PHP variable behavior with $_SESSION set before local vars I'd hate to answer my own question, so you can if you like. That was right, the $_SESSION['customerId'] was getting confused with $customerId. I changed $customerId to $customerIdx and everything worked. Whew, I thought I had lost it. Thanks. |
|
Dec 4 |
asked | Strange PHP variable behavior with $_SESSION set before local vars |
|
Nov 30 |
answered | Match two fields with jQuery validate plugin |
|
Nov 20 |
comment |
PHP Illegal offset type This is worth looking at, too. Good call, I had never ran into this before. us3.php.net/language.types.type-juggling.php |
|
Nov 14 |
comment |
Express Checkout error message: “Security header is not valid” I had this because I used Test Account vs. API Username, which both look similar. |
|
Nov 5 |
awarded | Teacher |
|
Nov 4 |
accepted | MySQL using COUNT, LEFT JOIN and GROUP by returning undesired results |
|
Nov 4 |
comment |
MySQL using COUNT, LEFT JOIN and GROUP by returning undesired results Actually, distinct worked with no GROUP BY. If you put that as an answer, I will mark it correct. Thanks either way. |
|
Nov 4 |
comment |
MySQL using COUNT, LEFT JOIN and GROUP by returning undesired results I see what you are saying, but could you elaborate on that point? The rows I want to count are the product table rows, but the data I want to match on may or may not be in the other tables. If the data is not in one of the other tables, I do not want those counted. Hopefully that makes sense. |
|
Nov 4 |
asked | MySQL using COUNT, LEFT JOIN and GROUP by returning undesired results |
|
Nov 3 |
revised |
Ordering in a MySQL GROUP_CONCAT with a function in it added 6 characters in body |