| |
| |
| |
|
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> with port php-cli <1> how come base_convert($hexadecimal, 16, 32) fails? <2> fch: Undefined symbold are clash of libraries... <0> but what library ? <3> some websites have a confirmation for some characters that created with image.. <3> what was that's name :=) <4> how many of here are webmasters....? <4> how do you deal/cope/live with botnet flooding? <5> do you guys have experience with http://us2.php.net/soap? <6> cs 1.6 or CS:S server for 1 month in exchange for quake4 (.99 from play.com) /q :P <6> Stormchaser: sorry, /amsg :( <7> MikeH, no advertising please. <7> MikeH, did you play the Q4 demo yet? <6> ye, I keep forgetting xchat amsg's to everynetowrk <6> and No
<6> I havent <6> didnt know there was one <7> MikeH, 350MB, took me like 7.5 minutes to download... :/ <8> hello all, what I need to set in my php server to run fine the include path? in my php.ini has /php4/pear <2> Davey: T3 at home? :) <9> I cant get my csv dump to open up in excel correctly. It opens in excel, but everything is in the first column ..... any ideas waht I might be doing wrong? or anyone know of a link that handles this right.. because im doing what every link I could find does.... <10> tell excel to parse it by the commas <11> Tac_Work: you can also have excel split a column <9> brick: i dont understand why it doesnt just read the .csv extension and open it correctly <10> boohoo, Tac_Work <9> ? <10> take it up with microsoft <6> Davey|Work: any good? <12> can i modify $_SESSION from a method of an object? <12> i need help figuring out why i cant end my session. <12> it looks like it is destroyed, until i click on a link to another page on my site. <13> hey guys, if i am accessing an array from within php with php 5.1 can i just do if( $my_array["xyz"] != null) or do i need to do if( in_array("xyz", $my_array) ) ? <12> if($my_array["xyz"] != null) is fine <13> wundaboy: cheers <14> _StarScream, and that is going to be faster too... <13> morbius: thats what i thought, i just wasn't sure if it would work :) <15> Can anyone recommend a PHP gallery script which would allow the input of 3 custom metadata values and is capable of displaying as a 4 column by N row table? <7> MikeH, short, but fun <13> morbius, wundaboy if i create an instance of an object, then set it to null $my_object = null; then include a file like include_once("my_template.html.php"); is it safe to ***ume that i can't then do $x= new $my_object(); from within my_template.html.php ? <15> I'm whipping up a website for my mother and it's going to be hosted in my space, but it would be nice if she could edit her artwork gallery without having to ask me to upload the pics and change the HTML. <6> Davey|Work: cool, I'll stick it on download tonight <6> I'd buy it now, except I drew out all my money from the bank today ;| <16> I might end up getting an RTFMJOONOOB response for this, but I'm going to ask anyway..... I've got an old php site I'm working on that doesn't use $_POST or $_GET to access variables that have been p***ed from other pages, instead it just attempts to access the variable as such: $variablename... unfortunately, the version of PHP I'm running doesn't like this.... the question is: is there... <16> ...any quick way for me to fix this dillemma? or do I have to manually find every variable and change it? <17> shwinter: Your old server has register_globals enabled. <17> Your best course of action would be to correct the script, if feasible. <18> shwinter: 1) Yes there is a VERY easy fix. 2) I'm not gonna say what it is. 3) It be a security hole to do so. <16> bah <18> !+register globals <19> You may have a register_globals issue. Read the following thoroughly: 1) php.net/variables.predefined 2) php.net/variables.external 3) http://www.snipe.net/geek/toolz/globals.php <18> shwinter read that ^^^ <18> shwinter you a gamer? <16> not at work I'm not ;) <16> actually, the last game I played extensively was diablo 2 <18> shwinter well you know when you play certain games there are secret things you must find or cryptic messages you need to decipher? <18> hint hint nudge nudge <16> something makes me think I'm going to have to manually go through this entire script <16> ;) <18> shwinter Well... you probably should do a rewrite, unless you like being violated. <18> then you can try #php.bdsm <18> =) <16> heh <16> only by my gf <20> i thought that was this channel... <16> I'd like to send whoever wrote this damned site there tho <21> !tell shwinter about #php <16> lol <20> jar jar did it <16> so is php-bot written in php? <2> no <22> Is there any way to direct all that which is sent to 'echo' to a file or a buffer string? <22> ^ nice english eh :p <20> Vlet: ob_start() <21> vlet look at the output buffering functions <22> thanks!
<16> I always wondered why someone would write an irc bot in php <20> Vlet: no :) <2> I did <16> did you? <2> yes <17> It ****ed. :P <16> why? :P <2> shwinter: But if you want to write IRC bot, then don't use PHP <16> heh <2> FlamingCows: Correction... It still does :) <17> Hehe. <16> I've already written an irc bot... in vb :( <22> yay - output buffering is awesome :) <16> if anyone here wants a challenge, try getting "YourTILT" to run properly on a modern server <2> the heck is yourTILT? <16> and something makes me think those hours are slowly turning into days :( <16> it's a tutorial on "how to research" <16> it's for my college's library <16> it was written sometime before 2000 <16> it still uses PHTML file extensions <16> :s <2> why don't you rewrite it? <16> heh... because I don't want to... it would take to long... it's actually pretty large <16> I just want to get it up on the site, and have it done with <2> shwinter: It'd probably take less time to rewrite it than to 'just make it work' :) <2> shwinter: URL for that thingy? <16> I wish I could say I was that good with php <16> http://tilt.lib.utsystem.edu/yourtilt/download.html <16> that last link jymmm posted is down :( <2> shwinter: Um... doi they need to approve the download or send you the link? <16> ? <2> there is a 'contact information' form. Can I fill it with garbage or not? <16> I'm not sure... I wasn't the one that filled it out on this end <16> I was just sent the download link with the files on it <18> !+register globals <19> You may have a register_globals issue. Read the following thoroughly: 1) php.net/variables.predefined 2) php.net/variables.external 3) http://www.snipe.net/content/php_stuff/globals.php <18> gawd you ppl are lame <2> bah... Yes... I came to it via google, and it gave me the form... My bad <18> what you ppl see a 404 and cant go to the webroot and look at the menu?! <23> hello <23> i'm trying to get the most recent rows of a column <23> but i don't want duplicate values in it <23> how can i do this? <18> !+enter <19> Don't use the enter key as puncuation. Think in complete thoughts, then type. <2> Damn... The lib is 21.5M o.O <23> sorry <23> I'm trying to get the most recent rows of a column but i don't want duplicate values in it. How can i do this? <16> I'll be back in a second <18> Yoris most row -or- last row? <18> Yoris most rows -or- last row? <23> last row <23> s <18> cant help ya on the plural <23> what do you mean? <23> if one needs only one row it can never be duplicate, so there would be no problem situation <23> :P <18> Yoris if you dont want duplicate values in the db, you need to setup the db itself to prevent that. <2> Yoris: ORder by id and display last few. <23> stormchaser -> but that would give duplicate results <18> !+sql <19> [SQL] Structured Query Language - the language for most DB Systems. See http://www.w3schools.com/ http://www.sqlcourse.com/ http://www.onlamp.com/pub/ct/19 and #mysql, #postgresql or #sql <23> jymmm -> i want the duplicate values in the database, just not in the result of my query <18> Yoris then learn sql <23> i'm trying to <23> that's why i came here <23> :) <18> Yoris I just gave you links to sql tutorials <23> i know sql <23> just not the answer to this question <2> no you don't
Return to
#php or Go to some related
logs:
gnome-panel-screenshot fc5 toutch boobs noganex c++ float limits #css xorg.xconf monitor VM envy24control dynex gaim u key #lisp nvidia nfore linux x86_64
|
|