| |
| |
| |
|
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
Comments:
<0> I didnt see your initial question <1> the php.ini file in my directory <2> Storm! <3> !+doesn't work <4> Look buddy, doesn't work is a strong statement. Does it sit on the couch all day? Does it want more money? Is it on IRC all the time? Please be specific! Examples of what doesn't work tend to help too. Finally, showing us the code is helpful (after you've explained your problem). /msg php-bot pastebin for more information <5> try it and see. <3> itrebal: woof <2> whats up <0> if its not a cgi, then you have to set your settings in .htaccess or similar config files.. <5> Bog_: Just try it... if nothing happens, it hasn't worked. If something does... whahay. Get your hands dirty. <3> ceiling, at this very moment, itrebal... <2> Stormchaser: ah, i got tired of the ceiling... so i broke a hole in it, its *much* more exciting now <3> Bog_: php.net/instal... RTFM! <3> itrebal: It's cool until first rain. <2> Stormchaser: yea, it gets a little messy... <3> lol
<2> ugg... i'm so stressed out, and i dont know why <6> focus on positive things <6> or take drugs <3> itrebal: Eat chocolate., It'll cool you down. <2> lol <2> i wish i had some chocolate... <7> how can I get the width and height of an image? <8> getimagesize <2> getimagesize <5> nice <5> i needed that <9> function name($arr) no special array blah needs to be set when p***ing an array to a function does it? <5> i need a lightweight php/apache server for testing. <5> any good ones <2> Vixus: wuddya mean? <2> woah! i DO have chocolate! <5> Vixus: Most of the ones I've seen are like >15MB zipped up. I want one I can just unzip to a drive and use as a server to test my pages on. <2> why dont you make one? <6> and i want to wipe my *** with hundred dollar bills <2> or use lighttp instead of apache? <10> hi all, I just read the topic, what happened? <5> itrebal: Can't be bothered. :D I found one earlier, but don't know where it went. <2> dipnlik: freenode got pissed <10> itrebal: pissed about the channel or the users or what? <5> itrebal: can i get a lighttpd/php combo? <2> dipnlik: i think everything about it.... i wasn't here when it happend <2> Vixus: you can make one pretty easily i hear <5> itrebal: ok <2> dipnlik: apparently it had to do with the Tor problems <5> itrebal: Oh, I didn't mention, I'm on windoze. <5> itrebal: So setting one up myself may have issues. <2> Vixus: ooh.... heh, i duno then... might try #lighttp or some variant <5> *sigh* <5> I'll have to resort to xampp <5> :D <2> heh <2> yea, apache/php/etc is a PITA <11> hi to everyone <5> I'm doing all this for a webcomic retrieval script. <2> heh, why do you need the server on a drive again? <10> how can i connect to zendnode? not even google knows about it <3> o.O <5> itrebal: I just want one for anytime. <2> ah <5> itrebal: Like a faithful dog <3> I'm a dog... er... "woof". <5> :L <12> cus <10> i have a recursive function that uses queries, but on every mysql_close(); php displays: Warning: mysql_close(): 21 is not a valid MySQL-Link resource . should i open and close the mysql connections outside the function? <3> um... Why do you even use mysql_close()? <13> i should think you'd only need to use mysql_close() after your done querying mysql <10> Stormchaser: saw that in a tutorial... <2> dipnlik: dont keep opening and closing the same connection, when your done with the connection entirely, then close it <5> do you need to use it anymore? <3> ezrafree: Actually, PHP does the closing by itself, unless the connection is persitant... <14> Funny you're talking about db connections... I'm having trouble opening one <13> Stormchaser: ah i see <15> !tld .ta <15> guess not <16> how do you escape user input?
<10> ah, ok, so it is better to open, run the function then close. thought i needed to close it in the end of each iteration <10> thank you all <3> extr3m: hm? <15> Stormchaser: looking for somewher to check if certain tld's exist <14> I'm using $db = new mysqli(....); <17> Is the overloading of cl***es natively turned on PHP over 4.3? Or only in over 5? <3> extr3m: Google it, dammit! <14> and getting this: Fatal error: Cl*** 'mysqli' not found in /var/www/return.php on line 27 <3> espresso: Do you have mysqli installed? <14> Stormchaser: Not sure..... I have mysql and PHP 5.1.2, how do I check for mysqli? <3> php -i in cli or phpinfo() <14> I just found the documentation in php.net on how to install mysqli... <14> Stormchaser: thanks for the tip! <18> Can anyone please tell me how to get a block of html to output in certain cases when using php? <3> poopieface: "echo"? <18> i thought if i did <? if (exp) { ?> html block here <? } else { ?> html block here <? { ?> <18> it would work <18> but it doesn't seem like it is <2> ugg, i have to rewrite all my SQL <3> yes, because your server doesn't support <? ?> <3> !+short tags <4> Short tags are <? or <%, and should never be used. They are scheduled for removal from PHP6, and are configuration dependant. Use <?php, period. <19> tags, its the 'log_oogaly_boogaly_tags' directive <2> s/log/long <20> .................... <20> STOP WITH THE APRIL FOOLS! <20> go home APRIL FOOL PRANKSTERS! <20> :) <2> bashusr: me?! no really! <2> lol <3> bashusr: *stab* <21> nice prank, bashusr, pretending to hate April Fools <20> ^Migs^: ......... <20> i can't win here. <21> the best April Fools joke is making everyone think you're going to do a joke but not doing one at all <20> i actually liked gentoo's joke better <20> Gentoo on NT kernel :-P <20> i actually wanted it to happen <20> ;-) <3> o.O <2> haha <2> link? <7> I'm trying to make it so I can go file.php?help <7> then it displays the help info <7> but right now my code requires ?help=1 or some value <7> anyone have any sample code to help me? <3> Silivrenion: iiset($_GET['help'] <3> er... isset() <7> if (isset($_GET['help'])) { <7> $helpvalue = 1;} <7> else <7> { $helpvalue = 0; } <7> i have that, but it doesn't like just ?help <7> it only functions when given a numerical value too <2> O.o <7> http://silivrenion.com/sig/chemsig/chemsig2.png?help <3> zomg diz iz an fugly koode o.O <22> how do you do an if then else statement on one line? <22> it's something like if(true) then : else; isn't it? <2> jals: $string = ($conditional)?true:false; <22> ah ha <22> ta <3> !+ternary <4> [ternary] Like many other languages, PHP has a ternary operator (?:). It serves as a compact if/else syntax. See http://www.php.net/manual/en/language.operators.comparison.php <23> hey all, i'm attempting to compile pho, and it's erring when looking for the libxm2 directory........where is it looking for it so i can ln to it? <3> pho? What's pho? <23> php <3> ah <2> Stormchaser: a variant on the drug PHP <23> blah.....libxml2 directory <3> !+devel-pakages <2> Pretty Horny Ovules... or something... <3> !+devel-packages <4> If your configuration / build process complains about missing headers and / or missing .a , means you don't have -dev or -devel packages installed, or they are in the place, that PHP can't reach... If you are using package manager RPM, apt,..., then you're probably missing some -devel packages that are ***ociated with the error...
Return to
#php or Go to some related
logs:
CHOST gcc-config error: Could not run/locate paste/2838 #perl apollon suse 10.1 rpm #gentoo kfbx+fc5 #fedora debian etch z60m grub eepro1000 #linuxhelp
|
|