@# 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> if you are parked there and not paid, you are in voiolation
<0> why is that? because there's a ****ing parking meter next to your car
<1> what i m tryin to ask is why is there a parking metor at all
<1> ?
<1> why nt have a sign that says "park here"
<1> and if you dont park in one of those spots THEN you get a fine
<1> because its all about $$..
<1> thats why
<0> no...
<1> no?
<1> give me 1 good reason why then..
<0> because people don't want to pay money...
<0> if people pay money for their parking, they're not going to stay there all day
<0> when they have to pay, they stay as long as they have to and leave
<0> this allows someone else to park there
<1> then you can put a timelimit on the parking



<1> then if they stay longer
<1> then thats a violation
<1> now what do you have to say?
<0> and that is done in some places
<0> 2 methods to accomplish the same thing
<0> pay meters are more effective, but people don't like them as much
<1> tsk tsk tsk
<0> time limits are more easily accepted, but do not work as well
<1> you think that law was made because of the reason you said?
<1> no it was made in the effort to TAKE more money from people..
<0> to allow other people to park in the limited number of parking spaces that exist?
<0> I believe what I said
<1> K|O|G|I its all the same thing, you dont put enough $$ you get a ticket, if you stay to long you get a ticket
<1> only option 1 they get more $$
<0> now... the money collected from the meters is obviously a benefit to some ambiguous persons
<0> but that's not WHY it's there
<1> lol, sureeeee
<0> now, that may not be true in every case... if it's private property, the owner can do whatever he likes
<0> but on public, city property, that is the case
<1> well not in miami
<1> they have even made it more easier for us by putting credit card machinesa thte parking spaces instead of the regular old meters
<0> nanotech... you can believe what you want...
<1> easier for you to spend your money
<0> it's simply a difference of perspective
<1> have you heard of bush's new budget?
<0> if you think the whole world is out to get you and your money, then it seems to look the way you see it
<2> any of you bitches know SCO Unix
<0> not I
<3> I notice how SCO quickly became old news
<3> Did they ever get thrown out of court?
<2> dunno
<1> heh, turns out id idnt have php enabled on the server
<1> gotta install manually on php5+
<4> ha ha
<5> i have an old copy of SCO UNIX floating around somewhere
<5> but i never used it
<0> does PHP have a way to render HTML and export to PDF?
<4> php has some pretty good pdf functions
<0> anyone know where to get a past version of FF?
<4> mirrors usually keep older versions
<0> what was the latest before 1.5?
<0> 1.0.6?
<4> not sure
<6> K|O|G|I: http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/
<0> thanks, spox
<0> just got that
<6> :)
<0> it doesn't work
<0> it installs, but running it just shows a blank window and unresponsive program
<6> eh?
<6> did you have firefox already installed?
<0> yeah
<0> I just put 1.5 back on
<6> uninstall it
<0> now I'll uninstall first
<6> then install the previous version
<4> firefox is a naughty boy...
<6> i swear to god
<6> our bookkeeper gets paid to do nothing
<4> incoming...
<6> all god damn day



<6> i need to start believing in a god
<1> where do ya work?
<6> so i can pray to something to smite her
<6> some little company
<4> spox, cut the middle 'man' and smite her yourself
<0> nothing from 1.0.6
<6> i'm going to get some fake spray paint and spray paint her car when the weather gets nice
<6> :-D
<4> put "whore mobile" on it
<6> hahahaha
<6> she is an interesting one
<4> http://skip.no-ip.com/images/BoredDate.jpg
<4> that her?
<6> ew
<6> pretty close though
<4> what's what i said
<4> she's a ****ing slag for sure
<6> she's 40 something, looks 60 something and dresses in clothes from forever 21
<6> ugh
<1> hot
<7> ola
<7> if I have a form, how would I have php read the content of the input box when clicking the button? is that even possible?
<8> no, It's impossible
<1> when installing a extension for php, you only need the dll right?
<8> <1> yup
<1> SnowWalker what do you mean by read?
<7> I click the form button. I want to call upon a new page then, and provide the text in the input button as a argument in the new page, so it can use it
<8> <7> U'll just get a variable with name like input's one
<7> I don't understand
<1> SnowWalker i m a begginner but uh, i think thats what fourms are ment to do
<1> heh
<2> anyone here know anything about sco?
<7> well, on my old site, I just called the new page, and it knew a variable called $stuff if the input box's name was stuff. I copied the code to the new site, and there it won't work. It's got something to do with the lame cms they're using
<7> if I can make the content part of the url I'm calling when pushing the button , it can work
<1> well fourms are pretty basic php functions
<2> nanotech, yes and no
<2> I've seen some cool forum stuff
<1> as long as php is functioning then there shouldnt be a problem, maybe you pasted it wrong?
<1> trollboy oh ya, i think he means a basic text box input submit form
<7> nah. I can't even do http://url.php?name=stuff. that doesn't work either
<8> <7> it's may be so because of "register_globals = Off " in php.ini
<8> <7> how u use variable? just like this $name_var?
<7> don't think so. if I use the same code outside the cms, it works fine
<7> erm
<8> ?
<7> in the php code you mean? yes
<8> try $_REQUEST["name_var"]
<8> <2> only SCO Caldera :)
<7> nah, not working. When it generates the link on the page, it doesn't know the value of the inputbox yet
<8> just try http://url.php?name=stuff
<8> and in php-script
<8> echo $_REQUEST["stuff"]
<8> echo $_REQUEST["name"]
<8> not echo $_REQUEST["stuff"]
<7> like I said - that doesn't work when called from within the cms. been spending the past few days findfing a way around that
<7> already tried it
<1> w000t!! i got mysql working with my webserver now
<8> not works?
<8> <1> cool, dude :)
<7> did gimme an idea tho - hang on
<8> what cms, btw?
<9> haha. i rule.
<7> expression engine
<7> ok, newbie question. 'is not equal to' ? <> ?
<9> not in php, i don't think
<9> !php if (1 <> 2) { print "nope"; }
<7> keeps complaining about undefined variables as well. weird cms
<10> nope
<9> oh, apparently so
<9> !php if (1 <> 1) { print "nope"; }
<8> not <>, like C-syntax - !=
<11> holy ****ing ****, nanotech: didn't you try to do that 5 hours ago?


Name:

Comments:

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






Return to #php
or
Go to some related logs:

aunties for maalish
#allnitecafe
#vb
beautuies
intakam
#chat-world
#linux
betmeni ac
#php
#india



Home  |  disclaimer  |  contact  |  submit quotes