| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
Comments:
<0> pizza_: thanks a lot! <1> :-D <2> i'm finding anyone running redhat has the same retarded views as people running windows. or pretty close. <3> Is there anyway to keep two arrays in order with one another, like say I sort one array, id like the other to keep in order with that one. <4> kind of like the linux & command? <5> SimAtWork: like retards and spastics, its PI to refer to RedHat users in such a manner <6> CryWolf: ? <5> its not, rather :) <5> heh <7> da_didi: you can't. You have to do something along these lines: $a =& $_GET; $a[$a] == '...' <2> i have no idea what PI is <3> That movie was so bad. <2> Souvent22: you're talking about making a multithreaded app. I've never attempted such a thing in php. <8> HubertRoksor: i was afraid, you say something like this :( <2> Souvent22: you might be able to use a "fork" though. check on php.net. <4> yeah, bascially.
<4> k <7> da_didi: good news is you can use references <8> HubertRoksor: i am still reading the manual.. do you have a link for me? <9> Souvent22: I just did that. Look at the docs page for proc_open. basically, you run a shell with &, but you also need to redirect stdout and stderr, or it won't run in the background. <9> Souvent22: Read *all* the user comments, too. <2> souvent22, this will let you run another php script... but not just a function. http://ca.php.net/exec <4> dj_segfault: but that'll hold for a linux machine, will that also work in a windows box? <2> Souvent22: unlikely it'd work on a doze box. <9> Souvent22: Not the ampersand. There you have to use start /b. <7> da_didi: nope, sorry. Check out the first chapters, in Variables I think <8> okay, thank you HubertRoksor <10> friggin asp_tags! <9> Souvent22: It's all on that page in the user comments. I just wrote a php-based build management system that uses that to launch builds in the background. <10> anyone else notice that header() can only contain one header at a time now? <4> Great! Thanks a lot guys! <11> Where is the official link of php 6 candidate release? <9> Souvent22: I gotta jet off to a meanting. Good luck. <4> thanks. lata. <4> i got all the info i needed. <12> da_didi, it's not very recommended to work with variable Variables, and since you're trying to work with $_GET, what exactly are you trying to do? <8> i have a table with birthdays. now i want to have a checkbox checked or not in the table, if this persons should get a birthday card. my professor wants to update all people once. <8> *at once <7> DavidHKMrPowers: candidate? none, but you can get a snapshot at http://snaps.php.net <8> elBugz: you have a better idea than var. Variables? <12> da_didi, name the chechboxes name="birthday[]" and feth the $_GET (I'd probably use $_POST instead, but the same priciple applies) $_GET['birtday'] - which will be an array of the selected checkboexs <11> <7> : thanks <8> elBugz: i will use $_POST <8> birthday[$person_id] would be best? <12> da_didi, nope... <cb... name="bday[]" value="$id"> would be bettwe <12> s/bettwe/better <8> aaaah.. elBugz, thank you very much.. now i know what to do! <12> s/better/easier <13> If the current location has #fragment, and I do header('Location: http://example.com') it gives me http://example.com#fragment how can I avoid this? <14> I can't find much information on this I was hoping someone could help me. I get an error when accessing php files on a new server I just built -- when I go to a php page, even a test page I get "The specified module could not be found" and in my error log I get "The HTTP Filter DLL c:\PHP\php4ts.dll failed to load. The data is in the error." <14> IIS6 <15> is there a way to compare 2 strings in a case sensitive way? <16> @strcmp! <16> crap <16> oh <16> strcmp <16> will do <17> hey <15> thks ;) spox <17> installing mandrake <18> mandrake!? <17> jiggster:yes <18> ewww ;p <19> Hello! <20> Hi. <17> jiggster: its good for desktop linux solutions <17> anyone here got a PDA? <18> yeah i guess <19> I'm having a problem with SESSIONS. In the first file I start the session with session_start() then I unset the $_SESSION var to clean data from previous operations. After in the same script I add some vars to $_SESSION, like $_SESSION['sid'] = 'blah', I print_r($_SESSION) just to check (everything ok) and finally there is a form. The second script, the one that receives data from the first script form has a session_start() at the beggining o <19> you got the full message <19> ? <19> duh, it was the unset($_SESSION) command, it seems that after it the $_SESSION data bellow was not being added to the session <8> elBugz: may i bug you again? you renember my problem with the birthdaycards? how to uncheck a box? i only get posted the new receivers but i don't know which persons should not get a card anymore (you understand me?) <11> da_didi: if( isset(BOX_NAME) ) <8> DavidHKMrPowers: i have a array bday[] with the value of the receiversID. <12> da_didi, yes... I do... fetch the data from you DB then compare it to the data from the form <8> elBugz: okay, i will try, thanks again
<12> da_didi, or, have a relation of IDs that should be checked in a hidden field on your form... then compare that with what was checked <8> a second array? <12> da_didi, but you dont need to store it as an array, you could store it as single hidden area, separated by # or something then explode that to get your array on "page 2" <21> hey im trying to install php on win32 with apache 2.x but there is no php5apache2.dll in C:/php <21> and now im stuck... :/ <21> im trying to install it as a module, but the only other alternative without that dll is cgi, and i dont want cgi <22> try without the win32 module <23> so you downloaded the wrong file <21> i downloaded the file on php.net <21> php-5.1.2-installer.exe <8> download the zip <8> the exe doesn't contain this file <21> ok <21> i knew i downloaded the wrong one, always do lol <24> sup folks - am I not allowed to put php inside a .js tag? <24> onMouseover="ddrivetip('<?php echo $r['product_desc']; ?>', 190);" <25> cya <26> I cannot get my DB_DataObjects to update my table - the SQL it generates seems strange... anyone have this issue? <26> Or can help? <21> hey im a newb in php, and was wondering if there was any way in shortening this code... http://pastebin.com/526001 <26> Wow, DB_DataObject does not like not having a primary key <27> Well, everything should always have a primary key anyway.. :) <28> mattmcc - amen, brother <26> I guess so, there was no unique data in it so I figured I would skip it <21> anyone? <26> fizzle: Why the "if"? <11> can anyone tell me how to let mIRC notice me when someone msg, query me or write my name? <21> vuud, i dunno. im a newb? <26> fizzle: Well you know its an int cause you set it right before that <21> vuud, i know <29> DavidHKMrPowers, I'm sure someone in a channel about mIRC could <21> vuud, im talking about the three echo lines <21> vuud, how would i go about combining them all in 1 line <26> Ahh, I missed where you said that <21> vuud, i didnt really say that, but i am now lol ;) <30> anyone looking for a job? <27> If they're looking here, they're in the wrong place.. <21> vuud, so .. how would i go about combining those 3 lines in 1? <26> echo "blah" . gettype($int) . "blah"; <17> ruby is more php ish ....... <21> ah i should have remembered that from perl errr ;/ <17> then python <21> ok ty <30> well if anyone has some experience with PHP under their belt, email me at tom@myinternetservices.com .. we need a contractor to give a helping hand on a few of our projects to speed up developement. i'll need a resume and porfolio work (folio is much more important) <31> goods ppl <31> i need a one if like that <31> *telepac* is on $var <21> what is the point in octal, and hexadecimal integers? <31> how can i do that? <27> fizzle: Well, computers don't think in base 10. <21> mattmcc, right, but why not just use $int = 1.2324; or $int = 2094; ? <21> wouldn't it be a lot easier? <32> what's a free php ide? <27> fizzle: Not really, because floating point numbers aren't precise. <21> ic <21> mattmcc, meaning that you can set a number, and it will return differently? or? <33> sorry for the noise i needed to register a nick to privmsg some dude, i should have left <26> fizzle: its possible... mostly at very many decimal places <21> vuud, ic.... <21> vuud, im very illiterate when it comes to integers, sorry <34> _olsen: oh, no worries. the aligator pit under you is out of service anyway. <21> the only thing i know about integers is that its found on the number line lol <33> heh :-) <27> fizzle: An entry level computer science course might be useful. <21> mattmcc, ah well im still in high school heh <32> well <21> im only 15, i have plenty of time <26> fizzle: here... learn yerself some computers http://docs.sun.com/source/806-3568/ncg_goldberg.html <32> they don't check id's in college so find a university near you and attend lecture. <21> hehe <21> snooplsm, i probably could. i dont look 15 or sound 15 or act 15 lol <27> Or just sign up for a community college course. <35> hey guys
Return to
#php or Go to some related
logs:
#linux mdf2bin sending mail with python Maple is better than mathematica poweriso daa cdrecord linux socket.error: (106, 'Transport endpoint is already connected') python +mpeg321 +download bind view tranfer source debian 82573V install red hat yum error: Can't find X includes
|
|