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



Comments:

<0> party @ nforbes
<1> and it gives me some error
<2> you should have good mood
<1> when i try and submit using the form i made
<3> PHRIDAY!
<4> POF
<1> Parse error: parse error, unexpected T_STRING in /home/quality/public_html/first/input.php on line 10
<5> itrebal: http://hashphp.org/pastebin?pid=6153
<5> still not comin up
<5> grrr
<5> heh
<6> sportman: What is line 9 and 10?
<1> hmm
<1> well 10 is $query = "INSERT INTO Applications VALUES ('','$Application','$Type','$Price','$Link','$Download')";
<1> 9 is black space



<1> *blank
<7> sportman: keep going back until you find the missing ; or whatever is missing.
<1> as you can see my table name is applications
<1> those are the values
<1> on my table
<7> sportman: irrelevant
<7> !tell sportman about enter
<8> that's not the problem
<9> does PHP support enum type?
<6> no
<9> anything simliar?
<6> ee99ee: PHP doesn't have ENUM, but you can use array instead
<1> CryWolf: i took a look at several lines, i do not see my error
<9> bleh
<9> thanks Stormchaser
<10> hey you ****less banning fags....Why do you ban people, do you think you are tuff..or do you just have small weiners.
<7> !tell sportman about pastebin
<11> Jymmm: :?
<11> oh
<5> itrebal: http://hashphp.org/pastebin?pid=6153
<1> http://hashphp.org/pastebin?pid=6154
<1> http://qualityinterfaces.com/first/form.html
<1> thats the form
<7> sportman: where's the end of line 11?
<1> and the thing above is the input php the form should submit to
<11> to be a 'fag' dont you have to have a '****' or vagina?
<1> i moved the spacing around
<0> You know when you have a isp with cox in the name you're in trouble.
<8> line 11
<1> so let me see what line it is
<11> he nulled his own argument
<1> line 11?
<6> Jymmm: Um... That won't ban anyone...
<1> ah
<1> hmm
<1> i dunno where it went
<12> I installed the Zend Accerlator, is there a command of functions I can use to get the size of cache memory etc etc
<1> lol
<6> Jymmm: That should be ip24-250, not 24-250
<0> Stormchaser: CS will resolve ip address
<7> sportman: you should use an editor with syntax highlighting. Problems like that become obvious instantly.
<11> Ricoshady: add session.login and set it to Sign In
<6> Jymmm: Ah, okay
<1> ok
<1> what do you sugest CryWolf
<1> im in osx right now
<0> muhoo do you mind if I test something on you?
<1> does subetha edit do that?
<1> yey it works
<1> :)
<13> has anyone ever run into an issue where after using mail() with an HTML message, all of the content is escaped? [ " becomes \", and \r\n show]
<14> does anyone know how to search an array for all instances of partial strings?
<13> DogWater: array_search ?
<0> mode ##php +q *!*@69.107.42*
<14> array_search will not match partials
<0> muhoo speak
<7> sportman: I don't use osx, but I've heard bbedit is good.
<0> muhoo or msg me if you cant



<14> like if the string is "I am a big white guy" and you search for white; it wont find it.
<11> DogWater: then... create your own function
<7> DogWater: are you looking for preg_grep?
<11> or use preg_grep
<14> wasnt aware you could grep a function
<14> err array
<5> itrebal: "session.login" = "Sign In" ?
<11> Ricoshady: i would ***ume so
<5> ahh, thats the submit button
<5> i c
<1> any way to view what i just entered into my database?
<1> using phpmyadmin?
<5> or the commandline tool
<14> or php
<5> **** YEA itrebal Im in
<5> good lookin out bro
<1> hello?
<15> How do I check if something is a letter?
<15> Like, if (is_numerical($string)) { echo " numbers"; }, but with a letter?
<11> if(preg_match('/[a-z][A-Z]/', $what));
<11> otherwise, i dunno
<15> nice
<15> that looks cool, I'll try it :P
<11> that might be terribly wrong though
<15> Can't hurt, I'll just try an echo and leave mysql out of this test. :)
<11> :)
<15> And the $what is what, the letter it finds or what I want it to do?
<15> I was thinking of making an array, with 1 being A, 2 being B, and so on. Is that possible?
<11> $what is wha tyou want to test if the string contains letters or not
<15> oh, ok
<12> I installed the Zend Accerlator, is there a command of functions I can use to get the size of cache memory etc etc
<16> hello everyone
<17> hi
<14> anyone know why this wont match *zone* in php? "^.*?(zone).*$"
<18> asterisk is a special in regex, are you matching an actual asterisk?
<16> i am using adodb library for my website, and when i include the main file my website goes blank for firefox, or website cannot be dispplayed on internet explorer... see example: www.mcxtreme.com
<14> jiggster: no i'm just trying to match any line that has the word zone in it
<16> join #adodb
<16> oops
<18> oh
<19> hi, question all. I want to take a string, and compare it to a list of possible text strings.
<19> what's the easiest way to do this?
<19> (basically, if the string is "service in (city)"
<20> DogWater: Why wouldn't you just use "zone"? Can you show us the whole line?
<14> put the possible strings in an array and look for $string
<19> I want it match to tag the file if any string in a list of 50-100 cities are in there
<20> n-: array_grep
<15> I want an array, how do I do one in php...
<14> $zone_array = preg_grep("^.*?zone.*$", $arry);
<19> dog - and that will match if it's anywhere in the string?
<19> say i'm matching against an array of florida,illinois
<14> n- wasnt refering to you
<19> oh
<20> DogWater: $zone_array = preg_grep("/zone/", $arry);
<19> if my string is 'illinoisblah' or 'blah illinois' it should always work
<20> DogWater: You need the / / and you don't need all the other stuff you put in there
<19> i don't see array_grep in php's function list
<14> see what dj_segfault just said.
<21> anybody in the channel at the moment fairly familiar with PHPUnit2?
<14> n- its preg_grep
<22> can someone help me with this, please. http://pastebin.com/537555
<19> k
<20> Sorry, my bad. Dock me $5
<4> I'll take that.
<19> ah but it's the other way around
<11> Jymmm: damn, who are ya going after?
<4> :(
<19> because there are like 50 different 'patterns'
<19> but also several strings
<0> itrebal I was REMOVING the bans
<19> because one pattern matches for 'illinois', another for 'florida', etc
<23> Vote Repulican!!!


Name:

Comments:

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






Return to #php
or
Go to some related logs:

#php
#php
accent xorg7
audacity for kunbuntu
/dev/md3 udev
#math
openssh lpam gentoo
Unable to query setgid group name captive
--no-check-certificate emerge
toshiba satellite 2455 ubuntu



Home  |  disclaimer  |  contact  |  submit quotes