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



Comments:

<0> Jared555, not like that, but yes.
<0> $obj = new $name;
<1> Jared555, sorta, use $name = "Module" .$name; then just new $name; :)
<2> point-click-drool
<3> ok, thanks
<4> Shane_N: "segfault" and "signal 11" are the same thing. Any number of things can cause one, but they're all bugs.
<5> lol davey
<6> winmutt: What the heck fo you think IRSSI is?
<7> $sql="select * from table where id='".$_GET['id']."'";
<7> be afraid, be very afraid
<8> winmutt: Interesting ***ertion.
<0> enygma, how about include($_GET['page']);
<0> That's my favorite.
<9> enygma: bah! i used to hvae $sql = $_GET['query']; but...
<6> 'nygma: Phun stuph XD



<8> winmutt: I know it has no justification, but I'm compelled to ask why anyway.
<9> enygma: that was when i had JUST started
<7> itrebal - you're the reason everone thinks PHP is insecure
<1> getting close now man....
<7> uNF
<9> enygma: :( lol, it was.... 2 years ago i think
<7> 12 days! woo!
<1> enygma, when you get married.... does this mean our affair has to stop?
<9> maybe 3
<4> Hey, until recently, PHPMyAdmin had a "shell_exec($_GET['foo']);" in it
<7> davey - only if she finds out
<10> wow, geshi is impossible
<1> enygma, so a 3'some is out. Darn.
<9> TML: are you schnerious?
<0> PHPMyAdmin won a bunch of awards at LinuxWorld.
<0> I met the lead guy briefly.
<11> anyone answer me a noobie question?
<11> its embarrasing :(
<7> Stavros - only if you ask it
<9> StarkHalo: just shoot
<2> Julian|Work: the lead guy is named breifly? how unfortunate
<11> ok i have some php code
<11> and im TOLD its complete
<0> ||cw, I would've used a comma if I were denoting his name. :]
<11> it has a method in it called submit
<11> but it contains no definition for this method
<2> Stavros: then it's not complete
<11> infact the only thing in the entire code the is called submit, is a button on a form called submit
<11> *code that is
<12> anyone know who maintains the Zend_Pdf module?
<2> Stavros: what's the error you get?
<11> thats what i thought, just want to check before i rip off someones head
<11> no error
<13> how would i make an if statement that only proceeds if the $_GET and $_POST array are empthy?
<11> im converting a php site to c# (spit spit)
<2> Stavros: then what's the problem?
<11> so atm im on a windows box with no php install, so im unable to test
<5> mattmcc: in the begining there was no gui
<9> you know what would be pretty damn cool
<4> Stavros: sdf.lonestar.org
<8> fumanchi: Well, what's a function to determine if an array is empty?
<13> then god became a loser and created gui
<11> i have the code on a server provided by the same guy, where, surprisingly enough it just works
<9> winmutt: and on the third day God created teh GUI
<5> mattmcc : there in lies the justification
<4> itrebal: I am
<8> winmutt: ... Right.
<9> (on the second he invented 1337)
<13> the devil took over the world and converted most back to the console
<0> Fushuing, you almost wrote it right there. if (empty($_GET) && empty($_POST)) { }
<5> itrebal: some of us were cast out along time ago
<5> :)
<2> Stavros: if you aren't testing it then how do you know it doens't work?
<9> TML: lol, the ability to install linux while running windows, it'd simplify things on my end :/
<13> Julian|Work: i always knew there was an empty function!
<13> except, i missspelled it :/
<11> i just wanted to makesure that in no way will calling a method submit() do anything with a form element called submit
<0> Misspelled misspelled and empty?
<2> Stavros: could be that you just are unaware of the method in which he is using the controler?



<4> itrebal: Prior to 2.6.0-pl2
<11> like i said noobie question :)
<6> no, miss spelled.
<0> She's hot.
<6> lol'
<2> Stavros: why would it? unless its in javascript
<11> in all probablity hes just not given me an include file
<11> not a clue, im new to php
<13> damn i hate myself for typoing
<0> http://skeletonart.com/Detailed/372.html
<8> You could review your remarks before sending them..
<2> mattmcc: bah, overrated
<14> hy ,is using mysql faster than writing to files?
<15> do I need oci functions to run oracle queries?
<2> DjDarkman: in most cases, yes
<8> DjDarkman: That depends on a number of variables.
<2> DjDarkman: if it's images, no
<4> WTF
<2> jonathan`: you could probably use ODBC
<14> and if want to write a few kbytes of data
<4> Anyone else seeing a fubar'd slashdot?
<2> DjDarkman: sql is usualy a lot slower with large chuncks of binary data, but it also depends on who you will be using the data
<0> Looks normal to me.
<11> ok thanks guys, turns out he hadnt given me an include
<16> what configuration do i need to make php sees my mysql server?
<11> sorry for wasting your time :(
<8> TML: Nope. Particular cluster node, maybe?
<17> Err, looks fine to me.
<15> ||cw, what about ora_exec?
<2> TML: no
<13> Julian|Work: you recommended me inefficient code :@
<4> mattmcc: Must be
<4> It's pretty badly screwed, though
<13> !$_GET should have worked too >.>
<18> if i have a form where I need it to POST but i have get elements I want to be stored(I want the page to reload with same url) how would i do that?
<7> geez there's a lot of news today
<2> jonathan`: what about what? to use oracle methods you have to have oracle client libs installed
<0> Fushuing, excuse me?
<6> TML: Looks slow, but okay.
<7> TML - looks fine here
<0> No it will not have worked.
<0> $_GET will always at least be defined as an empty array if you're not using the CLI.
<19> PDO ****s ***!!!!! :<
<0> Last I checked, empty arrays do not cast to boolean false.
<15> ||cw: I've been trying to get them to recognize it but I ran the oci8 DLL through a dependency walker and it has a problem ("Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.") at MPR.DLL, which I can't seem to replace or anything since it's used by something through windows I'd ***ume, so oci_* functions wont work, but ora_* ones will
<0> jonathan`, all I can say is google that. Not my field.
<5> i just found that my roommate was impersonating me on /.
<5> the horror!
<20> hello. I`m very new at php and i have a web interface written in php for abc torrent client, i want to modify it, cause now he is showing me all the data in array, but he array is to wide for the screen.
<4> http://hashphp.org/~joey/slashdot.png
<7> wow....17 stories. I'm pretty sure that's a record for me ;p
<2> jonathan`: I dn't realy know the limitations of oca vs oci
<0> TML: you seem to be missing a few tables :]
<20> is there nay "simple" function to limit the widenes of the array ??
<7> why would you want to limit it?
<2> sonasks: html
<0> TML, try http://developers.slashdot.org/ ?
<20> i don`t want it so wide, that i jhave to scroll screen 2 times to see it all
<2> sonasks: you probably just way to display it in a completely different way
<2> i don't you have an "array" but just poorly formated html
<21> hindog, if i want to create a news system, with rss creation, etc, where the admins login, add news, modify them, and the last 5 is on the main page and on rss, the other are accessible in the "archive" part, what sould i use, mysql, or writing each news to a file?
<20> hmm. maybe html is indded an answer, if i can put it in some fram or something...
<15> Julian|Work: yeah, I've been all up and down google over the past few days, which is why I'm here looking for help, lol
<2> sonasks: if it's php backed, and displays in a browser, then just recode it. I don't know what a frame would help
<20> hmm. recode..
<2> jonathan`: aren't there oracle groups on usenet?
<20> i can`t find a section in that code that produces the actuall array, and since it`s not in development anymore i don`t have anyone to ask :(
<21> anyone answer to my question please?
<22> NRG88, you can use either
<15> ||cw, yeah, i've tried both groups and forums for help with this stuff, but it doesn't seem like a lot of people use oracle with php
<2> sonasks: there's no magic function. php echos exactly what you tell it to, so you'll have to redo that part of the app
<21> allanw, i know, but i wan't the most managable and robust option
<2> jonathan`: well, php simply depends on having a working oracle client
<19> Yeah PDO rocks! Not!


Name:

Comments:

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






Return to #php
or
Go to some related logs:

undefined reference to `_k_main'
chartdirector mod_python
perl date manip is heavy
airocrack +ipw2200
set_rlimits how to
cx_oracle.so ubuntu
php Cannot redeclare ifndef include
opensuse failed to detect sources on
panomies.avi
Pyramid Zachman



Home  |  disclaimer  |  contact  |  submit quotes