| |
| |
| |
|
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> Lomat: true, but it doesn't work as aspected... <1> hi guys <2> how can i insert data from a table, into another one but only the records wich are not already there? <1> hey how would I extract values from a while loop and use it in the main area? <3> how do I make a form submit button save a session cookie? <4> anyone? <0> mamat: what's unclear there? <0> mamat: all you have to know is in the message... <4> dma147..i have php installed by default while i was installing linux <4> so..how do i reconfigure it with interbase? <0> mamat: maybe, but without the interbase support. <0> mamat: this depends on your distro. <4> using mndriva here <0> mandrive does have a packagemanager, I ***ume? <4> yes <0> mamat: so use it to install php *with* interbase support. Consult the dokus of your distro. Otherwise download the php-source and the interbase-source and what you need else, and do it manually with :/configure [options]; make ; make install
<0> s/dokus/docus/ <5> :-) s/german/english <0> psypointer: ;) <0> Lomat: well, thanks for the hints... I'll have to debug the stream to find out what's wrong there, I think. <6> dma147: good luck :) Just a thought, are you closing the connection and not just letting the other side think that you are timeing out? <0> Lomat: sure... ;) ... every time after downloading and "deleting" the mails. <0> $error = $pop3_connection->Close(); <0> Lomat: maybe you're right... <0> Lomat: I think I've simply fclose()'ed the connection instead of sending a QUIT... <2> how can i insert into a table rows wich are not already there? <0> lemme try this out <0> strat: you have to write a script for that, which looks into the table for every row if it is already there or not. <2> dma147 thanks <0> Mails on server: 93 <0> - deleting msg 1 (deleted ok) <0> [...] <0> Lomat: after the reload: <0> Mails on server: 0 <0> *fg* <7> does php5 OO have have full OO handling? i.e. inheritance and polymorphism and such? <0> Lomat: thanks, that was it. I've simply used fclose() instead of sending the QUIT... <8> r0xoR: yes <7> ok <3> wow, a geocities page worth visiting: http://www.geocities.com/volontir/ <9> anyone here use postnuke? <10> Activating flame shield. <11> Woot! <12> heh <13> lo <13> i'm curious, i've been given the task of writing a fairly complex system which requires people to pay via credit card. it goes live wednesday, i'm hopefully starting it tomorrow. <7> how can I close all buffers at once? <13> is it common for companys to put their faith in rushed, untested coded which accepts thousands of pounds worth of payments <7> but not quit vim <14> Ratty_: welcome to the real world. Ha. <7> Ratty_, yup <13> seems suicidal <14> Ratty_: your duty is to explain the risks <7> Ratty_, the world of ASP is filled with stuff like that <13> oh my manager is off, so i have no one to explain to <15> hello everyone <13> just been told to do it <14> Ratty_: write an angry mail. Let the code fail. Use "told you so". <13> sounds like a plan <14> "told you so" is a valid design pattern <14> Query OK, 646354 rows affected (8 min 20.64 sec) <14> heh <16> Hi, settype('333.000','float') returns 333, I want it to be 333.000, how can I get it? <13> how are you outputting it? <17> why would you want to use session_regenerate_id() ? <14> renewbie: sprintf() <16> Ratty_: with normal echo <16> mst: /me goes to manual <13> try var_dump() <13> i think what you probably want though is, number_format() <16> Ratty_: number_format it is... thank you <18> litage, http://shiflett.org/articles/security-corner-feb2004 <17> reading... <19> im in trouble. i managed to lock myself out of my webserver. sshd seems to not have been started properly at the last boot, os the only means of control i have on the computer is the file area where i put php scripts. what are my possabilities of perfomring commands as root using php? <20> _SKiTZO system() shell_exec(), and a few others <19> Raevel: how do i make it understand that i am root?
<19> like where can i put the p***word ? <20> can't you use ; as a delimiter or something? so you can send a bunch of commands at once <20> then you can just su to get in <13> meh, i'm sure my boss lies and says deadlines are closer than they really are <13> she doesn't understand that results in ****ty work <14> she does, and she also understands that you're the one to be blamed <13> aye <13> she gave me 30mins to "hook up a page to the database" <13> i told her it'll take at least 2 days as i can't magically hook up plain html to a database <21> are there general relevant performance variables to adjust in php.ini ? No right ? <22> Hi. I am trying to create a debug function for my object so that my object can give more information on where this error occurs. set_error_handles() needs a 'handler', the function from within this object that needs to handle the error is MyObject::Problem(). When ***igning my error_handler from within the object it neither accepts self::Problem, self::Problem(), MyObject::Problem or MyObject::Problem() <19> Raevel: isnt su keyboard interactive? thatm easn someone has to type the p*** in <19> ill try to. <22> it accepts a standalone function without problem <20> _SKiTZO doesnt it take the p*** as a parameter somehow? <3> is isset used to check if a session exists? <20> aslag you could use isset <3> simply if (!isset($_SESSION)) { } ? <22> Anywhere i can turn to for my problem ? Been searching on this since yesterday :-( <20> yeah, session is like any other variable <3> cool <3> thanks <20> (in that sense) <22> The Problem() function in my object is declared as public static function Problem(...) <19> seems as su/sudo only accept p***words interactively <23> hi can i use this for comments /* */ ? <23> or just // on each line <13> yes <13> and # <24> the first is generally used for a block comment <24> the other 2 for one-liners <13> *plop* <25> guys anyone good in mysql? i have simple question <24> shoot <25> dino:/usr/share/freeradius-dialupadmin/sql# mysql -u radius -p radius < userinfo.sql <25> i got this <25> ERROR 1072 (42000) at line 4: Key column 'id' doesn't exist in table <25> and this is line 4 <25> id int(10) DEFAULT '0' NOT NULL auto_increment, <19> damnit.. any way to get root access from a php script? <19> when i have the root p***word? <24> Meaw: id exists, and its set as the key for the table? <25> yes <23> i want a block thx :) <26> hi what of these 2 is better http://pastebin.com/736756 <13> meaw: your command is wrong <23> and when i want to abort the script i use " die; " ? <13> mysql -u radius -pradius DATABASENAME < userinfo.sql <24> or exit; <24> all depends on the situation <23> what is diference between die and exit <24> I couldn't tell you.. php.net can though :\ <23> darn i hope i will find it soon... cause i already used all of my bandwidth :( <27> Hmm how would you have a script to e-mail a person? <13> mail() <27> Oh, that's a real function? <23> the server has to be set for that or doesnt? <28> Anyone had any experience with .htaccess and the RewriteRule ^$ members [R] directive ? I can't get it to redirect to the members/ directory <27> How can I tell if the server is setup to use mail()? <29> test it ? :p <27> lol well I tried to have it e-mail me but that didn't work <27> Or maybe it did work and it's just slow sending e-mail <30> maybe look in your php.ini <27> Where's that? <29> or just do a phpinfo(); <13> /usr/local/etc <13> or /etc <29> #locate php.ini <29> ;) <13> that too <27> Hehe <27> That returned a lot of results <27> And it's not in /usr/local/etc <27> There's one in /usr/Zend/etc
Return to
#php or Go to some related
logs:
#lisp print_devices(): didn't get a reply from NetworkManager. vfs cannot open root device hd3 or unknown-block(0,0) #perl #lisp postfix change utc #centos dpkg-divert mismatch on divert-to fglrx-driver !!! FAILED postrm gentoo sql what is overhead
|
|