| bio | website | monkeycalendar.com |
|---|---|---|
| location | Austin, TX | |
| age | ||
| visits | member for | 3 years, 4 months |
| seen | May 16 at 21:45 | |
| stats | profile views | 226 |
musician, newbee php javascript hack.
|
May 21 |
awarded | Notable Question |
|
May 9 |
accepted | jQuery slider and background image works in Firefox but not Chrome |
|
May 9 |
comment |
jQuery slider and background image works in Firefox but not Chrome Ah-saw your reply after just linking to my own copy of jquery. It works now. Thank you! |
|
May 9 |
comment |
jQuery slider and background image works in Firefox but not Chrome ok. So I should just be linking to a jquery file on my own host? |
|
May 9 |
asked | jQuery slider and background image works in Firefox but not Chrome |
|
Apr 29 |
comment |
exporting mysql in mamp-not letting me save file as sql? That was it-thanks! |
|
Apr 29 |
accepted | exporting mysql in mamp-not letting me save file as sql? |
|
Apr 28 |
asked | exporting mysql in mamp-not letting me save file as sql? |
|
Apr 24 |
awarded | Popular Question |
|
Apr 16 |
awarded | Popular Question |
|
Mar 20 |
comment |
How do I add a conditional to this statement to not echo empty $weekday Worked great! Thanks! |
|
Mar 20 |
accepted | How do I add a conditional to this statement to not echo empty $weekday |
|
Mar 20 |
comment |
How do I add a conditional to this statement to not echo empty $weekday @ElefantPhace try what?? Would you like me to post all the bad attempted code I've been trying over here? I'm not trying to get you to spoonfeed me stuff, but when you start telling me I need to start creating new methods, then you have gone pretty far over my head-if I knew how to do that, I would not be here asking what (I thought) was a simple conditional question. |
|
Mar 20 |
comment |
How do I add a conditional to this statement to not echo empty $weekday @blakeo_x well whoever can figure out how to make the code do the needed thing will be the winner-lol ;-p |
|
Mar 20 |
comment |
How do I add a conditional to this statement to not echo empty $weekday Well I'm glad to hear it is a little more complicated than I first thought. If it is helpful at all, the full code for the plugin is freely available here for anyone: wordpress.org/extend/plugins/weekly-class-schedule |
|
Mar 20 |
comment |
How do I add a conditional to this statement to not echo empty $weekday I'm a total newbie, so may be way off, but since I'm only dealing with a finite amount of data (seven days), what if we do something like the above loop but instead of echoing the output as we go, you go through the loop and then if there is data to be output, that array is added to a new array, and if not then it is not put in the array, and then you print the array with data? If only I knew how to do it... |
|
Mar 20 |
comment |
How do I add a conditional to this statement to not echo empty $weekday I first asked the developer and was told they don't have that functionality, but that it would be a "simple PHP tweak". |
|
Mar 20 |
comment |
How do I add a conditional to this statement to not echo empty $weekday I'm afraid I don't know how to do that? I'm a newbie, but I am happy to do it if you can tell me what I'm looking for? |
|
Mar 20 |
comment |
How do I add a conditional to this statement to not echo empty $weekday I put the vardump in the edited question above for an empty $weekday. |
|
Mar 20 |
revised |
How do I add a conditional to this statement to not echo empty $weekday added 1112 characters in body |