| |
| |
| |
|
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 34
Comments:
<0> Ahroun: All request headers get in there, prefixed by HTTP and capitalized. <0> So something like X-My-Header becomes $_SERVER['HTTP_X_MY_HEADER'] <1> who print with "echo" -=> echo 'linha[var]'; <1> rsult is linha[var] <2> mattmcc: Oooooh, okay, that makes much more sense then. <1> ops not linha[var] , is $linha[var] <3> Is that english? <3> contraventor: What is your question? <4> i'm guessing how to print like that <1> JAJMaster i'm using echo 'linha[var]'; <1> JAJMaster not work ... <5> errr... you must use echo $linha[var]; <4> contraventor: read over this chapter: php.net/manual/en/language.types.array.php <1> zircu i'm not using array <5> then? <4> i guess that is what I get for trying to guess what the problem is
<1> zircu http://phpfi.com/119677 <1> echo (' 'linha[var]' not work <5> ugly ugly ugly code <1> echo ('<center ><font style="font:40px verdana; color:#666666"> OBAQ </font></center> <4> contraventor: of course not <6> very messy code <1> <td><font color="#666666" face="arial"><strong> $linha[aluno] </strong></td></tr> <5> lol <1> Mahadeva i'm novice :) <4> contraventor: you say you're not using an array.. but yet you seem to be trying to use one <3> contraventor: Problem one, you are using single quotes for your echo which prevents variable replacement <4> contraventor: this is why i suggest you read over that chapter on arrays <1> Mahadeva you not novice ? congrulations ! <6> I'm novice <3> contraventor: Problem two, I strongly recommend you use {$linha['aluno']} instead of $linha[aluno] <1> JAJMaster i'm testing <5> you should use printf... contraventor <4> I would suggest removing those <font> tags too :) <5> much better and clean <5> zircu: agree with that... <7> does anyone know the html entity for the schwa vowel, the upside down e that works in both IE and firefox? #&601; only works in firefox <4> hell.. remove the echo and just use <?php echo $linha['aluno']?> in the places needed <1> zircu hmmm <1> tag html not work thus <5> or bla bla bla ".$linha["aluno"]." bla bla bla (not the best... but) <1> hehehe <3> zircu: or <?= $linha['aluno'] ?> <6> ewww short tags (sorry) <4> JAJMaster: ouch ;) <1> JAJMaster code in switch() function <1> i'm not using require_once <5> printf("whatever %s",$linha["aluno"]); <1> 1 archive only <1> hiaihaiha <1> JAJMaster my english is bad men ! <8> hello <1> :P <6> hi vlaux <8> when using regular expressions, how do I search/highlight for everything except the expression, like an inverted search or the opposite of what I'm searching for? thank for any replys <3> contraventor: We are trying to work around that...it just takes longer. <3> contraventor: your english (as a presumably second language) is a far cry better than any second language I could try to speak <1> huahuahua <1> JAJMaster you talking from ? <9> how can I build PHP4 for Apache2 with using apxs2? <0> meriad: http://php.net/install <3> contraventor: didn't quite understand that last one <5> contraventor, seriously... you must clean that code <6> JAJMaster: He wants to know where you are posting from, as in your location. e.g US, UK <5> there is a better way to do that <6> (I think) <9> mattmcc- that only shows shared module versino <9> mattmcc- what the alternative to that <5> contraventor, i think you understand spanish... a little bit more than english <0> meriad: That's what apxs2 does, it makes Apache modules. <1> Mahadeva yeap <1> Mahadeva i'm talking from Brazil ;D <9> mattmcc- but i dont have apxs2 <5> i know, all the code is portuguese... <0> meriad: You should get it, then.. :) Most distros package it in a package named, for example, apache2-dev or apache2-devel <1> Mahadeva yeap :P
<1> Mahadeva you talking from ? <3> bullrage: I was guessing that, but a strong possibility was also that he was curious about my native language. <5> so, you must clean out the code, contraventor... isn't hard <5> argentina <1> Mahadeva my code is bad, because i'm novice in php <6> JAJMaster: Just trying to help.. <1> Mahadeva i'm ocupattion is Chemical :P~ <1> computers is my hobby <3> bullrage: :) <5> voc deve limpar o cdigo <3> limpar=wash/clean/wipe? <5> yep <6> I really am getting annoyed at ftp transfers under windows, it seems to jam on STOR constantly <1> JAJMaster yeap <5> bullrage: client? <1> Mahadeva what ? <3> <--- knows a few dozen spanish words <1> Mahadeva not using "echo" ? <6> Mahadeva: SmartFTP <5> contraventor: well, you could use printf instead <3> esta un fiesta en mi esfinge <5> 'esfinge'? <1> bullrage gftp on slackware is cool ... <3> meh, just guessing :) <1> JAJMaster huahuahuahua <5> lol <3> don't know how to say sphincter in spanish really <5> bullrage: try filezilla <1> Mahadeva you using windows M$ ? <5> yes <6> Mahadeva: I have, every client appears to do it. <5> bullrage: then the problem is in the FTP server <1> windows urgh ! <5> what's up with windows? <5> i like it <10> windows is very windows <10> thats the problem <5> lol, recursive joke <1> openbsd , slackware is show <1> :P <6> Mahadeva: Also done it on the last several ftp servers i've connected to hah <1> SLACKWARE IS FREE POWERFULL AND SAFE ! <1> :D <5> bullrage: try to shout "liberate tu te me ex inferis" <5> close to your pc... <5> that'll work <3> necessito usar mi dedo en su boca <11> anyone know a techique to detirmine if a user is not longer viewing your site? I have a logout button but people don't use it, and I want an accurate way to see who is logged in <1> JAJMaster lol <6> chris12349: sessions and cookies.. <1> JAJMaster your spanish language is bad <1> hehehe <3> contraventor: you are VERY correct <11> bullrage: I'm using sessions. Is there a way to show all current sessions? I though about storing them in a table then comparing the session in the table to the session saved in /tmp <5> mmm, chris12349, what about storing session_id() in a table in mysql? <6> You could generate a random session ID, and then do a query <6> Pah, Mahadeva beat me to it <5> :-P <11> I though about that. How long does it take for the session on the server to disapear after a user closes their browser? <5> inmediatly <1> Mahadeva ".$linha["cidade"]." not work <1> huhuhu <11> ok, i've been playing with it with firefox and flock, and it doesn't seem to dissapear. I wonder if they are keeping each other alive <5> contraventor: try printf <1> Mahadeva ok <5> wb Jymmm <1> Mahadeva not work <4> chris12349: what is considered no longer viewing site? 15 minutes idle, 30, 60? <1> Mahadeva http://phpfi.com/119682 <5> omfg... <0> zircu: Seems kind of subjective. No longer viewing news for me could be hours. No longer looking at my bank account is more like 10 minutes. <5> contraventor... PLEASE, read the ... manual <4> mattmcc: yeah that was why i asked
Return to
#php or Go to some related
logs:
#centos #php #web apt-get install ethereal ubuntu couldn't find package lsusb nothing ubuntu ck804 soundcard #mysql #python VMWare tools+Debian Sarge install libncurses5 centos
|
|