| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Comments:
<0> this is a developer help channel - not a phpbb help channel <1> plz? <2> omfg hai2u <1> hai2u plz <2> drupl plz <0> *** plz <2> l0lz <2> www.hai2u.com?seks=w3333 <1> u know phpbb freman plz? <0> I have used it in the past yes, but I can't help you - you will find no help here. <1> I just love it when people take me serious <0> I must go to sleep now, something about going to work and getting paid <2> hah <2> larmer <1> u larmer <2> I r at t3h work!
<2> l0z <1> sick a duck <2> oe noes <2> mother bitch <1> PLZ1!!! <0> ,.|.. o_O ..|., <1> OMG LOZLZLZLZZLZ <1> u h4x0red him out <2> u sick a duck! <1> noez <2> fukr face! <1> :((( <2> ( o Y o ) <2> l0lz!@ <1> boobz <2> lookit <2> yer moms boobs <2> (0Y o ) <1> Chernobyl boobs: ( . ) ( . ) (. ) <1> Miss Chernobyl 2006 <2> aaaaahhhh <2> I miss Dime <2> Pantera - Art of Shredding <1> omg plz <3> dravine: my cousin was at the Al Rosa that day. He was trained as an EMT, so he hopped on stage and attempted to resucsitate Dimebag, not knowing the full extent of his wounds. <3> Freaked me out when he told me. <2> man <2> I wanted to kill that faggots whole family <3> I don't blame you. <4> i don't know anything about Pantera. what happened to "dimebag" <2> little washup marine wannabe piece of **** <2> some faggot from ohio shot the hell out of him at a club <5> rdw <4> why for? <3> You should've seen the Villa afterwards though. Beautiful. Hundreds of boquets and memorials. <5> not all from ohio are faggots <2> rdw, cuz the kid was a whack job <6> those are hard to come by in the US <4> Ophiocus: RESPEKT PLZ <3> rdw: kid pretty much hopped on stage after sneaking into the club and shot the lead singer of Pantera in the back multiple times before a cop rolled in and took a 12-gauge to him. <7> dear god, have you people seen the trailer for Supreme Commander? <2> dime was the guitar player <2> not the lead <3> ...did I say lead singer? <3> whooops <2> yeah, Phil anselmo was the lead <2> the kid blamed dime and vinny for breaking up pantera <2> wasn't that Phil was a ****ing heroin addict or anything... <6> you meant lid swinger? <8> Hey... I'm having some problems with PHP 5, the newest stable, and errors and was wondering if anybody had any suggestions.. <8> the problem is that I'm not getting anything, if it doesn't like my code it just seems to abort... and not print anything to the browser. E_ALL and E_STRICT are both set though... <9> this means you have a syntax error <9> check the error log <9> guys, is there a way to do something like UPDATE myTbl SET x=x+1 ELSE INSERT INTO myTbl (2,3,4) <6> open the source for the page on browser, is your code there <3> Damn. Dimebag's family is suing the Alrosa for the breach of security that allowed Gale in. On the one hand, I think it's justified, but on the other hand Alrosa's security was *never* trained or equipped to handle firearm weilding people. The Alrosa's long had a policy of "gun toting robbers get what they want." and I'm certain Damageplan knew that going in. <8> nah, it literrally just cuts off everything, no more html, no more php is processed, and nothing is appended to the end of the page. If you look at the soruce it's just like a sudden stop <3> mazzid: means there's a syntax error.
<6> your code is exceeding 30 sec process time,.. <8> And it doesn't seem to wrie anything to my php log file... ever <3> Oph: you think so? <8> nope, it doesn't take 30 seconds, it's instantaneous <3> mazzid: check apache's error log, maybe.. <6> looks like a broomstick in bikewheel kinda abort <8> ken: well I'm getting a lot of errors in the apache log... let's see if they're related <6> lol <6> "my car s on fire,.. reckon that explains the low gallon/mile ratio?" <8> oh no, those are all old... <8> nada <6> check the php info for discrepancies, make sure only one php.ini is in path <8> The line that's causing it is this: interface iDb { protected function queryArray($querystring, $limit); } Although I really wish it just told me *something* so I could try and debug it. It seems to do this for all kinds of errors <6> you know, back to basics <8> *nods* <3> mazzid: something is going wrong somewhere, obviously. Pastebin some **** maybe. <6> where s hajuu when you need him to say " your mom s gone wrong" <8> well I just turned on display_errors... I figured that was a sure win <8> but it wasn't ;) <6> restarted server? <8> *nods* <8> haha, good thing to check though ;) <8> I have a tendancy to be retarded apparently... <6> hell! dyndns is a pain when using multiple vhosts <10> hello, i m need execute an php of other directories <10> <?php echo "hello world"; file.php;?> <10> example <?php echo "hello world"; /directories/file.php;?> <10> help me <8> johny: http://us2.php.net/manual/en/function.include.php <8> wtf? <8> so I'm still not getting errors, but I figured out what was wrong <8> they didn't like me defining a function as protected in the interface... <10> thaks <8> john: n/p <8> except I want it to have to be protected <8> .... <8> dammit <11> hahah get the joke <11> i crafted page. validated it. <11> dude takes page. <11> opens in "dreamweaver" <11> edits/ <11> saves. <11> guess what? no more validate. <9> guys, I want to do an update on a mysql table, if it fails I want it to execute something else and I want it done in the same query, is it possible? <8> umm... I don't know <8> if it fails... <8> mysql_query will return false <8> and if it does you can get the error with mysql_error <8> and if it's the error you're "expecting" you can draft a new query, possibly out of the same query string you used first <8> I don't know if MySQL supports anything to do it all in SQL... maybe you could write something in a stored procedure if you're using MySQL 5? <9> I don't want a second query <8> yeah, if a query fails then it fails... <9> don't know what mysql version is installed there <9> tho, I'm pretty sure it is possible <8> what exactly are you trying to do? <9> update a field, if the update fails I want to insert a new row <11> if(!$result) <11> ? <8> well that's PHP.... <8> if you want to do some php processing then it's easy <8> that'll run two seperate queries though <11> this is #php <11> heh <8> haha, true enough <8> sk8, try looking up the replace function: http://dev.mysql.com/doc/refman/5.0/en/replace.html that might do what you want <11> i missed the bit where he said same query tho <8> that's all I can think of... <9> I know about replace, but I can't use it <9> cuz replace fails only when an index already exists <9> and in my case an "index" is formed from two different fields <8> If I were doing it I would try and update and if it failed do an insert... <9> I can't do that
Return to
#php or Go to some related
logs:
dac960 vs software raid centos 550 times sweeter than cane sugar gawd damn good job #AllNiteCafe png beginpaint wm_paint #linux #gentoo #AllNiteCafe #networking #MissKitten
|
|