@# 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> just a wild guess... copy()?
<1> In the context of remote-local there's no such as copying. It's calling downloading... you know, like everything else?
<1> copy() will work though... duh?
<2> is it really necessary to use so much techno babble ?
<0> p0windah: You want to hear more?
<2> I'm confused enough as it is
<1> p0windah: Yes, because the way he's sayin' things, I don't know what he means. When someone says "copy" I immediately think they want to copy one file to another destination, LOCALLY
<1> It's common sense.
<2> copy, what the hell is copy ?
<1> When you're dealing with remote stuff, it's called downloading/uploading
<2> ?
<3> Does it matter what you call it>?
<2> kuja: are we talking about computer stuff ?
<1> Julian|Work: Didn't I explain in?
<1> Or were you not reading?
<1> Stormchaser: *kill ##php* feeling is stepping through



<3> You explained why it shouldn't be called copying, but I don't see why.
<1> Julian|Work: Because it's misleading and confusing?
<3> copy() will work fine if the source if remote and the usual options are set.
<0> s/kands/hands
<3> kuja, if that's your gripe, there are plenty of other sore spots to check. copy() isn't a big deal.
<1> Julian|Work: It's a convenience, the function's behavior that is.
<2> when this is done, I shall be handing out bling
<3> So I should distinguish between "convenience" functionality and real functionality in PHP? If it works, it works.
<1> Julian|Work: What is in discussion now is the terminilogy. As you can see, it took tecnoba_ like 5 minutes to get a straight answer.
<3> Alright, you made your case for terminology.
<1> t e r m i n o l o g y
<1> :P
<1> I was never arguing functionality, *never*
<1> So pay attention
<2> yes you were
<2> we all saw it
<1> :P
<2> anywho, night girls
<4> hey
<4> i dont know whats wrong
<4> http://gwireless.sourceforge.net/GoogleMap/InsertWayPoint.phps
<4> if i load http://gwireless.sourceforge.net/GoogleMap/InsertWayPoint.php?type=13&id=0
<4> i get Error on: UPDATE gps set type="13" where id='0' :
<4> if i execute that query diectlry in the mysql console client, it works...
<4> how do i get more info about whats happening?
<3> killfill: mysql_error()
<3> Maybe 'type' is a reserved word.
<3> Try UPDATE `gps` SET `type` = 13 WHERE `id` = 0;
<4> if you try with "name" its the same thing..
<3> join #mysql and say: !m reserved words
<4> hm..
<4> Error on UPDATE gps set type="13" where id='0' : Query was empty
<4> ?
<4> query empty?
<5> ... someone was talking about an array function yesterday .. takes in a string, returns it as an array .. whats the function name?
<1> killfill: Ask MySQL questions in #mysql
<1> sketch|work: explode() ?
<6> killfill: perhaps 'type' is reserved? try `type`
<4> kuja: i think its pretty much php, as if i copy/paste into a mysql console cliente, it works...
<5> kuja: wasnt explode ... i want to get every character as an array element .. it was a string function actually
<1> Query was empty was reported by MySQL, correct?
<4> Error on UPDATE gps set name="Mine" where id='0' : Query was empty
<1> sketch|work: str_split()
<4> yup, my mysql_error()
<4> my/by
<7> guys, can anyone recommend a nice and simple wiki system to use for a dev project
<1> killfill: #mysql
<5> kuja: that'd be it, cheers
<1> Mike: <insert random wiki here>
<1> MikeH ^^
<3> mediawiki!
<7> I don't know any at all
<1> Usually any wiki is suitable
<7> http://hantslug.org.uk/ <-- I quite like the simpleness of that
<0> moinmoin!
<0> :)
<3> It's not very simple, but it's nice and easy to set up.
<7> I tried tikiwiki, but it seems all too much
<4> hm..



<4> damn..
<8> Hello, is there a way to grab a single keypress in php cli, without waiting for return key?
<6> NOPE
<4> im lost.. :-/
<3> killfill, try using single quotes on both.
<3> And backquote your table and column names.
<3> "echo execute($query);"
<3> Are you sure execute() is actually p***ing the query you're sending to it?
<3> Maybe it's using the wrong argument.
<4> pph crap
<3> function execute($sql){ $result = mysql_query($query); ...
<4> Julian|Work: :-p you totally right.. :-p
<3> Error messages are very insightful-- if the query'
<3> s empty, check the call. :P
<4> :-)
<4> thanks!
<3> Yup
<9> Okey... no nakkid pics, worse!
<10> why is the banlist so ernomous?
<9> kbrooks one ban for every one that asks about the ban list
<11> hmm anyone know how to configure httpd.conf to run php as cgi?
<10> Jymmm, act serious
<11> i must run it as cgi since the mod_php seems to have a nasty bug
<9> kbrooks dont give me any lip.
<10> um, oh
<10> mosts are +qs
<12> yeah Jymmm... act freakie!
<10> k
<12> kinkyness
<0> Fanskapet: What bug?
<11> that script works like a charm in commonline bash
<11> but when i try to run it within the browser it seems like php kills the httpd session for the webbrowser
<11> the script starts all the convert exec's but then the script totally stops
<11> none of the echo's after that row is being output at all.
<0> Fanskapet: Have you looked at error_log?
<13> I would have to say it depends on the neighbors
<13> oops
<11> Stormchaser: yes.. shows nothing.
<14> hello. Can i somehow delete a cookie?
<0> Fanskapet: Then it doesn';t crash the server.
<0> MonsieurBon: set your expiration time in the past.
<0> Fanskapet: there is probably some fundamental flaw in your script
<11> Stormchaser: yes.. but explain why the scripts outputs my echo rows when i run it in bash?
<11> /usr/local/bin/php /my/script
<14> Stormchaser, it will not be sent to the server anymore, then?
<0> Fanskapet: You're probably running some programs, that require a further access to FS than just what is permitted to apache user...
<0> MonsieurBon: no
<11> Stormchaser: no.. since the part of exec works
<11> Stormchaser: even though im running it via the httpd
<11> Stormchaser: the convert app succeds in converting the images
<11> Stormchaser: it's just the part afterwards that isn't being displayed.. (if i comment the exec row the rest of the script works)
<15> if I have a php script called "page" and I have .htaccess setup to force "page" to be read as a php file, how can I have images linked to from page figure out that they should use www.domain.com/images/image_name instead of www.domain.com/page/images/image_name?
<14> Stormchaser, thank you
<0> Fanskapet: Pastebin
<15> they need to figure it out because the page can be accessed either through www.domain.com/ or www.domain.com/page/
<11> Stormchaser: what should i put in pastebin?
<0> Fanskapet: I'm guessing your script?
<16> can i only run php gtk apps via command line?
<0> yes
<16> so is it possible to make windows applications in php with a reasonable interface
<11> ahh
<11> Stormchaser: http://pastebin.com/531061
<3> davidbest: define a "Windows application"
<11> sorry thought i pasted that before :D
<17> hello
<17> echo "<body style="color: rgb(1, 1, 1); background-color: rgb(117, 151, 219);" alink="#ffffff" link="#ffffff" vlink="#ffffff">";
<11> just forget about the mysql_escape_string :)
<0> davidbest: you *want* anything else BUT php-gtk
<17> this isn`t correct
<16> like a vb looking application on the start menu that will allow me to manipulate a database of contacts
<17> how is it correct?
<3> DjDarkPingvin, no it's not correct. You need to escape your quotes
<0> DjDarkPingvin: true


Name:

Comments:

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






Return to #php
or
Go to some related logs:

etch definition ipw2100
#web
sata_mv aac
sony_acpi suse
expecting a parameter or declaration ddns-update-style
udevd slapd debian
451 error while spooling file
y2pmsh ppc
#math
azx_get_reponse



Home  |  disclaimer  |  contact  |  submit quotes