| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Comments:
<DarkFlib> I'm fairly sure my syntax is right <Cyberl0l> Yeah its right <DarkFlib> http://uk2.php.net/language.variables.variable <Cyberl0l> But its not pretty <Cyberl0l> :P <Cyberl0l> leave being right to php help channels <Cyberl0l> we are the elite <Cyberl0l> we can do better than that <Cyberl0l> :P <DarkFlib> I never said it was pretty... <DarkFlib> it just answered the question posed <Cyberl0l> oh yeah now lets **** <popikus> didnt worked ... maybe i did not asked right .. i'll give an example .... i want to treas a variable 'variable_name'=$x'+'value_of_$i' .... so if i=1 $x1 .... if i=7 $x7 .. how to wite name of variable in order to 'use' value of $i in it's name ? <DarkFlib> $y='x'.$i; $$y='hello world'; echo $x1; <popikus> ok, i'll try it now <popikus> thank you <Cyberl0l> no no no <Cyberl0l> $variable{$number_var} <El_MaPiMi> hey females mahal na mahal kita <Cyberl0l> El_MaPiMi: Hey fag, le sux mei cawkx <popikus> Cyberl0l ok i have found your syntax now on a help page ... <El_MaPiMi> Cyberl0l gotta hell <Cyberl0l> gotta hell? <Cyberl0l> GOT MILK? <El_MaPiMi> would like some? <El_MaPiMi> i can give u a lot, <Cyberl0l> yes please <Cyberl0l> I have indegestion <Cyberl0l> waddu SB__ <Cyberl0l> p <SB__> hajuu <El_MaPiMi> u should care what u recive by the backside <SB__> 50 mg musle relxatn <Hajuu> ahhahah you too? <Hajuu> 60mg pain killers here <Hajuu> Arent you at school? <Hajuu> lol <SB__> sdorm <Hajuu> ah <Hajuu> I always picture military dorms instead of school dorms lol <Hajuu> like just a big hall with a pc in the corner <Megapai> test,test1,test2,test3 how can i select theese test test1 etc. ? <Megapai> exp, third one or all <kimberlyz> hey, how do i page redirect in php? <Megapai> kimberlyz page redirect ? <Megapai> you can you meta refresh with php's echo. <DaLoony> httpd: Syntax error on line 53 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/libphp5.so into server: /usr/local/apache2/modules/libphp5.so: Undefined symbol "ap_block_alarms" <DaLoony> any idea why? <DaLoony> and how to solve this? <kimberlyz> mm when i do redirect its write me this > Warning: Cannot modify header information - headers already sent by (output started at /var/www/languageinc.php:5) in /var/www/functions.inc.php on line 1401 <twysted> kimberlyz> why not put the meta refresh tag in the php file instead of echo'n it <Megapai> kimberlyz you already sent it. try meta refresh <kimberlyz> --> [twysted]: like this: <META HTTP-EQUIV=Refresh CONTENT='$time; URL= $url'> ? <dwork> Or try getting a clue, check the header() function reference in the manual. <dwork> It explains why you are getting that warning. <twysted> <kimberlyz> thats kinda all wrong :D <kimberlyz> ammm, if i do meta refresh it "ticking" me the page <kimberlyz> ammm <kimberlyz> so after like submiting a review, what you do? <kimberlyz> that he'll go back <holospoof> Fatal error: Call to undefined function mysql_connect() in /usr/local/www/data-dist/index.html on line 27 <Hajuu> dravine <Hajuu> you mofo <kimberlyz> --> [holospoof]: .html ? <irzyxel> holospoof: so get some mysql support installed ? <twysted> my question is how did holospoof get a html file to queue mysql :P <irzyxel> you tell your webserver to parse .html for php ? <twysted> :D thats insane <irzyxel> pretty common, tho i dont support it <Hajuu> Nah. <Hajuu> PHP is designed to be an embedded language <Hajuu> but theres every reason to keep it seperate where possible <Hajuu> or html embedded in php even <dwork> Embedded yes, but not in HTML, in webservers. <dwork> The web monkeys got that wrong. <holospoof> **** **** **** <holospoof> dude the guy that installed PHP isnt here <holospoof> i need to recompile php blind and hope that everything lands in the same place **** <holospoof> im so mad right now i told him he had to do this but Noooo dont listen to "me" <irzyxel> thats what you get by having people install php that think you dont need a database <holospoof> he installed mysql too <DaLoony> holospoof, use the flags, as i needed to do now :) <DaLoony> found out what my problem was <DaLoony> it seems to be that it was compiled for 1.3 instead of 2 <DaLoony> ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysql --with-mysqli=/usr/local/bin/mysql_config --with-config-file-path=/usr/local/lib/ <DaLoony> like this holospoof :) <DaLoony> but u need to check where all the needed files are <irzyxel> or if you really need mysqli <holospoof> /usr/ports/php5-tidy/ ?? <DaLoony> btw irzyxel, why is my proxy host banned here? the ban message states something about my quit, i have done 1 quit here... i'm sorry, couldn't u just warn me, then i would be leaving the channel before doing the quit <holospoof> i dont know which port he used <irzyxel> do i look like ive set any bans here <irzyxel> if it says something, then its from x, then go look who set it <DaLoony> u are voiced, so i guess u need to know something about the channel :) <DaLoony> i'm new to x, even not regged <irzyxel> no, i just sleep with its owner <holospoof> yes DaLoony thank you <DaLoony> holospoof, u can also not use a port and compile it from the source file :) <irzyxel> just having a "proxy host" would be enough reason for me personally <DaLoony> as a co-owner of one of the undernet servers? mhm i wonder... <dwork> You wonder what? <dwork> Whether we care? <irzyxel> http://www.djdaloony.be/ <irzyxel> does that say you didnt pay your bills ? <kimberlyz> i can't use header() in redirect.. anyone have idea why? <irzyxel> kimberlyz: why not ? <DaLoony> irzyxel, old site, haven't updated perso info <kimberlyz> its says header sent alrady bla bla... <dwork> kimberlyz: READ THE ****ING HEADER() REFERENCE IN THE MANUAL <dwork> Next one goes with a ban <kimberlyz> --> [kimberlyz]: i read, they say use java script <kimberlyz> but its not what i want :S <DaLoony> btw dwork, yesterday, u remember that kolti? i helped him like for 4 hours and after i leave the channel i get banned, mhm nice btw tasm set the ban <dwork> You know, for some of us ops don't going all the way to type "you" instead of "u" is reason enough to kick someone out, maybe you should shut up <DaLoony> dwork, typing "u" instead of "you" as being polite? ever heard of that possibility? <holospoof> lol as in, **** u? <holospoof> ok <dwork> Being polite?? <holospoof> as i re configure and rebuild php for mysql... <dwork> That's not polite, it's pretty much the opposite <holospoof> does it mater where php config ends up? <dwork> holospoof: yep <holospoof> whats a good clue to ./configure with --PATH <dwork> Get a phpinfo() to see where the interpreter expects it to be <holospoof> phpinfo in php? <dwork> Yes <dwork> It will tell you where it wants the ini file to be, among other things. <holospoof> which one am i looking for? <dwork> I don't remember the name, just search the resulting page for "php.ini" <DaLoony> i'm sorry to be from Belgium then dwork, speaking to someone in Belgium with 'u' instead of 'you' is more polite, i'll remember it for next conversations :) Thank you for letting me know <holospoof> its supposed to be in /usr/local/etc, but the only php files in that dir are php.conf php.ini-dist php.ini-recommended <dwork> That means you have to copy one of them to be php.ini and then edit it. <holospoof> is that the problem why mysql doesnt work? <holospoof> **** maybe i should try that instead of recompiling :) <holospoof> no the only mysql option in the .ini is for a dll <holospoof> i dotn think so <irzyxel> load the needed libs in php.ini ? <holospoof> how do i check if php was configured for mysql? <irzyxel> read all of phpinfo() ? <holospoof> [tyler|~]$ php test.php|grep mysql <holospoof> [tyler|~]$ <holospoof> [tyler|~]$ php test.php|grep php.ini <holospoof> Configuration File (php.ini) Path => /usr/local/etc <holospoof> [tyler|~]$ <irzyxel> thats like doing less bible | grep jesus when trying to be enlightened <Tamama> on the old testement <holospoof> ok? <holospoof> so i want to recompile then
Return to
#php or Go to some related
logs:
wakeboardgrl
#london aiaiaiaiaia should´ve known better
#MissKitten #london #skype WHICH WISH YOU WERE HERE PRESENTER MARRIED SPORTS COMMENTATOR NEIL DURDEN SMITH? #java Zephyros/music
radio getElementByname checked
|
|