| |
| |
| |
|
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> Look at the HTML source, it *is* there. <1> ok <0> After realizing your mistake, learn about non-breaking spaces. <2> http://pastebin.com/530034 -> results in 'no' reason? <1> ok 1 sec <1> what are non-breaking spaces? <0> <2> now that i know nbsp = nonbreaking space, i can remember it finaly :) lol <3> Hi. Is there a way to run php from the command line? <1> oh ok <1> sorry! i don't mean to bug u guys <1> i was just confused <0> php-bot: tell orange80 about u <1> i see it in the html source of safari <0> ppl: Yes <3> kuja: is there a default command name?
<1> ??? <0> ppl: `php` <3> not found :/ <0> Add it to your path. <3> I seem to only have php-config and phpize <0> The directory where the binary lies. <0> Well <0> How did you install PHP? <0> If you're on a Debian based system or Debian itself, it's usually php<version>-cli <0> That is, if you installed the packages. <4> if you compiled from sources it's usually /usr/local/bin/php, if it came with the distro (packaged) it's typically /usr/bin/php <1> so if i want to force the blank space in another way, should i put while ($row = mysql_fetch_array($result, MYSQL_***OC)) { <1> echo $row['house'] . ' ' . $row['restaurant'] <3> kuja: from FreeBSD package system <0> ppl: Search for the CLI packages, I don't know how FreeBSD packages things <3> Oh well.. good to know that I can. <3> yep, thanks. <4> orange80 you should probably use proper css. of course you ca use a crazy, ugly, if-you-ever-show-it-to-anyone-you'll-get-flamed hack like str_repeat(' ', 8) too. <1> ok thanks man <1> i just don't know anything about css yet <0> heh <1> like i said i'm just starting <1> yeah **** off <4> eh? <1> not you <1> kuja <1> thanks <0> Um. <5> yeah <0> orange80: Where the ****** did that come from? <5> **** off kuja ;] <0> orange80: Maybe loosen up, or no one will help you? <6> css is easy <6> w3scools.com <1> maybe stop being a douchbag and i wont say **** off <6> w3schools.com <0> Jymmm: ping? <0> I'm tired of this ****. <6> orange i like your style lol <2> knowing some html/css before trying php helps a bit.. <4> orange80, easily irritated at this late hour? <6> douchebags unite! <3> Btw, if someone learning PHP is look for a small project which includes sorting and maintaining a score list feel free to message me. <5> ppl, cd /usr/ports/lang/php && make install clean distclean <3> s/look/looking <0> orange80: You've got a serious issue there. I won't be missing you when you get banned. <2> anyways , -> http://pastebin.com/530034 -> reporting, 'no' , whats wrong ? <4> stedios. do you have Regex Coach ? <2> ? <2> ? = no probably.. <3> Oh, and I'm not offering money for the service. It's for a OSS software. <7> night guys <0> ppl: Advertise not, in ##php, please. <3> choongii: Looks like what i want. im installing /usr/ports/lang/php5 right now <2> oic what it is.. <0> php-bot: tell stedios about aolbonics <5> coolios <1> kuja: look, i'm sorry dude, but you don't have to give me a hard time, cos i'm just a beginner at this, ok? <4> stedios. that thing will save your *life*! lol
<2> oops, sorry. <3> kuja: ah. I was thinking it was a cool offer. oh well :) <5> lol :) <0> orange80: Look, I didn't give you jack****. If you don't loosen up, you'll be a beginner for a very long time. <0> Cause there won't be a ##php anymore, got it? <4> stedios: /^([\d]{2})\/([\d]{2})\/([\d]{2})$/ <0> You don't just randomly tell people to **** off, orange80. <4> dont even need the [] <4> so, /^(\d{2})\/(\d{2})\/(\d{2})$/ should do just fine. <0> =S <3> choongii: *sigh* pkg conflict. owned. ;/ hehe <8> kuja++ <8> Jymmm++ <9> lol <9> hey hey, give me some plus crap too :P <2> Lucidix: ok thanks <0> Jymmm: rawr <2> care to explain some? so i know exactly whats gong on (the \d ? <4> what actually happens when someone is "asked to leave"... their chat window just closes, right? is that the preferred workaround for auto re-joins ? <10> Lucidix wanna find out personally? <9> more polite too <4> sure, why not <9> not so "get the hell out of here" <8> Lucidix: yep, it just closes <4> ah ok <9> well, not so rude <4> never mind. im good lol <5> thats a pretty ****ty ban though <8> and the person usually has a "wtf" expression on their face <9> i'm going to self-leave now <5> you're banning the hostname orange. his hostname isnt orange. <5> ppl, whats it conflicting with? <11> what is the name of the function that prepares strings to be inserted into a mysql database? puts quotes around everything... <5> addslashes() <3> choongii: my apache mod mod_php5-5.1.2,1 <4> mysql_real_escape_string() <11> thanks <11> ! <6> my problem fixed :) on my own :) now with tempalte changing :) <10> orange, flower, daisy, bannana, whatever <5> ppl, did you use pkg_add -r for that? <12> hello all, how hard is it to get a subscription website up and running if you already have a templete built <9> panzy? <6> http://www.kainnation.com/pxc/pxc/core ... u: admin p: admin <3> choongii: nah, make install <3> choongii: for both <5> very odd.. mod_php5 should depend on lang/php5 <5> iirc <2> Lucidix: with " /^([\d]{2})\/([\d]{2})\/([\d]{2})$/" -> can you at the same time check if the first digit is <=12 etc? <3> well, i did install php5 choongii there's no php/ folder <3> maybe php5-cli/ is what i really want <5> I dont remember exactly tbh.. its been ages since I did mod_php.. usually install php5-cgi <5> oh! yeah thats it! <5> way to go <4> stedios, ah nope, that would be a job for checkdate() <3> theres no pkg-descr though ;/ <2> ok <3> worth trying. :) <5> should be fine <10> Why is it the first thing ppl think of for validation is RegEx?! It's like using a stick on dynamite to get the lid off a paper coffee cup. <11> Lucidix I was hoping php.net would suggest the reverse of mysql_real_escape_string(), but I don't see it.. Do I not need to reverse it when pulling data out of the database? <8> Jymmm: how would you do it? <9> whoa **** <8> kd5uzz: no, of course you don't <9> 115 KB of code for my CMS now <10> aidan: validate it as a date. <8> kd5uzz: think about what is actually taking place <9> thats all text... damn <3> choongii: Thanks for the help btw. <8> Jymmm: how, first you need to validate it as input <4> kd5uzz, nope. you're escaping data so that when you plug it into a query, special chars (like the ') doesn't break the query <10> aidan I already said I wouldn't use seperators <8> Jymmm: can you make a !~escaping
Return to
#php or Go to some related
logs:
Runtime error 230 at 08062D1D find package x-window-system-dev value of htmlspanelement #lisp mysql forein key #dns #asm unknow_domain gentoo no-password-configured-for-vnc onliner reference function perl
|
|