| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11
Comments:
<0> weeee, 10% of google mail space used <1> i've got 2GB of mail on my HD <1> google would die <1> and most of it is actually not spam <0> they allow 26099 mges by now ;) <0> errm, 2699 even ;) <2> is there a more informative function than mysql_error() for use in an 'or die' statement? <3> Helo <4> anyone have an installer lying around for nettransport 1.9x? <3> I have a $result=mysql_query("select id from paste order by id desc limit 1");, how can I make $result into a number that can be add +1 to? <0> http://www.nettransport.com.cn/default.htm ? <4> irzyxel: that's version two, with its anal registration system :P <0> get netleech, thats truely free <5> http://www.collegehumor.com/movies/1661549/ <--****ed up bitch <4> might be old, but http://video.google.com/videoplay?docid=6379146923853181774&q=apple+touch <4> very very cool
<1> omfg that's the **** <1> the ****ed up bitch one <5> that kicks *** <1> i mean <1> she reminds me of my ex <6> how do i get the domain name from an address bar like http://www.domain.xx/whatever/page.htm <1> so why dont we have those displays yet? <1> and what's the name of the song they had playing... that song was the **** <7> bloody ****ing eclipse <7> it won't let me save _any_ file <8> that apple touch is whats on the next ipods they recon <8> full screen lcd front <7> that's way cool <7> but i reckon it's quite tiresome <7> um is that real technology? <8> thats what apple have patented <8> thats what they are going to do yes <8> well they have most of it <8> in fact the new ipod comming out they believe will have it <8> the entire front is an lcd display and when you touch it you get the image of the wheel etc in transparent so you can still play other music or watch movies etc <7> it's cool, but a bit limited for the ipod. <8> yeah but thats just the start <7> that kind of controlling for a real computer is like... scifi <8> the video clip isnt the actual technology <7> yeah i got that <8> its aq mock up one guy did based on the patents <7> after i got out of the wtf state <7> back on earth, why won't eclipse work <8> hehe <9> soap is suported only in php5? <10> lol <10> there is soap in php <10> woooow <8> its to keep it clean <11> looool <11> to keep it what <11> clean ? <9> your brain <12> no one likes dirty php <9> so... any idea if it comes only with php5 or there's a way to use it in 4.x too? <7> there's a php implementation of soap somewhere <9> let me ask google <7> http://www.google.com/search?hl=en&q=php+soap&btnG=Google+Search <7> aye <13> http://google.com/search?q=php+soap <13> i hate how a lot of websites give you this huge URLs, and most of the length is just GET vars confirming DEFAULTS! <13> if the values are defaults (like hl=en or btnG=Google+Search) then it should never make it into the URL <13> !seen vardhan <13> anyone? <14> whats with the male love? <13> heh. just wanted to ask him a ?... jeez :P <14> cockholster <12> well hes not here is he <13> yeah. i need his size <13> heh <13> clearly he is not. just wonderin if anyone had seen him lately <13> probably won't be on till later anyways <12> and how will some one haveing seen him help you? <14> **** you look like a ****ing tiger mate <11> sssshhhhhhh
<11> i want to sleep <11> stop shouting <13> Eldritch: probably wouldn't, but maybe you talked to him and somehow caught what he was up to or when he'll be back... odds are unlikely, but figured it didn't hurt to ask <15> ;p <14> i ll be shipping a lub tub, just tell me the wedded address <11> ok i know you'll miss me <11> i have to quit <14> just for those who like me are ****ing bored http://www.youtube.com/watch?v=aOBbrrzG3G8&search=pirates%20of%20silicon%20valley <8> is it the whole movie or something? <13> doubt it... probably a parody or something <13> it the website wasn't so slow i'd know already <13> *if <14> just an extract <14> how come jobs never moves at bullet speed in this movie? <13> lol <13> why would he? <8> its the movie examancer <8> well a good ****en chunk of it <13> since when does jobs == superman... or even jobs ~= superman <14> bullet speed <13> from what i've seen... jobs == ***hole <14> !=freaking cartoon <13> superman doesn't have to be a cartoon <13> heh <8> jobs is an ok dude <8> just more of a sales dude than coder <13> yeah... well, professionally he can definately run a company... but i haven't seen him ever do philantropy whatsoever with that huge fortune he's am***ed <8> http://www.youtube.com/?v=ZaDpomc-3sg <8> lol <8> nice <16> mmm <16> fordvehicles.com <16> nine minutes left for the day <8> 1 hour and 9 for me <16> your -8 <16> dang <8> yeah i finish at 2 <8> pm <8> :D <8> not - hours, + hours <8> its tuesday <13> there should be a jerkoff tax... if you are worth more than $1 billion and you don't give anything to charity at all in a year, you should be taxed like $2 million and have a date with Mike Tyson <16> it's tuesday... <16> it's not tuesday <16> it's monday <13> JC^Omega: whats to drool over on the ford site? new model? <16> yeah f250's <7> can one have an object property named same as a cl***? <16> I may have to go by the lot <13> site doesn't load right in FF <16> the ford dealership has an 06 that I want <16> but I want the 07 <17> glip: I wouldn't think so, that probably messes up with the constructor and/or cl*** def. <17> But I don't know for certain. <7> ah, not in the same cl*** <7> seems to be working <7> i meant something like cl*** foo {} cl*** bar { public $foo; } <18> will the is_int function be sufficent to 'clean' a variable for use in a select query where clause? <18> ***uming the variable is pk <8> JC^Omega, its tuesday here <17> Oh, I see. <7> LanShark: in_int checks the internal type of the variable, not the content. <7> is_int even. <17> I don't know, I don't do that much PHP OOP... or PHP at all, as of late. <7> it it dosen't clean anything, it just checks <13> LanShark: just cast it as an int to ensure its really an int <13> $var = (int) $var; <13> that will guarantee you an integer <18> well i was thinking if(is_int($POST['action')){$clean['action'] = $POST['action']} <13> if the contents were not integer, the result should be either a 0 or 1 depending on how it evaluates <13> LanShark: $clean['action'] = (int) $_POST['action']; <13> if you actually want processing to halt when its not an integer, then you could do your example <13> or you could do this: $clean['action'] = (is_int($_POST['action'])) ? ((int) $_POST['action']) : 0;
Return to
#php or Go to some related
logs:
#java i wana oi bye
#mysql #linuxhelp how to install fluxbox on centos #c++ smolbil navicat (errno: 150) #mirc #chatzone
|
|