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



Comments:

<0> !tell me how to get rich
<1> !tell sanu_790 about aolbonics
<2> Could you explain me with few words what does it serve for?
<3> how about acronyms?
<1> !tell NeoTeKK about msg the bot
<3> like wtf?
<4> lol
<5> flaming
<5> what you mean
<4> i long for a moderator
<1> Arthur: It creates a textual representation of the object that can be used to reinstantiate it.
<0> tell FlamingCows, now that's just rude (;
<1> sanu_790: Stay away from 'urself', and 'ppls'.
<0> all work and no play makes FC and Flamed Cow (:
<6> !+u
<7> Surely you mean 'you', not 'u'? The letter 'u' is not a personal pronoun. Talking like this in ##php may get you silenced. For details, /msg php-bot aolbonics



<1> Exactly.
<2> but why it should be necessary to have a textual repres. of it or why should we need to reinstantiate it?
<3> FlamingCows, how about lol and so on?
<5> what you mean flaming
<0> Arthur: Say you want to store an object in a database
<8> rares000,i want have defined: $user/$p***,and post via php to a form, and user gets in where would go if login manual
<5> what stay away frm urself and ppls
<8> its not HTML
<2> ok....
<1> Arthur: Maybe if you wanted to store some sort of object in a database or something, or p*** it over GET/POST.
<0> That's just one of many ways you would want a string representation
<0> Or p*** it in a URL
<2> yes..
<2> yes....
<0> Or store it in a session
<0> et
<8> i want make php script to post data for me
<4> me uses a string representation for you as u
<8> and then login the user to the page
<5> me 2 gotta go to next room
<5> bye
<5> thnx for time
<0> FlamingCows : I was first (;
<1> NeoTeKK: Only halfway.
<2> I really cannot understand what an object is if it is not a textual representation.
<0> Idd. Point conceded.
<0> Arthur : That's when you unserialize it.
<0> If you want to use it again.
<0> It's just for <transportation>
<0> Getting from one place to another.
<1> Arthur: An object is an instantiation of a set of methods and fields. It's not stored in memory as a string. Serialize allows you to get a string representation that can then be used to recreate the object later, maybe in another script.
<1> You can also serialize arrays, as they are object-ish.
<9> hey if i'm going to use str_replace to replace some stuff, can I use multi dimensional arrays?
<1> tek: Probably not, what exactly did you have in mind?
<2> oh, I see a little bit more now. But in the case of storing an object in a database, why should anyone would like to store a whole object (== instatiation of a cl***) in a database?
<0> There's more flexibility in a cl***, than the data the cl*** can represent.
<9> $find = array ('navigation' => array (0 => '{NAVLINK}')); wtf
<1> Arthur: Usually that would be bad design as it would break normalization. The usual usage is to p*** object over SOAP or something.
<1> Or maybe in a cookie.
<10> hi i was wondering if someone could shed some light as to why i am getting this error "Warning: Cannot modify header information - headers already sent by...". it is complaining about the phpbb file includes/sessions.php on line 258 and 259, but all those lines do is cookie things
<0> Indeed. It's not a good design, by many means.
<0> *any
<2> God! One more name to learn! I've learned what is Ajax few months ago!
<1> !tell Syco54645 about headers
<1> !tell Syco54645 about g10
<2> and now cleaning products!
<1> No phpBB support.
<1> Arthur: Heh.
<1> Syco54645: Try phpBB.com or #phpbb for support.
<0> Arthur: Good, be a good boy and learn about Propel now (;
<10> FlamingCows: i am writing the php that is causing this error... that is why i came here
<10> it is caused by my code that i am writing
<1> Okay, then look at the headers factoid the bot gives.
<10> not by theirs
<0> Syco54645 : Try to isolate the problem, instead of encapsulating it inside phpBB
<8> rares000 ???
<1> Syco54645: Okay, then read what the bot told you about headers.
<2> propel? Don't make jokes on me.
<10> NeoTeKK: well the php that i am writing is to have a login outside of the phpbb login and to manage the session.
<10> FlamingCows: ok



<0> Syco54645 : If you are using a Header('Location'), your PHP-script must not have generated any output.
<11> Hi I am VERY new to php, but I need to learn it quick and I need to learn it's OOP quickly, could anyone recommened a site?
<11> p.s. Im broke so cant afford a book, lol
<12> Lotuinos www.php.net/manual
<0> Arthur : It's a Object Relation Mapping-tool, very useful.
<13> Lotuinos: www.w3schools.com
<1> http://php.net/oop
<1> http://php.net/oop5
<10> NeoTeKK: that is the thing, i am not using header('location')
<13> Lotuinos: http://www.w3schools.com/php/default.asp
<0> Syco54645 : Then phpBB is using it for you
<1> Syco54645: Any header or session call after output will trigger the error.
<0> And you are screwing it up with output
<12> chances are he had whitespace and then tried to send a cookie
<13> Jymmm: hey
<10> FlamingCows: ok. thanks
<10> ill look at my code then
<2> NeoTeKK, this if for linux?
<10> for that problem that is
<0> Arthur : Platform independent
<0> It's using PHP
<8> 1-> ID
<8> 2-> User
<8> 3-> P***
<8> 4-> IP
<8> 5-> Referrer
<8> 6-> Browser
<8> 7-> Timestamp
<13> Char0n: pastebin
<6> !+pastebin
<7> Submit your code to http://hashphp.org/pastebin or http://cpp.sourceforge.net or http://php.pastebin.com then tell us the URL and a summary of the problem. Don't flood by pasting in the channel.
<8> how do i send POST values from PHP
<0> cURL
<13> Char0n: typically, your users send post values via their client browsers
<12> curl or there are a few pear cl***es
<2> and will it 'teach" me about design on php, objects and databases? I really don't find an uniformed source or reading about that. Just pieces that make confusion on my mind sometimes and set me sometimes on a condition of frustation and sometime anxiety.
<8> b1n0ry i want a php script do it
<8> not users
<11> so what does php stand for?
<12> Lotuinos its all in the manual
<8> i need POST the values in a form
<0> Arthur: Propel is an interface to your database, it will handle all your database needs.
<11> the manual says php hypertext preprocesser
<8> vestige, without pear and curl ????
<0> Read the quickstart guide at : propel.phpdb.org
<11> thats silly it cant stand for that
<12> well then thats what it stands for
<12> its a recursive acronym
<12> like gnu
<13> Lotuinos: it stands for PHP Hypertext Processor
<11> ya but gnu is clever php hypertext processor is just silly
<12> well over the years its stood for different things
<8> vestige ?>
<13> perhaps PHP thinks you are silly
<12> thats what it is now
<8> vestige, without pear and curl can i do send POST values from PHP ????
<12> Char0n sure if you want to code a custom http head and use fsockopen
<12> *header
<13> Char0n: though i can't think of a use for it, yeah, just with a lot of work
<0> like that's gonna happen .. heeh
<12> its much easier to just use a pear cl***
<12> or an extension
<2> NeoTekk, but is it like phpmyadmin for mysql?
<0> nah, it's much more
<14> hey folks, anyone know a website that contains an array of US States and their abbreviations?
<0> You just type up an XML-file, how you want your database to look like.
<13> Noel4DMB you don't know them all?
<8> vestige which pear ?
<14> b1n0ry: sure I do, but a php function is quicker.
<0> Then you run a generator, that will generate an SQL-file with all the tables / keys / indexes you specified.
<13> Noel4DMB: i have an array of all the states, but not abbreviated
<13> http://www.usps.com/ncsc/lookups/usps_abbreviations.html
<12> Noel4DMB its all on wikipedia
<0> Also with cl***es to interface your database.


Name:

Comments:

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






Return to #php
or
Go to some related logs:

#mysql
IMWheel depends on the XTest extention
lirc ubuntu make-kpkg
php-pcntl ubuntu
logitech mx514
ftp_fget stdout
emerge+mask+qt4+mythtv
convert daa command line
spca5xx module-assistant
#bash



Home  |  disclaimer  |  contact  |  submit quotes