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



Comments:

<0> computersolution: The error is in your query. Read what php-bot said to you and do it. You'll find your problem.
<1> im doing that now
<2> computersolution pvt me
<1> ok
<3> pretto: yo, i got it!
<3> Pretto: wc -l c:/apache2/htdocs/board/*.*
<3> that shows the ammount of newlines used in a directory
<4> nite everyone
<3> itrebal: pwnt :P
<4> :)
<2> i will try it Fushuing
<1> pretto, got to register, 1 sec
<3> however in windows it complains about admin rights :/
<5> how do i get a list of all the POST variables p***ed to the script
<6> ak_47: foreach($_POST as $key=>$value){ echo $key .'--'.$value.'<br />'; }
<5> awesome thanks



<3> Pretto: and?
<7> Lasagna
<2> Fushuing, wrong result
<8> <--computersolution
<8> sorry got disconnected
<2> cshelp, problem solved huh?
<8> yes, forgot it was in a function
<8> 12 hrs of programming man
<8> <----gets stupid after 10, lol
<2> Fushuing, wrong result.. it took only a few files O.o
<2> cshelp, i get stupid after some minuts :p
<8> hahaha
<2> i am infront of pc about 20 hours now
<8> brain feels like refried beans, eyes are red, and im 12 pots of coffee closer to a funeral
<8> damn pretto, big project?
<2> yeah.. learning a lot of thing at same time
<8> ever look up failure on google? nice result on top
<2> learning linux, php and mysql
<8> yeah, that would do it
<8> lol
<2> using these about 3 weeks only
<8> <---can only learn 1 think per year, hahahaha
<2> i was windows user... so i always used micro**** tools and made programs for it
<2> now i discovered ubuntu linux... and sweeped windows from my notebook to have linux only
<8> ever heard of vmware?
<2> yeah.. but i dont want windows OS anymore
<8> ah, good for learning though
<9> vmware runs under linux too
<8> vmware, cant screw anything up
<8> does it?
<9> Sure
<9> Since forever
<8> didnt know that
<2> yeap, but if you are learning you make a mistake having two OS in your pc
<8> <---windows guy
<8> no you dont understand pretto
<8> its a self contained iso
<2> if you have a problem in one, you go to the other.. so it's very difficult to come back
<9> Making the binary kernel driver happy if you run something other than redhate *can* be annoying, but only if you don't read the docs
<2> i tried that so many times
<8> another words, it doesnt **** with anything else
<8> pollita, does it work the same way in linux
<2> when i decide to remove windows from my notebook, i learned more about linux in one week than in a year
<8> i can only comment on windows
<9> My laptop has funky hardware (taplet PC), it's less h***le for me to run windows as the host and linux as the guest
<9> cshelp: Yep
<9> cshelp: Same deal, just turned inside out
<8> even if you use vmware as your test linux, and run linux are your core, you wont take a chance of hosing anything
<8> :)
<9> My desktop works it that way
<2> i bought a Atlhon64 3000+ with 1gb memory and 160gb hd
<8> i like it, especially when programming
<2> of course i will use linux on it
<9> linux host, and bsd/windows in guests
<8> anyways, did you do that google search for failure?
<8> googles way of telling bush %##k you
<8> lol
<2> cshelp, as some friends used to say, i am in the right side of the force now
<8> oh, agreed, i just dont have the time to dedicate to learning it
<8> way better os
<2> i thougt same way as you..



<3> why the hell is windows guest system in vmware faster than the host windows? o.O
<8> <---has his own business so i am very low on time
<10> how do i write a \ in a string with php?
<9> nice
<11> seehtuhdiah: '\'
<11> seehtuhdiah: use single quotes
<12> how can i create input for a var on the same page ?
<8> echo "\";
<10> thanks
<13> re
<8> $_POST= I3
<14> when using pear...what does -> do?
<8> dunno that one
<8> :)
<2> i think that it could be to atribution
<12> i tried that but i get major error..ie blank page
<9> It's the object dereference operator
<14> iirc with $foo -> stuff() ... $foo is an object and -> stuff() performs stuff on that object?
<2> it's this way in php
<14> Pollita: can you recommend a good quick reference?
<2> executes a method
<9> cl*** foo { public $a; function bar() { } } $f = new foo() $foo->a = 1; $foo->bar();
<2> in other languages you access objects properties and methods using a . dot
<2> php you access it using a ->
<9> Or :: depending on the type of prop/method
<9> http://www.php.net/manual/en/language.oop5.php
<15> Pollita: !!!!
<15> dammit girl, I just can't in contact with you.
<15> *get*
<12> Chelp I can get the $_POST= to work from another page but not the same page
<9> what?
<9> Dude
<2> hey guys.. do you have msn or IM ??? i am learning.... and i will love to be in contact with you all
<9> I replied to your PM
<15> Pollita: oh, to my work client ;)
<9> I never use IM clients
<9> Except SMS
<9> And no, you can't have my cell number
<9> Excellent flick
<8> I3, where are you posting your form to?
<8> just post it to itself
<7> Why would I want to use print instead of echo?
<2> kakaka. .Pillita... i didnt ask for you cell number..
<2> i am in brazil.. calls are so expensive
<8> thats why i have voip
<8> you have that access in brazil?
<2> yeah.. in some places
<8> check lingo
<8> has alot of places that are free
<2> not here in my city
<12> the page.php
<8> i can call canada, england, japan, some of australia, ect...
<8> i3, if you want to see the results, post your form to itself
<8> understand?
<12> how ... i am really new but pick up quick ..
<12> page is named map.php sumit is set to map.php
<8> ok, on your form, you have a submit right?
<12> yes
<8> in the submit, action="page.php"
<12> yep
<8> so name="whatever" type=
<12> comed pack blank
<8> then in that same thing action="whatever your current page is
<8> pastebin.com
<8> paste your code
<8> then give me the link
<2> Fushuing???
<2> Fushuing find . | wc -l to count files and directories
<12> http://hashmysql.org/paste/1692
<12> nvm now it works
<8> what was it target= ?
<12> no target ?
<8> target="_self" should be it


Name:

Comments:

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






Return to #php
or
Go to some related logs:

#gcc
xorg-x11 accelmethod radeon
gentoo sound-juicer slow
#css
xdmcp ubuntu audio forward
#php
ubuntu What is the location of the directory of C header files that match your r
#php
utempter difference libutempter
#debian



Home  |  disclaimer  |  contact  |  submit quotes