@# 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> Oaxaca: Or... he could keep banning and make them go away.
<1> Hi
<2> Capso because that's obviously working?
<3> Hi.
<1> I want to enable dba with php
<2> Lateralus they'll stop eventually
<0> Oaxaca: Pretty much.
<1> because dba_open() is not working
<2> Capso I doubt it
<0> It's also faster.
<4> Oaxaca: After getting on our nerves for a few hours, sure.
<2> Capso easier != better
<5> hehe
<2> Lateralus I guarantee you he'll stop if Jymmmmm stops reacting
<1> how to enable dba in php ?
<0> If it gets the job done + it's fast == Efficient enough.



<2> Lateralus and if the peanut gallery shuts up heh
<4> Oaxaca: me, personally, could live without that added annoyance.
<1> any idea?
<4> s/me/I/
<0> Oaxaca: A couple of keystrokes isn't so hard.
<2> Lateralus you contribute to it by side commentary, as does Capso
<2> whatever, I've got a deadline to meet
<4> Oaxaca: If I remember correctly, you started this present conversation.
<1> dan_t: any isea
<2> Lateralus ironic, isn't it
<4> Oaxaca: Quite.
<6> how about you stop the bickering and get back to PHP!
<2> maskd I'm pondering while bickering
<0> Oaxaca: Well... I don't exactly care if more of it happens, thus the contribution doesn't matter to me.
<6> you just said you had a deadline to meet ;)
<2> maskd you ever had ocasion to see OSC? it's badly written :(
<7> how's zen cart doing these days
<2> I do, and I'm busy having people call me trolls and disturbing my concentration
<7> i remember they branched off a while back, they ever finish hacking in full css templating/layout and such?
<6> what is OSC?
<8> Oaxaca Stop NOW
<7> oscommerce
<2> hansoro I haven't figured out if it's a full mod, or what... I'll ask HPDL when I find him
<1> hello
<2> Jymmmmm what? I'm talking about OSC? sorry?
<1> anybody there
<2> hansoro although, MS3 comes out soon... or so the rumor goes
<2> hansoro rewritten template engine, new objects
<7> ms3? not familiar with that, i havent done shopping cart stuff in almost 3 yearas now
<2> hansoro and it's php4+
<7> but i will be soon, hence the interest :)
<4> geetha: The literal dba extension, or some other database layer?
<1> Lateralus: dba_open(0 is not working ?
<1> Lateralus: dba_open()
<9> Lamex: im not sure exactly to put it.
<1> Lateralus: how to check further on this ?
<4> geetha: You need to configure php using --with-dba=blah and --with-whateverlayeryouneed
<4> geetha: php.net/dba has an installation section which explains this
<2> blah... what an ugly solution, but it works
<0> Lateralus: Is that PHP's own DB abstraction layer?
<4> Oaxaca: Welcome to PHP.
<4> Capso: er, "PHP's own"?
<2> Lateralus I've been writing it for a number of years now... but it's only when I get into other people's projects I have to do such things
<4> Is anything in PHP "PHP's own"?
<0> In a loose sense.
<4> capiCrimm: php.net/pdo, perhaps.
<4> s/capiCrimm/Capso/
<0> Nah, PDO isn't it...
<0> I thought PHP might have something close to PEAR's MDB2 by now.
<1> Lateralus: before compiling dba with php, should i download the tar for dba ?
<6> mm just a quick question, would learning OOP be beneficial?
<2> Lateralus the other great thing is this stuff is using a 2 space convention... instead of something sane like 4 or 8
<4> geetha: ...you would need dba, yes.
<2> maskd maybe not in PHP, but yes it's a good thing to know
<7> phpdoctrine looks promising
<9> Lamex: every onmouseover and off mouse over the name changes inside the 'foo' and the name of the image changes in the <img src=
<2> I should qualify what I just said
<10> citizen_blank: hold on
<2> maskd I say "not in php perhaps" because it's so hybrid you can do either procedural or OO
<4> maskd: Yes, generally it's a good thing to know.
<2> maskd and a lot of people can think of web stuff in a linear fashion more easily



<2> Lateralus we finally agree ;)
<9> Lamex: no worry no hurry
<7> if you take it another level to orm
<7> it uses pdo
<4> Oaxaca: Which is to say, you finally got something correct.
<1> Lateralus: Where can I get the tar download. Can you mention any link where I can download
<2> Lateralus pfft
<6> cheers guys
<6> might as well learn it for something to do
<4> geetha: http://www.google.com/
<2> maskd if you're going to do OOPHP, don't bother starting w/ PHP4...
<4> maskd: Don't just learn "it." Learn as much about it as you can, and most importantly: when to use it, and when to not.
<2> go straight to 5
<6> oh yeah i know, im working with php 5
<0> Lateralus: Ah... I misunderstood "DBA".
<10> citizen_blank: http://rafb.net/paste/results/XyGlZm54.html
<11> hello akll
<11> all
<12> hey
<12> haha, its only me I think
<12> Whats sup
<1> Lateralus: Sorry, I can't get from google
<11> ||cw: hi, have found my php-problem... an unclosed odbc-connection to a DB2
<12> hey, how do i p*** variables from page to page?
<12> I am a java programmer and i'm not sure how to do it in php
<6> Lamex: if you did it that way, you'd need to generate a different menu for each page
<2> sessions, get/post, superglobal
<6> and cookies
<10> maskd: all I did was adding the mouse over
<12> Do you guys think sessions are the easiest way?
<6> oh he already pasted it, nm then, just it can be done better
<2> maskd I consider cookies as part of sessions
<2> (for obvious reasons)
<10> maskd: I know.. but not up to me, I just provided a quick fix
<6> yeah, i thought of it after a said it
<6> Lamex: mmk, i didn't know
<2> tonyacunar start_session() as the first line, and then $_SESSION? pretty damn easy
<2> tonyacunar just make sure that session start function is sent before any html...
<10> maskd: no worries
<2> tonyacunar otherwise it's going to whine about sending headers twice
<6> depends what you want to do tonyacunar, if your using forms, $_post is best, but if your getting information from an external page then $_get is best
<12> yeaahh Oaxaca! i got that error
<12> look
<12> here is my website
<13> has anyone had a problem with phps' configure script not finding libjpeg when configureing for GD? I've tried with --with-jpeg-dir=/usr but same error (gentoo,amd64)
<12> josacu.madpage.com/index.php
<1> Lateralus: Sorry, I can't get from google
<9> Lamex: thanks it doesnt have the last line the <img src= part
<2> tonyacunar I'm on BitchX via a shell... rather not
<12> http://josacu.madpage.com/index.php
<2> maskd depends on what he's doing
<14> any one good with web applications on php
<14> i need help
<12> oh never mind
<2> maskd if it's about statefulness, sessions might be appropriate
<14> i need a good php programmer
<12> i dont Get that session error anymore
<2> tdd1984 just ask your question...
<6> tonyacunar: yeah for what your doing sessions are best
<14> I'm trying to create a database for http://www.dewitts.biz/test.php that site. I want my client to be able to access a database, and be easy to use, so she can edit the points on the map like add/remove/modify points on the map
<12> does that website have a database installed? mySQL or something?
<12> thanks maskd
<12> ill read up on sessions
<12> this is my first day ussing PHP
<6> i use cookies too for extra security
<12> sweet
<14> tonyacunar: yes i got MySQL
<2> maskd I don't see how cookies give extra security...
<14> you see the points on the map
<2> just have your session terminate on browser close (or timeout)
<12> ok, then it should not be that difficult to access the database
<6> well i made a cookie so it would remember the user
<6> so i guess it wasnt extra security


Name:

Comments:

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






Return to #php
or
Go to some related logs:

#ai
kubuntu install kasbar
tora sql editor ampersand
libmp4v2 slackware
#ubuntu
fedora ssh_known_hosts
#centos
gmal notify
#osdev
#lisp



Home  |  disclaimer  |  contact  |  submit quotes