@# 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



Comments:

<0> *blink*
<1> Hi. I'm PHP programmer and good webmaster. Who need cool website for $, send me PM. My some works: eurofootball.lt ; eurobasket.lt
<2> don't advertize in here
<1> ok
<1> sorry
<3> Vitkus: use those "good webmaster" skills and make a website for yourself...
<1> i'l maked website for myself, but i want and yourself. sorry, i'm back from realunix.net.. :) advertize channel :)
<4> any web designers around?
<1> rarman1: i'm listen
<0> !tell rarman1 about guidelines
<4> Wolfpaws: should I be asking somewhere else?
<0> rarman1: yes. #php.jobs
<5> heh
<4> well it's more of a free consultation, not a job



<0> RAWR
<4> =?
<0> itrebal: http://storm.homeunix.org/misc/bts/catgirl.jpg
<6> How do I define a method in PHP that throws an exception?
<6> is that possible in PHP 5?
<4> there is a catch command
<6> for example: public function connect() throw IOException {}
<6> but that doesn't work
<6> i want something like what java methods can do...
<0> um... php.net/oop5
<7> is anyone in here?
<8> Hmmm.. this is strange... is there any way to add the PEAR dir to include_path?
<7> so I am using a php script and it creates a SQL insert string that says
<7> insert into entries values('2c4a1bd51d982738b6b2159fa4540078','4396','6')
<6> Wolfpaws: so basically I don't have to explicitly state that is throws an exception?
<7> now when go into the mySQL database the second field the 4396 field is 127
<7> whenever I run this using the script it enters 127
<7> now if I just hard code that second field, it then works fine
<8> RootSnatch, this isnt a PHP problem, its an SQL problem... but...
<5> Wolfpaws: nice :)
<8> the problem is most likely the integer size you selected
<7> but when I hardcode the value it works fine
<8> you using TINYINT ?
<7> yes I am
<7> wow
<0> itrebal: My first catgirl :3
<7> what I stupid thing of me
<8> RootSnatch, i'm not sure, but tinyint might be 8 bits only
<7> it is a tinyint(20) how high a number does that allow for
<8> max of 127 is right for 8-bit signed
<7> ok
<7> thank you
<8> try using SMALLINT or just INT
<8> otherwise... maybe your code isnt doing what you think it is, if you think it should be entering one number and it is entering another one
<7> thank you
<5> Wolfpaws: so when does the first pr0n get released?
<8> anyone know the best way for converting backwards and forwards between unix timestamps and ISO8601 timestamps?
<8> also, anyone has any idea why PEAR wouldn't be in the include_path?
<9> hi, I would like to know if it's possible to mix SQL code with PHP functions. I need a "ORDER BY php_function(row[id])" kind of quote..
<0> itrebal: anthro or human?
<0> latehorn: It's not.
<9> A guy in another chatroom told me it is..
<0> which one?
<8> so THATS who Wolfpaws is!!!
<8> gah!
<0> hm?
<8> damn you stormchaser!
<0> why?
<8> just because? :P
<0> I mean, did I do something to you ?(except mute you)
<10> whats the stuff used in most templating systems with that buffer output whats the info so I can look that up?
<11> surfdue, ob_start
<0> surfdue: It's called "code"
<12> http://php.net/ob_start
<8> Wolfpaws, nope - just confused me :P
<10> ty
<0> Xen0n: I'm confused percon... Deal with it XD
<8> Anyone know where the include_path is controlleD?
<8> PEAR for some reason isnt in it ...
<0> php.ini
<13> hi, how do we use curl to grab conents of a URL



<8> hnmm
<13> and later on to get part of that data
<8> there is no declaration for it in there :/
<0> `m0: php.net/curl and RTFM
<13> IT is a resource
<13> I cannot alter that resource
<0> erf... Sorry...
<0> Why are you using fopen?
<5> `m0: why not just file_get_contents ?
<13> i am using curl
<0> why?
<13> it is disabled in my php
<0> There are easier way to deal with grabbing external content
<0> you have fopen off?
<13> yes
<0> why?
<13> i wanted to use curl
<13> dreamhost doesn't allow me
<0> ew.
<0> switch hosts, then
<13> dh is great..
<13> it is for a university club
<13> so I don't pay that much money
<13> 10 dolalrs a year
<0> `m0: Seriously... php.net/curl and read it
<0> !+enter
<14> Don't use the enter key as punctuation. Think in complete thoughts, then type.
<0> itrebal: You didn't answered my question
<13> I know
<13> I read it...
<13> http://pastebin.com/715490
<13> That allows me to print out the exact page
<13> But once I parse ch (resource) it still keeps the original form
<15> hi was wondering if someone could look at this site and tell me if there is possibly a template or something that i can use to sort of emulate this design please?
<15> http://smoothjazz.com/
<13> What I could do is store it as a file and parse that file
<0> o.O
<13> which is easy
<13> But I would like to do it withought storing it as a file
<0> how do you modify $ch?
<15> :)
<13> http://pastebin.com/715496
<16> stealing != cool
<13> Thats how I am currently doing it...
<0> interrupt: #web, #copycats or something
<15> well wolfpaws this is what i am doing right now but it's just not where i am trying to go http://www.openjazz.org
<13> I want to open up adifferent website and parse it but I cannot do it withought saving it, any ideas?
<15> i am not a programmer i am a musician. i play woodwinds and guitars.
<0> And I'm an op.
<0> `m0: Well... you don't do anything with $ch
<13> stormchaser arn't you an op @ef
<0> `m0: nevah!
<13> ah were you thou?
<0> same answer
<13> heh k
<13> what do I do with $ch?
<13> once I got the resource?
<0> Just a sec
<0> `m0: nah... Just $content = curl_exec($ch);
<6> Is a documention generator for PHP the same way there is for java (javadoc)?
<0> nautiazn85: IIRC, it's prety similar... phpdocumentor.org (or something) Google for it
<6> wolfpaws: awesome thank you
<13> i will use CURLOPT_URL
<5> Wolfpaws: PM me your question, i have to go (i'm in and out all day today)
<0> itrebal: Never mind, then
<17> how i insert a binary value into a varbinary field in MSSQL?
<0> GNN-Ricardo: This isn't #microsoft
<18> how do I uninstall an old version of php and install a new one? can I just install on top or do I have do something special ( windows server 2003 )
<0> tempered: Just remove the folder and unpack the files into the same dir
<19> tempered, also you may take care if you have copied any DLL file into system directory. those must be rewritten too
<18> thank yous


Name:

Comments:

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






Return to #php
or
Go to some related logs:

postfix/postqueue fatal: Queue report unavailable
rc_splash: command not found
#sdl
#css
gentoo links2 show images
IP Address bind order local vpn
#gimp
shell chpasswd hangs
#python
#fedora



Home  |  disclaimer  |  contact  |  submit quotes