| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Comments:
<0> was trying to take it from a dropdown menu <1> *blink* <2> is there any way to "go back to the start" for an array after forteach? <3> It's not necessary, foreach doesn't move the array pointer. <2> hmm <4> with what can i save an image to .wbmp ? <1> if you have the disire to, then yes. <5> MS Paint? <5> why .wbmp? <6> because it has a w, unlike regular bmp <7> zircu: seen my question? <1> *blinks* <4> zircu: found it, paint shop pro can <5> Haron_: yeah, and well, what you are trying, even if it works, isnt' a good method <5> Haron_: just do a ->add() method and have it push the value on the objects array <8> Questutis: IIRC, there is a (free I think) plugin for photoshop too
<1> (and there is GIMP as well..) <8> ahh yes <0> storm, i updated it, but still not working <0> http://pastebin.com/646846 <4> Stormchaser: Gimp isn't able to save as wbmp <0> can you take another look? <1> !+doesn't work <9> 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> or Graphicsmagick <0> lol <1> Questutis: I can't imagine how your question belongs to ##php... <0> Fatal error: Call to undefined function: membership_type() in /home/corps/designerwiz.com/html/members/register.php on line 136 <0> is the error <1> THANK YOU! <1> :P <0> sorry <1> is the file that calls the functyion included? <4> i am writing php to parse wml, so.. but yeah anyway, did not know where to ask <0> yes <0> it worked as a drop down menu <1> Questutis: Try ##linux. Smarter people. <5> if you install the pecl module imagick you can save it in php with that <0> so it has to be in the function <4> Stormchaser: thanks <5> Stormchaser: smarter people in #freebsd ;D <1> zircu: IIRC, GD can handle wbmp as well... Bu that wasn't the question. <5> gd ****s <10> i like gd <5> still waits for php's graphic library <1> zircu: yet you can't do the things with IM module... Try to draw with IM (or something) <1> zircu: GIMP. <5> yeah, i know, i have issues with IM <0> storm any clue? <11> Is it considered bad by PHP standards to include "display" functionality in cl*** objects? (i.e. html) <1> computersolution: Yes. The file containing the function is not included <7> zircu: that's what i do, in the add method, i call an array_push() <12> hi... <1> kambei: Depends on *how* you do it. <7> but i'm wondering if i'm operating on the real object or a copy when calling to getArray() <11> Stormchaser: Care to elaborate on that? <12> Im reading http://www.php.net/manual/en/configuration.changes.php <1> kambei: no. <12> but its hard for me to understand <11> Stormchaser: Thanks. <12> I have php4 as an apache mod <1> cuerty: um... <12> I am not allowed to use php_flag on a .htaccess file (says my error log) <12> how can allow it? <0> Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in /home/corps/designerwiz.com/html/members/functions.php on line 54 <0> actually there was that error up at the top <1> kambei: PHP has more than one way to output HTML. It all depends on where and when do you use it and for how much HTML code. So I cannot answer your question, if you don't elaborate yours. <1> computersolution: You just introduced another parse error, that has nothing with the one you posted before. <0> both are on the same form though <1> computersolution: *blink* <0> what does that mean? <1> computersolution: Do you have *any* idea, what are you telking about, or how the error management works in programming language? <13> !+start over <9> Please go to php.net/manual, read the first 5 sections, EVERY PAGE, and then see if you can solve your own problems. <0> im trying to learn <1> Jymmm: *nod* ;) <14> its so frieday
<14> live and DIRECT! <1> from the wasteland <0> but its hard when no-one will help <14> ? <0> and all you have is examples that doesnt quite fit what your trying to do <13> computersolution Did you read the first 5 sections of the manual? <15> blah, http://rafb.net/paste/results/hR5Sxw51.html - for some reason, my if-block inside fetch_depend() isn't being triggered (the "Hey, no rows returned!" if-block). <15> (lines 50-56, btw) <0> jymmm no i havent <0> does it go over making radio buttons in an array from a mysql database? <14> do you know mysql <13> computersolution you tell us, does it? <14> id suggest learning realtional database theory, then learning sql, then learning php <0> im not the type to waste my time if it isnt going to help <0> winmutt, i got the first 2 down <13> computersolution: And we are not the type to waste our time on those that aren't willing to help themselves. <14> if you dont know the first two youll never pick up the third to make radio buttons from a mysql db <14> computersolution: oh then #3 should be easy <0> as i stated, i do know the 1st 2 <0> yeah, seems so easy <0> lol <16> i just compiled 5.1.2, command line give me the 5.1.2 but phpinfo gives me the old version still? i changed the php,ini to point to the corrent lib and extension folders, what did i miss? <0> o-well, thanks anyways for all of the help <5> i think a third thing is missing.. basic html <15> zircu: indeed <1> Jymmm: This might interest you: http://www.gumstix.com/store/catalog/index.php?cPath=27 <15> Stormchaser: hey <1> 'lo, robert_ <15> how's it goin? <1> okay, I guess... you? <17> Hi, why when I add "disable_funcions" in php.ini It dont work? PHP 4.4.1 <15> meh- could be better; I'm trying to fix a block of php code, and it's pissing me off <1> robert_: try PYthon instead XD :) <15> lmao <15> I know python less than I do php <15> :P <1> robert_: It's easier than PHP <7> how can i check if an array already exists? <1> is_array() <15> now, I need to bug my host to install mod_python <15> heh <1> robert_: Use CGI :) <17> help <18> im getting a prase error unexpected T_WHILE when im using str_replace(array("'"), "", $handle <15> I'll pick up python when I have some spare time <1> Bouncy: o.O <3> Bouncy: So you have a syntax error. <7> Stormchaser: thx <18> mattmcc: most likely <3> Well, it's telling you that you do. <3> So look at the syntax above & below the line it mentioned. <18> mattmcc: this is the line below while ($data = fgetcsv ($handle, 4000, "|")) { <15> Bouncy: you forgot a ; or a ) or a closing quote- check the lines above <15> unexpected T_WHILE usually happens when you forgot to close-off something, and php still thinks you're somwhere you don't think you are <18> robert_: its a ) fromthe looks of it. in the str_replace(array("'"), "", $handle but should the ) go before or after $handle.? <12> hello <3> Bouncy: Look at your array. <3> Oh, no, nevermind. <12> can someone help me understanding http://www.php.net/manual/en/configuration.changes.php ? Im using php4 as a apache mod <12> and i get a "php_flag not allowed here" error <15> Bouncy: it's not what's in the while() statement, it's the while() statement itself- php is saying you're still in another block of code, or some other expression, in which it isn't allowed. <18> robert_: yea i forgot a ); on the end of the str_replace line. <15> I've done that before <15> I've forgotten to put something somewhere <15> and it's effed-up my code before <15> so, yeah <15> heh <18> robert_: though the str_replace like is supposed to remove the ' speech marks in the csv file before it enters it into the database else i get errors from php thinking its finished reading the csv file when it hasnt. <18> like = line. <15> heh <15> yeah <1> cusco: and WHERE do you put the php_flag and WHAT kind of php_flag? <17> Hi, why when I add "disable_funcions" in php.ini It dont work? PHP 4.4.1 <15> strikinado: learn english first.
Return to
#php or Go to some related
logs:
simple sprite javascript Snakebite apt-get ubuntu broadcom 3418 kde cannot move window devdsp no such device #centos invalid: BASIC 010908312D230C5F ubuntu recognise hx4700 qingy freezes automatix source lists
|
|