-
Posts
14,780 -
Joined
-
Last visited
-
Days Won
43
Everything posted by .josh
-
hmm is this your first time doing something like that? kinda hard to imagine a shared hosting company suspending you on your first infraction...esp a minor one like that...not like they caught you operating a pr0n site or somethin'...
-
use your OS's general file search?
-
How should we know? "intermediate" is an ambiguous term and tells us nothing of what you specifically know.
-
since you didn't actually post any code, this is just a guess...you probably have something like this: while($row=mysql_fetch_.....) { ...name="blah[]"... } Key thing there is that you just have [] for it to auto-generate the next element. Instead of doing that, put the id in there: blah[$row['id']] then when user presses the submit button, you will know which id to query for based off the key in blah
-
need to view javascript output to copy resulting source code
.josh replied to detox's topic in Javascript Help
get any number of a million live dom inspectors out there (for instance, firebug). They will allow you to see what is actually rendered that the viewer sees. Then just c/p it and hardcode it wherever. fyi this may or may not work out for you... have no idea what this "affiliate script" is or what it's supposed to do but it's probably dynamically generated content for a reason... example..banner ad script? Not gonna dynamically generate no more, and good possibility you won't get credit for the impression/click! I suggest you contact this "affiliate" and ask them if they have a noscript solution, like an image request or something. Again,Ii have no idea what this script is for or what it's supposed to be doing so that's about where the advice ends. -
it probably means a regular text file name for you to specify (your choice in name, like 'requestlog.txt'). Every time the script tries to contact amazon server, response given, etc.. it will probably write the details of that to that text file. The date/time it happened, other relevant info. But that's just a guess, based on the context of your post; I don't have the documentation in front of me (please don't post it).
-
did you actually read the error?
-
only problem i see is that you didn't bother to mention what you mean by "it doesn't work". i'm gonna go out on a limb and say the code problem is you either forgot to do something or just you know, assumed that it would work without actually doing something.
-
The hierarchy line up of phpfreaks.com
.josh replied to PugJr's topic in PHPFreaks.com Website Feedback
gurus and alumni have access to all the same forums. but gurus can do a couple of 'mod' type things like move threads. i don't think alumni can (not 100% sure though). -
well now your problem is that you are just performing the preg_replace on $str and assigning it to $thisBbcode over and over again. since you are not making any changes to $str, you created an infinite loop.
-
remove the ^ and $
-
I'm assuming you mean RuneScape 2? That would've been what... Like 2002? No, I mean the original runescape. I think it was summer of 2001 or so. I vaguely remember it was a bit before I got married.
-
The whole computer experience used to be 100% text based. Now it's windows and icons. We used to read books. Now people rarely read, instead opting to watch movies. This is the TLDR century.
-
CHECH A STRING FOR ' " ' (DOUBLE QUOTES)
.josh replied to [email protected]'s topic in PHP Coding Help
wtf I feel like I'm tastin' the rainbow. -
dude, most adults have problems writing out text like that. As time goes by, society is focusing more and more on visual communication. Symbols and Icons: hieroglyphs are making a comeback.
-
anyways, i haven't played wow for like a year now.
-
I earned the leroy jenkens title on my priest, lol.
-
http://www.wowwiki.com/Quest#Quest_types btw I alpha and beta tested runescape. Didn't much care for it. But that was a loong time ago. Not fair to judge today's incarnation by yesterday's standards, so to speak. I've actually alpha and/or beta tested a lot of games, both popular and a bunch you've probably never heard of. If I had to make a rough estimate, I'd say probably close to 200.
-
Considering we're quickly losing all our freedoms, free beer is looking more and more appealing. At least help you forget what you can't do no more...
-
Then how do you account for how sexy I am? ...oh...
-
dude I'm tellin' you...you get used to the cartoony graphics, and actually grow to like them, especially once you start paying attention to the details (npcs, lore, items, areas, etc...) blizz has a lot of funny spoofs and other humor loaded throughout the game.
-
ogres man, ogres! dude horde should have gotten ogres! Or one of the dragonspawn!
-
Actually i think the real answer is that he has in fact noticed, but he was just trying to make a "I'm too cool for that sort of thing" post. I mean come on, Dan is a brilliant coder and math guru. No fuckin' way he would have gone through life never noticing pizza slice count. In fact, smart people are more likely to be OCD about it. Call up the pizza guy and scream that the pizza wasn't cut exactly even sort of shit. And then write a novel about the odds of really making an exactly perfectly sliced pizza. ...or he could just like...not be a fan of pizza and consequently rarely ever actually looked at one...
-
3? Ah must find other 2. I saw one on TV today. pc behind news desk announcing Windows 7 and went to a reporter doing 'live coverage' and everybody was buying a mac. underlying message/theme: "you gotta go through trouble move all your shit for Win7 anyways...good opportunity to try out a mac!" Thought it was brilliant now mac gets to leech off MS's publicity efforts lol.
-
I don't see how the code you posted could possibly output what you posted, unless you posted the code wrong (for instance, is that echo really inside that loop?). But anyways, you are claiming it is outputting wordwordwordwordword but you want word,word,word,word,word so...just concat a comma at the end of...wherever you're outputting 'word'