| |
| |
| |
|
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> thanks a lot:) <1> and also ORDER BY <0> yes, I'll check out that one too, thanks;) <2> !+g8 <3> Guideline #8) SQL Q's: #sql, #mysql or #postgresql. Apache Q's: #apache. Linux Q's: Either #yourdistro, #linuxhelp or #linpeople. HTML/CSS/JavaScript Q's: #web. Just because some other channel is 'dead' does NOT mean you can ask here. <0> Stormchaser: I read what you said, I know about #mysql, I just wasn't sure if I could only do it with my SQL query and thought about asking here first. <4> Stormchaser: g17 <0> but I won't go the channel.. I'll just look up those on the mysql web site ;) <2> !+g14 <3> Guideline 14) never argue with the guidelines or an Op [See Also: Patriot Act] <4> lol <5> bluetree we dont bite in #mysql <2> archivist: LIES!!! <5> hehe <0> I know, but I wanna try to figure out how to do it on my own first ;)
<0> I'll have better skills that way heh <1> omg 3:00 pm and I didn't write even 1 line of code <2> xshad: \o/ <1> or even drawn a cartoon!!! <1> lol <2> xshad: *slap*slap* <2> That's for cartoon! <1> hehehe <6> how can I create a new object several times in a loop? currently, it only calls the constructor during the first loop p***. <1> while (1) { $bla = new MyCoolCl***(); } <4> xshad: quick! debug with phpinfo(); ! <4> hehe, wiuth that while loop your 1 line has been fulfilled <1> itrebal O.o <1> itrebal overflow :) <4> lol <7> http://rafb.net/paste/results/lGnGW326.html <8> session_start() sends a cookie. Is there a way to reopen a session without sending the cookie? I need to open the session after sending HTML to the client <9> Is there a PHP function that can show a list of tables along with their columns in a mysql DB? mysql_query and mysql_result don't seem to be working for it <7> any ideas how i can fix this problem <1> pdc303 no <7> compilling php-5.1.4 <7> on linux <2> symtab: Screwdriver and wrench <8> xshad: thanks. Not to worry. I expect @session_start will suffice <10> pdc303: You can use output buffering, or you can rearrange your code so that you don't need to send HTML before. <7> Stormchaser: ? <2> symtab: Im guessing -- CVS? <7> Stormchaser: nu, default 5.1.4 source <7> s/nu/no/ <1> pdc303 supressing errors isn't a good practice :( <2> symtab: Did you do something like maintainer-clean? <7> no <1> muxh better if you open the session and redirect the client <1> s/muxh/much <2> symtab: That file wasn't generated in the automake process... <8> xshad: thanks for the thoughts. Suppressing this error isn't a problem ^_^ <7> Stormchaser: is it posibile because i used configure in build-fgi, not in the php-source-dir <7> ?? <1> pdc303 oh! mattmcc way is good :) take a look at www.php.net/obstart <2> symtab: That might be a problem <7> Stormchaser: let mey check <7> thanks <1> it might work just nice <1> i'll sleep... have fun guys <8> xshad: my script is printing a log, so I need it to be constantly flushed <8> good night <1> 3:00 pm :) <1> lol <8> hehehe <4> gggrr <6> http://pastebin.com/733417 <8> mattmcc: appreciate the thought though. The output is only for my benefit so it really doesn't matter if I have/suppress errors. I was just hoping for something nice <11> i bought vps hosting from registerfly almost 3 days ago...still no login information email...god damn <12> is there a way to free the memory used by a variable? <6> it loops serveral times, but only executes the object method the first time <11> sure is "12-24 hours" <13> would it be better to load a mysql query into an array before printing, or just while loop the fetch array? <2> xshad: Is G1 still developed? <14> pdc303: Supressing the error doesn't really fix anything. <15> hello
<16> iqon most probably with unset <15> how can i <14> pdc303: It just sweeps the problem under the rug. <15> upss <15> how can i put text in the file? <1> !tell MalMenPT about enter <6> I can print out the name each loop so I know that it loops more than once <12> PerL_MonK: thanks <6> but I think the object is not being destroyed <8> TML: Like I said, this log output is only for my benefit - not a real client/person. It's ok so long as I know what is going on <1> MalMenPT www.php.net/file-put-contents www.php.net/fwrite <17> is there anything wrong with this line in terms of syntax "$checked = $_SESSION['products'][$_REQUEST['rangeId']][$product['id']] ? 'checked' : '';" if rangeid is a number and product id is a string? <6> so I can't create a new one using the same object/variable name <15> tks <16> row no... <16> if it exists <17> PerL_MonK: what happens if that part of the session array does not exist? <17> it that product id is not in the range id array? <17> it/ie <16> it'll yeal with a warning (if you have errors reporting set) <17> but should work should it not? <16> it should give you the '', better do isset() <16> isset($_SESSION...) ? : ; <17> I tried that had same effect :/ <16> yeah.. it should work, why not <18> what is the command to display the settings of mysql? <2> ... <1> OMG!!! <19> show status <2> set explosives; trigger; <19> show something.. i always forget <1> hehehe <1> /join #mysql <2> Jy: Whatever it is, it's not for this channel. <16> well you can get some info from mysqli... <13> Stormchaser: you an op? <16> depends what info you like to get :D <1> LususX_ he's a bot :) <13> lol <2> LususX: no. <2> LususX: Next time, read the guidelines <0> Is there a PHP function to extract the time and the date from a datetime result in a mysql db? <20> bluetree: there is no need. you can do that with mysql. <19> bluetree, easiest thing to do imo is to change it to a unixtimestamp in mysql and play around with that in php <20> bluetree: if you absolutely need to do it with php, have mysql return a timestamp <20> Jy: no, the easiest thing to do is to have your query return those results. this is where those transformations should take place, not in your code. <0> caffinated: thank you <21> bluetree: mysql handles dates much easier itself than php <0> Jy: thank you too ;p <21> bluetree: look at mysql documentation for date time functions <22> can anyone tell me what go-pear.phar does? <0> yes I will <0> I'm starting to remember all that.. it's been a few years I didn't use PHP.. heh <22> i ran it and it populated pear with some directories and files <2> !+pear <3> [PEAR] PHP Extension and Application Repository, a framework and distribution system for reusable PHP components. ##PHP does not support PEAR, please see http://pear.php.net/support.php. <22> php 5.2 snap <23> bluetree: another option: http://pastebin.com/733458 <7> Stormchaser: well i got rid of that error, and now i got this error <7> 1 sec <7> http://rafb.net/paste/results/PoWxoy32.html <7> has this something to do with libcrypt? <7> from glibc <7> ?? <2> kubuntu \o/ <1> Stormchaser http://www.jcnot4me.com/Items/spoofs/the_bush_monkey.htm :) <20> ****s! <2> caffinated: oh, hush you. <2> xshad: I've seen that like a thousand times already... <24> hmm anyone know why i get unknow column 'tim' in where clause? "SELECT * FROM userinfo WHERE username = $varname") varname = tim btw. this query does just what i want in phpmyadmin though <24> which is what is frustrating <2> *blinks*
Return to
#php or Go to some related
logs:
#linux #web getimagesize suexec
crassworm ubuntu gbindadmin bind9 dvddecss suse dsl modem qos fedora
drm.ko needs unknown symbol
Gentoo missing libungif.la linux install over samba
|
|