| |
| |
| |
|
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
Comments:
<0> etc etc <1> eh <1> zend is way to expensive <2> aethera: Zend Studio... ONLY $500 <0> the zend IDE is both COOL an HORRIBLY slow <2> Almost FREE <3> Well, it didn't come out of my pocket <0> i type WAY faster than the syntax completion stuff <4> I would have never stuck with programming, if it werent for auto completion and wysiwyg RAD suites <3> company paid for it <4> they are just... ultimate <5> I'm now using the 'Paamayim Nekudotayim'-method and a static variable: http://pastebin.com/532065 Is THIS a good approach ? <0> still it is slow as hell :( <3> take a look at php-editors.com <0> even on my 1.5Gb 2.4GHz P4 <0> i use vim
<0> :D <0> its fast, its free <2> and it ****s <2> </caffinated> <6> i have a form and then a button anmed btnSign with onClick ="true" and after that i start my php code with this: if(isset($_POST['btnSign'])){...} but it never goes into this part <0> Stormchaser: does not :P you just need to be nice to it and give it attention now and then :P <0> nardev: ofcourse not.. <0> nardev: if you have onClick="true: <0> eh " <0> it wil not post <0> why would you need the onClick anyway? <6> so it goes into the {} <6> so i just leave it out? <7> When I add the line "LoadModule php5_module modules/libphp5.so" to apache2.conf, the server fails to restart, did I copy-paste it to the wrong place ? <2> JoshX: *shudders* <0> just make <form method="post"><input type="text" name="foo"><input type="submit"></form> <0> Stormchaser: ghe :) <6> ok <0> nardev: and change the if or btnName :) <8> hey guys <8> how ru all <0> so input type="submit" name="btnSign" <8> need help on php images <0> !tell Chraso about u <0> !tell Chraso about r <0> rats <0> anyone need to add the r <0> to the tell statement <2> JoshX: I mean i like vim for quick'n'dirty (and vey small) fixes, but I can't see myself using it for writing bigger things... <6> why do i need to change the btnSign or if? <2> !+talking english <2> Um... <8> i have a table thet returns an image column in query also. the problem the php returns the column as ascii code how do i have the image? <1> how can I see what packages are installed on my system? <0> nardev: think, read :) <0> aethera: #define packages installed on system <1> JoshX: all the packages <0> aethera: like which apps you have installed in your windows? <1> I just install apache2 <9> start - configuration - software :P <1> but apache1 is still installed I think <0> aethera: what distro?? <8> aethera> if it is rpm base it should be rpm -qa <5> Could anyone plz take a sec to check out my code: http://pastebin.com/532065 ? I'm looking for the best way to communicate with my mysqli connection <1> debian <0> else you should do man dpkg or man rpm <0> :) <0> man dpkg it is <1> :) <0> "man dpkg" <1> wrong channel btw <1> :P <0> indeed <2> !+typing english <10> ##PHP does not allow aolbonics (or leetspeak) such as "u for you, r for are, ic for i see -- etc" and typing like this will result in you being silenced, furthermore, inability to adapt may result in a ban. <0> thats why i just pointed you at the man page for the tool you need :) <2> JoshX: That covers it :) <0> Stormchaser: fair enough :) <8> hey anyone could help me ? <0> Chraso: if you stored the image binary in a text field in a db? <8> it is an ole object
<0> Chraso: i doubt it works, but you could just try sending the right headers using header() and then just echo the values to the screen <6> joshX i'm confused <8> how to store in like that? <0> Chraso: use a blob col. <0> Chraso: then when trying to show it again, send the correct headers (content types etc) and just echo the content back to the browser <6> i took out the onClick and it still does the same <0> nardev: post your script in a pastebin somewhere <6> ok <11> Hello. Is there a primitive to copy (duplicate) an array to make a new array? <8> im a php intermediat don't knows how to define headers <12> = <0> Chraso: http://www.google.nl/search?q=php+mysql+store+image+database&start=0&ie=utf-8&oe=utf-8&client=firefox-a&rls=org.mozilla:en-US:official <0> Chraso: it is really not too hard to use google now and then you know.. <6> joshX: http://pastebin.com/532086 <8> ok <0> lets say the first result covers your question quite nicely <8> thanks anyway for your help <0> or perhaps the first 20 results ALL cover your question quite nicely :) <0> nardev lets see <6> yes! <12> depends on the request JoshX <6> let's see!! <2> "prezime"?!? <6> ;) <11> array_slice ? <12> = <0> nardev: you are posting to a completely different file!? <12> $arr2 = $arr1; , jak <0> nardev: you post your vars to the cgi script.. how do you expect the code to run then? <2> jak: togg is saying: $var1 = var2 = array(); <6> wait <12> huh? he wanted to duplicate an array <11> toggg, wouldn't that make them identical (i need them to be separately modifiable) <6> i'm at work <6> i gotta read this agina now <12> jak: it's no js <6> thanx joshX <0> nardev: you post your vars the the cgi script, not to this file.. <6> i suspected something like that <0> nardev: so this file never gets the postvars <0> nardev: so this file never executes the code <11> toggg, ah I see <12> jak: if you would do $arr2 = & $arr1; // then theuy act same <0> lets (ab)use my activerecord some more :) <11> right <11> thanks toggg <6> ok <6> thanx joshX (again) <6> :) <2> JoshX: 'yours' :) <0> Stormchaser: well a quite large part in it is 'mine' now :P <0> Stormchaser: have you read my posts? <0> http://jaws.townsville.nl/index.php?gadget=Blog&action=SingleView&id=3 and http://jaws.townsville.nl/index.php?gadget=Blog&action=SingleView&id=4 <2> JoshX: Nah... More interested in Python nowadays :) <0> hahaha <0> oh well <7> Firefox still tries to download my .php files... :( <0> Stormchaser: read it anyways, it is quite nice <0> alainlucas: no.. your webserver just serves them wrong.. <7> JoshX: that's what I meant <7> JoshX: and and I can't find any doc to help me to change that <2> alainlucas: php.net/install or read your INSTALL file <7> nobody has never had such error here ? <13> why is it that the nothing is run after executing the global exception handler code? why is it fatal every time? <2> alainlucas: The error is obvious. You're missing the needed fiule. <2> *file <7> the install tells me to add "LoadModule php5_module modules/libphp5.so" in apache2.conf, but when I do it, the server fails to restart <14> with what error <2> <7> Cannot load /etc/apache2/modules/libphp5.so into server: /etc/apache2/modules/libphp5.so: cannot open shared object file: No such file or directory <7> Stormchaser: if you know the answer, please tell me, i'm write it down to keep it in mind <0> alainlucas: read the error <0> alainlucas: what does it say? <0> alainlucas: <14> that's not where so's are kept...
Return to
#php or Go to some related
logs:
YASIS Permission denied #css #math bc43xx firmware #oe #perl cryptsetup unable to mount jeeves gentoo ubuntu installer no root file system mysql_fix_privilege_tables.sql Error 1046
|
|