@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
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 31



Comments:

<0> union is only for 4 or higher :-\
<1> mua: if the results have the same fields, union would work and be faster
<1> ha, well, 2 queries, ad the results to the same array
<2> Can i cript php files ?
<3> backz: Which means: Entry can be set in php.ini or httpd.conf
<1> TheBest: with 3rd party encoders, yes
<0> ||cw, I tryed :-\
<0> but no success
<1> mua: $arr[] = $row; ?
<0> hmm, nop
<0> ok
<0> I'll try that
<0> thanks
<4> ||cw, guys, is there an 'eclipse only' package for ubuntu? The wiki suggests eclipse-jdt, which includes all the java developer tools.
<4> sorry ||cw - that wasn't just for you ;)
<1> so, I was getting gas this morning and this guy comes up and give me a redbull and some marketing crap. thing is, this was either a faulty redbull or I was REALY damned tired this morning. I'm still tired 30 min after drinking it.



<5> wobbles, ****! but I'm creating a mail software to it. the user can be change the mail from on it. by change it from htaccess I can't change value from database (mail from:)
<1> christo_: not that I'm aware of. since eclipse is written in java, and includes debuggers, I think it needs all that stuff
<1> christo_: it is, after all, primarily a java IDE
<4> ||cw - good point. I forgot it was all written in Java.. I guess I'll have to stick j2re and j2 SDK on my box too <bloat>
<1> !tell TheBest about g9
<2> !tell ||cw about g8
<2> !tell ||cw about g9
<2> !tell ||cw about g5
<3> backz: Do you want to change the 'From' address? See the 'additional headers' argument for mail, or maybe 'additional parameters'
<1> TheBest: wtf dude, I KNOW the channel rules, seems you dont
<6> /msg php-bot g8
<5> wobbles, -fmail@mail.com
<5> WOW
<5> thank you
<5> =P
<3> Marvellous what readsing the docs can do for you :-)
<7> what was the ini directive that disabled <? (as opposed to <?php) short open tags something ?
<7> short_open_tag!
<8> hey
<9> hello
<8> would someone access a huge page with a slow connection possibly cause a PHP timeout or absolutely no?
<8> no/not
<10> hi guys
<10> how to get only the first char of a text string ? I.e i'd need f from $name='frog'
<11> Edward321: what's the text of the error?
<3> YazzY: substr()
<12> substr
<11> yazzy, http://php.net/substr
<11> ;p
<13> can you put php script within php script
<12> require?
<3> Like include() or require() ?
<14> I'm having a little problem with special chars (the danish ) in php when using gettext. Even though it is written correctly in my po and mo files, they are not displayed as they should, if I just type it without using gettext it works fine. Any ideas of why gettext in php converts those chars to some other chars?
<13> no like <?php blah <?php ?> ?>
<15> http://www.rafb.net/paste/results/IdL1Qp75.html
<16> anyone would like to do a consignment job????
<15> i'm getting confuse about the logic..
<15> $rs=$con->query("SELECT ToCa_ID, ToCa_Name FROM tour_category WHERE ToCa_Name!='$temp_tour_category_enabled[$i]'");
<6> WCX: what is the point of that?
<13> <a href=" <?php echo $phpbb_root_path ?>profile.php?mode=editprofile">Profile</a> I want to put that INSIDE a phpscript <?php here ?> ... how do I do that (it has html and php in it)
<3> WCX: That should cause a parse error, I think
<13> basically the script I have has a if else statment
<13> I want that line to execute IF something is true
<15> i want to save the array of that query.. but while ToCa_Name!='$temp_tour_category_enabled[$i]'
<13> so I need to put it within the if/else statement
<12> use <?php if(condition): ?> at the start and <?php endif; ?> at the end
<3> WCX: You can break out of php and just have html, then return to php
<15> the problem is $temp_tour_category_enabled[$i] is an array, if only 1 exclusion i can do that :(
<10> wobbles, nathe : thanks
<13> wobbles can you elaborate on how I could do this
<13> 1 sec, let me paste the code somewher
<12> WCX, use <?php if(condition): ?> at the start and <?php endif; ?> at the end
<13> http://rafb.net/paste/results/8QMYgS99.html ... see the ahref statements, I want that to go in the IF statement (if the user is loged in)
<3> WCX: <?php if($this) {?><h1>This</H1></php }else{?><H1>That</H1><?php}?>
<3> Or echo strings within the php tags
<13> echo is how I done it before... problem is ... you got the <?php ?> tag dead center of the link
<12> WCX, use <?php if(!condition): ?> at the start and <?php endif; ?> at the end of the block that you need to hide under a condition
<17> can PHP send POST requests? I know it can send GET requests.
<12> yes, it can
<17> to a foreign server



<13> azhi, there is allready an if else statement .... I not trying to create a new one
<17> azhi_dahaka what functions should I look into?
<12> http://zend.com/zend/spotlight/mimocsumissions.php, Bungopolis
<13> I would rather echo that aherf line to get it to work
<13> since I understand how echos work
<17> azhi_dahaka can it negotiate an HTTPS connection also?
<12> check the page
<17> thanks
<12> it's a guideline for emulating http
<13> wobbles, can you show me how I would echo that string?
<3> <a href="<?php echo $phpbb_root_path .'profile.php?mode=editprofile">Profile</a>';
<3> Ooops <a href="<?php echo $phpbb_root_path?> .'profile.php?mode=editprofile">Profile</a>';
<13> isn't that the string I have now? what changed
<3> Or echo '<a href="' . $phpbb_root_path . 'profile.php?mode=editprofile">Profile</a>';
<12> WCX, under what condition do you want it to appear?
<13> azhi, if the user is loged in .... I just trying to insert it in the above statement
<12> you could just move the links right between the echo (' is loged in ');
<12> }
<18> Anyone use directadmin here before?
<12> on your if statement... put a ?> before and a <?php at the end
<3> WCX: Not reading closely - a bit late here
<13> well it worked wobbles
<12> like whism WCX: http://pastebin.ca/58370
<13> except the logout function lol... got to figure out why that thing not working, but the script atleast compiles
<12> like this WCX: http://pastebin.ca/58370
<3> So, everyone is happy, I can go to bed :-)
<13> oh you can do that.... neet
<13> never thought you could break up a if/else statement like that
<12> yep
<19> hi all can anyone help me to resolve a problem with php5 cache on IIS6 ? When i upload a file to server it does not refresh the pages in the same time. There is a random time that need to be waited to refresh the pages
<13> (learned java here... never had time to really learn php)
<12> ugh... IIS
<19> Azhi_Dahaka :)
<20> how do I decode URL escaped chars?
<21> urldecode
<20> thx
<1> [Burnys]: how are you "refreshing"
<21> i know, naming of php functions ****s
<19> ||cw ? its seems to be a cache configuration from iis...im asking if anyone have seem it
<19> its occurs with html pages too
<13> bloody hell, why wouldn't this log out =P
<22> does anyone know of a good sorting function for multidimensional arrays? I'm currently trying to use http://au3.php.net/manual/en/function.usort.php#66188 but struggling to figure out how usort calls the custom sorting function
<22> or if it's pretty simle, could someone take a moment to explain it to me plz
<23> Does anyone have any free time for helping me with a personal project?
<24> Zombie, if you have a specific code question, you can ask it here, however this isn't really a proper place to recruit :) (either on a paid or a charity/whatever basis)
<23> I'm not a coder.
<13> anyone well verse in phpBB2, just wondering why this code cain't logout of the session... makes no sence to me
<19> its not only php problem,,,
<6> WCX: there is a #phpbb they are very helpful witjh supporting their product
<6> with*
<13> ok I will try there, tho usually they don't know much php =p
<13> last time I was asking question there... they only knew about templates and whatnot and not actual mysql and php
<6> yet they manage to build a forum using it?
<13> .... you think that chat is the actual devs?
<24> ^Spinner, usort() gets an array to sort , and name of callback function. such callback function should recieve two parameters and return either 0 , or -1 or 1 (0 if they are "equal" , -1/1 depending which element is greater (see example 1 , not usercomments, it's more clear )
<19> ||cw did you ever seem this error ?
<12> Has anyone used the CakePHP framework? (NOT a technical question, a user experience one)
<6> WCX: most rooms yes.. like #e107, or #fluxbox you speak to the devs all the time
<13> errr I only tried once, maybe the ones with a lot of knowledge were sleaping =p who knows
<13> ... really?
<6> WCX: yeah
<13> wouldn't think they would be offically on some irc network
<22> pnch- yeah, that bit makes sense, but I'm not sure about the callback function - the examples are using 2 vars, but I'm not sure whewre they come from
<6> WCX: and if you were on gnome irc you could even talk to people who commit to gnome cvs all day
<13> now.... is there a dev chatroom for Internet exploer... I want to tell them they ****
<24> ^Spinner, these are elements of the array you p***.. . (usort will call your callback func with elements it needs to sort)
<13> dealing with the CSS template of my site was hell... firefox did it right and IE screwed it all over
<13> =p
<12> i guess that they don't know what irc is
<12> CSS and IE, not a good mix
<24> ^Spinner, i.e. if you have a multidimensional array, these will be arrays..
<13> it should be
<13> microsoft seems to be behind times in everything they didn't make
<6> WCX: yeah what else is new..


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #php
or
Go to some related logs:

Xlib: ext Xfree86-DRI
$sftp->do_opendir
No module named win32clipboard
#php
ttyn: permission denied
armagetron movie packs
MyISAM O_DIRECT mysql
mysqld one processor
#gentoo
debina linux26 floppy



Home  |  disclaimer  |  contact  |  submit quotes