JudgementDay Posted February 9, 2012 Share Posted February 9, 2012 I'm so [mod edit] mad you got no idea! I just finished something that took me 20 hours, then at the end, realized I coulda did it in [mod edit] 20 minutes! I was doing this for 100 files: <?php session_start(); if (isset($_SESSION['lay-by']['content'])) {include '../rawcode/lay-by/pendinglay-by';} else {include '../rawcode/lay-by/toindex';} ?> Creating whole new directory clones with files... just splitting it off to a toindex file which forwards to /. When, all I had to [mod edit] do was chuck this at the top of the [mod edit] page!: if (empty($_SESSION['order']['content']) {header('Location: /');} What a joke and a half. 2 days wasted on something that would of only took me 10 minutes. I'm new as but i still feel like a [mod edit] idiot. How dumb can you be, seriously. Link to comment https://forums.phpfreaks.com/topic/256736-what-a-joke/ Share on other sites More sharing options...
litebearer Posted February 9, 2012 Share Posted February 9, 2012 Frustration is understood. The use of foul language is never understood. Link to comment https://forums.phpfreaks.com/topic/256736-what-a-joke/#findComment-1316106 Share on other sites More sharing options...
facarroll Posted February 9, 2012 Share Posted February 9, 2012 I CAN see how dumb you are, but can YOU see how offensive you are as well. Link to comment https://forums.phpfreaks.com/topic/256736-what-a-joke/#findComment-1316108 Share on other sites More sharing options...
JudgementDay Posted February 9, 2012 Author Share Posted February 9, 2012 Stop acting like [mod edit]. Its pathetic and makes computer programmers look bad. Link to comment https://forums.phpfreaks.com/topic/256736-what-a-joke/#findComment-1316109 Share on other sites More sharing options...
spiderwell Posted February 9, 2012 Share Posted February 9, 2012 you are clearly still angry Link to comment https://forums.phpfreaks.com/topic/256736-what-a-joke/#findComment-1316133 Share on other sites More sharing options...
ManiacDan Posted February 9, 2012 Share Posted February 9, 2012 We don't have a profanity filter on these boards because we trust our members to not act like children. Clearly some need to be watched. This thread is closed and OP has been placed on the watch list. Link to comment https://forums.phpfreaks.com/topic/256736-what-a-joke/#findComment-1316134 Share on other sites More sharing options...
Recommended Posts