| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Comments:
<0> anyone that can help me for a second i see that i am not able to make more than one connection at a time but i do not see anything limiting me, is there a php setting so that mysql_connect only allows 1 connection resource at a time? <1> stupid answer: switch the if/else statement... hehe <2> Renich: so you think u could help me <3> !tell gunoo about u <1> well, maybe, done some image stuff in php <3> I won't repeat... You were warned before, gunoo... <0> yeh mysql_connect has a new link bool <0> tell me that is new i dont recall ever seeing that <4> Idle0ne: i'm pretty sure they dont speradically change it <1> gunoo: http://www.php.net/manual/en/function.imagecopy.php <5> Idle0ne: Was added in 4.2.0... <6> Anyone familiar with rlib? <2> what would that function be diong? <0> Dangermouse: wow, i havent run into this issue until just now ;) <0> thought the old developers stored it in session but couldnt find it anywhere lol
<7> $_SERVER['PHP_SELF'] disabled by default in php5? <3> H0ly: no. <8> H0ly: no, why do you think so? <7> because i ran default configs in php4 and just upgrade to php5 and it wont work properly :) <8> the deault configs of which php4 version? <9> hi guys <7> php-4.4.2-i486-3.tgz <9> I got a text like this: test[1,2,3] or like that blah[hu,2,4] or just blupp. how do I get the stuff in the brackets? <9> note: sometimes there is no stuff <3> luke_de_php: preg_match <2> can someone please help me <2> this stupidf gay gd is maknig no sense <10> gunoo: i doubt its gay <11> Kaitlyn the what doe sthe G in GD stand for? <2> GAY <10> Jymmm: great, duh <2> Kaitlyn,m are yuo good with gd <10> not at all :) <10> luke_de_php: are you going to have other brackets in the string that you want ignored? <2> anyone good here with gd, that can help me? <7> basically $_SERVER['PHP_SELF'] dont get interpeted right and i get %3C?=$_SERVER['PHP_SELF']?%3E?contents=blank in my webbrowser <10> HolyGoat: it isn't being parsed <10> make sure it isn't in any quotes <9> Kaitlyn: no. just [] <11> Kaitlyn: Well you do know that when someone is frustrated and calls something 'gay', that secretly deep inside themselves they are having a ***uality conflict and just can't find their way out of the closet. <10> luke_de_php: im not great but try this: preg_match_all("/\[(.*?)\]/", $string, $matches); <2> Jymm, go get laid <10> Jymmm: haha <12> Oracle wants to buy Zend? <10> thats old news? <11> gunoo tell me to fsck myself again, and I'll show you who's gonna get fscked. <13> wait <13> i think he told you to get fscked by someone else <11> prium did he say a partner? <7> Kaitlyn but without quotes how should i set it to value="<?=$_SERVER['PHP_SELF']?>" value then? <13> gunoo Jymm, go get laid ... it tends to imply with someone else <13> hmm <14> hello guys <11> prium Did he EXPLICTLY say a partner? <13> yes there is much room for interpretation <13> hahahaha <13> you're right <11> prium =) <13> fsck that bastard <13> lol <11> prium not even with your ****! <8> H0ly: looks like the short open tag isn't enabled <11> prium hell, not even with Kaitlyn's ****! <14> I have instaled the ssh2 module and loaded (at least I think), but when I try ssh2_connect I get the Call to undefined function error. Does anyone know how can I check if ssh2 module is loaded correctly? <15> can anyone point me to the php documentation on parameter p***ing? i cannot seem to find it, even with google. <13> lol <16> Toerkeium, it should show up in the output of phpinfo() <9> Kaitlyn: thank you. now I get the stuff in brackets in an array. Is there a way to get it just to a string, so I can use explode? <17> Syco54645: What do you mean "parameter p***ing"? <14> jonez, thanks! <15> TML: p***ing parameters via the url <18> whats up everyone <10> luke_de_php: implode(',', $matches[1]) ..? <15> Toerkeium: i figured it out on my own, i just want to read the documentation now so that i am sure that i am doing it right <11> Syco54645 you mean example.com/index.php?name=john <17> Syco54645: foo.php?paramname=paramvalue
<7> sjors bare with me just started with php on my own server is that php config thing? <15> TML: is that all that there is? i was thinking that there would be something more than just that <14> Syco54645, what? <17> Syco54645: There's no documentation on it that I know of. It's just the CGI spec. <17> Syco54645: I don't understand. What more would there be? <15> Toerkeium: sorry the tab completion button struck again <14> heh <15> TML: i was meaning different methods. sorry, i just want to do it right <15> Toerkeium: the tab button is a blessing and a curse <17> Syco54645: That's the right way to do it. <11> Syco54645: Only two methods... GET and POST, and GET is the same as p***ing in the URL <15> Jymmm: ok thanks <11> Syco54645 thank TML now =) <8> H0ly, yes, look in H0ly: I'm wrong, but it looks like <? is being translated to %3C?= <15> Jymmm: i am still talking here :P <15> TML: thank you as well <11> lol <7> ok <15> i am glad that this place is more laid back then #perl is <7> Syco54645 you should have tried linux on DALnet 96 ;P <11> Syco54645: It's not, if folks dotn follow the rules. <7> would make every other channel heaven <15> Jymmm: if i go to #perl and ask something like oh i dunno if there is a perl module to pull the info out of a text box because i cannot find it on cpan they freak out <15> H0ly: and that is why dalnet isnt around anymore <7> it died because of people being stupid enough to accept viruses :o <11> Syco54645: Well, we'll usually give you a link to the section in the manual <15> H0ly: is that how it was ddossed <9> Kaitlyn: yeah, that will do! thank you! and is there a way to get the stuff in front of the brackets? like this "/(.*?)\[\]/"? <15> Jymmm: and that is all that i want. there is far too much crap about php on the net to find the info that you want <11> !+search <19> To EASILY search php website and manual --> http://php.net/WhateverYouWantToSearchForGoesHere <20> anyone knows someway to force reloading on web browsers, when using history? <9> Kaitlyn: do you know any good page to learn this regular expression stuff? <7> Syco54645 yes combined bandwith goes a long way :) <15> Jymmm: you better get making the manual page for parameters then :P <11> !+mre <19> [MRE] 'Meal, Ready to Eat' used by the military in the field and others during a disaster as they have a long shelf life. But you probably wanted 'MRE - Mastering Regular Expressions' the bible of regex http://www.oreilly.com/catalog/regex2/ Use this utility for learning/understanding/troubleshooting your RegEx --> http://www.weitz.de/regex-coach/ <15> H0ly: i thought it was just a group of people, not a virus <7> Syco54645 there was a group of people using stupid users and other means. <17> Syco54645: It's not something we feel needs to be documented, given that the HTTP and CGI specs already cover it in extensive detail. <15> well thanks everyone for the help, back to coding this script some more. i am trying to get it ready for a beta launch on the site <9> php-bot: thank you:) <18> whats a good PHP enabled text editor with FTP capabilities other than EditPlus? <21> Vim <18> is it good for PHP? i am looking for something that will also have some kind of help with code <21> it is amazing for PHP <21> and amazingly, it's also amazing for perl, c, java, and every other language out there <7> emacs <7> :o <21> it's also good for text processing <21> now that's just asking for a H0ly war :-P <15> cdfh: what about nano/pico? <18> ok, i'll try it out, any other suggestions? <20> and ascii art too :) <21> they're both rubbish, imho :-) <3> !+editors <19> http://freshmeat.net/browse/63/ or "real men don't use editors, they just filter /dev/urandom until they get the chars they were looking for and pipe those to a file.", or http://www.php-editors.com/ <22> i love vim. <18> fi am looking for something for windows <7> cdfh Vim got good latex support? <22> alot of people hate it. <21> indeed <22> but when you get used to it, it's far superior <21> what inf3rno said <7> getting a bit pissed a Kile for latex <7> just started using it for my documents :o <21> !+emacs <22> i'm frankly suprised at the lack of common love for vim in the linux community, many divert to something like nano, which is more winbl0ws like <21> bah :-( <3> s/winbl0ws/windows <21> nano isn't a serious editor at all, really <21> it's just because people can't learn how to use vim <23> i still like jedit for php work
Return to
#php or Go to some related
logs:
#perl ---! Must increase the hyph_size pppoeconf slack package firestart failed to start firewall ubuntu Lebpro eca driver ubuntu instlal locale #web rc0d in ubuntu how to compile GDAL on fedora #linux
|
|