| |
| |
| |
|
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
Comments:
<0> sigger: PEAR::HTML_Form? (although PEAR::<anything> tends to rub some people wrong) <1> Where can i get info on dynamic webpages? <2> thanks b1n0ry. is PEAR relatively lightweight? <3> am i the only one who gets a boner when thinking about soap, public api's and the web 2.0 ? <4> m. soap <5> b1n0ry: Excellent idea ;) thx alot dude <3> Stormchaser: did you mean to identify yourself as mr Soap ? <4> lepine: *blink* <6> lepine: Given how popular the term is, apparently not. <3> cool, i feel normal again. <4> normal? Is that a word? <3> http://www.google.com/search?hl=en&q=define%3Anormal&btnG=Google+Search <6> It's a perfectly cromulent word. <3> google thinks it's a word <4> maybe. Btu what does 'normal' means? <7> 'lo
<3> an element which is within acceptablle bounds of the average <3> ? <8> what would the php code be for relating ISO names to their corresponding character codes in common character sets? <4> Tac: Get more people? <2> a friend advises that data entry library is too far off topic for here. apologies. <10> Tac_Work: whips and chains. or hookers. or both <3> right, get your web developers to crack some bull**** 3d login interface for the fbi ... <3> in less than 60 seconds <11> Hey guys -- interesting problem. My file input forms don't seem to be uploading anything because the $_FILE global on the action page is empty. I checked php.ini and file uploading is on and the file max is set high enough. Any recommendations? <12> hm... my server gives me this error: Premature end of script headers: index.php <12> this is a paste of the index.php: http://rafb.net/paste/results/lHYUMc69.html <12> I don't quite know where to pick that up. That code worked quite well on a server that didn't have Apache <13> Stormchaser: more people at the same productivity wont make the office more productive :-p <12> I mean, the <?php ?> part of it <14> what regex would take "this {foo} is good" and find {foo}? (for use with preg_match) any tips? <15> anyone know of code to take a database schema and convert it to a PHP cl*** with methods to populate its members ? <15> like SQL for a table -> PHP cl*** declaration, with function init() {} ? <15> no ? <15> hmm time to write it then <16> qbert: What are you going to put in there? The getters and setters? <15> no i usually access them directly, but I want something to take my table definition , and map it to a cl*** <17> http://www.itrebal.com/?repository&dir=/pulsejet/&cmd=view&sec=atom_2.JPG http://www.itrebal.com/?repository&dir=/pulsejet/&cmd=view&sec=atom_1.JPG <18> use Ruby on Rails <18> i hear that it has similar stuff <15> and generate methods to load from db, save to db <18> although i've never used it <15> yea ive been meaning to look at ruby for a while <16> itrebal: You putting that on your car? <17> dj_segfault: of coures :) hehe, nah - just gunna take it to school and threaten to kill people... <17> or.... maybe i'll just have some fun with it <19> hi again <19> question: I have got a project, into which I must include some php script <19> the problem is that this script has some calls to exit() <16> rysiek: Why is that a problem? <19> is there a way I could disable the exit() function in the included script <19> so that my including script always executes to the end <19> *without* editing the included script? <19> something like: <16> Yes. Get out your magic wand... <19> heh, I have lost it somewhere while working with python a while ago <10> rysiek: uh, no <10> if you want o change a script, you have to edit it <19> and neither locate magic_wand nor ls -lR /home/rysiek | grep wand helped :( <16> "Can I redesign the entire workflow of my application without editing the source code?" <10> rysiek: though I guess you could read in the script, remove the exit's then write it out and then include it <19> ||cw: yep, I can, but that's a huuge one <19> and there's always a possibility, that <19> the exit() function controls the overflow in a way <19> that replacing exit() with return won't help <19> ah, well <19> dj_segfault: if you happen to come across my magic wand, do info me <19> :) <16> rysiek: Google for it. <20> when you click on an ebay url.. the urls are like... http://entertainment-memorabilia.listings.ebay.com/Autographs-Original_Movies_W0QQfcclZ1QQfclZ3QQfromZR11QQfrppZ50QQfsooZ2QQfsopZ3QQsacatZ32987QQsbrsrtZlQQsocmdZListingItemList .... that would be the equilivant of someone looking at an ebay item view, and clicking on sort by price asc... what does all those characters do? they're using some kind of serialize? any ideas on what they're doin <21> m1chael, impossible to tell.. ask ebay. they might have some documentation that tells what each thing does. <22> is there anyway to dynamically create variables names?
<6> Variable variables. <6> Although you may just want an array. <23> Hi <23> Given a object $container->object, can I deref properties in object like this: $container->object->prop ? <6> Yes. <23> Nice :-) <23> This will work in a double-quoted string too, right? <23> Of course it will <24> any reason why this doesnt work for mail(); <24> $from = 'From: ' . $e . '\n'; <24> mail($to,$subject,$message,$from); <25> hey anyon free to answer what i hope is a simple php string question? <25> anyone awake? <21> LLX, nope <21> Larry, define "doesn't work". <25> I thint itwas erriey quiet for a irc <24> the email never comes <24> if I remove $from it sends <21> Larry, are you checking the result from mail()? <24> it does send the mail to the server <21> Larry, get rid of the \n part <25> May i interupt with my own question or is there a que? <21> LLX, just ask <24> ahh thx <25> i have a string that consiters of several lines, im tryign to break the stringup and populate parts of it to differents varibles <25> forexampel the first line in the string is <!--Checked-0-Checked--> i want to use that to set $isChecked = 0; <26> Hey, can I close out the stdout and stderr and stdin file descriptors somehow? <21> LLX, the lines are separated by \n? <21> do you have a *lot* of these variables, or is it a short list (like less than 10)? <25> im pety sure it has to be some sort of string to arrary and string search function but im at a loss how id do it <25> their only a hand full thoughthe last entry is a block of html <21> madsara, I don't know. <25> <!--Checked-0-Checked--> <25> <!--Name-Objectives-Name--> <25> <!--BulletName-Objectives-BulletName--> <25> <!--Type-0-Type--> <25> <p><center> <25> <table border=0 width=590><TR><TD><div align=justify> <25> <center><font size='+2' color=#6600CC style='text-transform: uppercase;'><B><U>The Newborn</U></B></font></center><br><br><br></p> <25> <p><font size='+1'><font color=#990033 style="text-transform: uppercase;"><B>Objectives:</B></font></p> <6> gah. <21> LLX, ARRRGH! please do not paste! <25> that basicly what it looks like, (though i croped the htmlportion) <25> Well it is less then 10 lines :P <25> which is what i thoughyou were refering to <21> LLX, if you are pasting into irc, the guideline is less than *3* lines. <25> well see you throew me off withthe reference to 10 <21> LLX, no, I said " do you have a *lot* of these variables, or is it a short list (like less than 10)?".. notice use of the word *variable* <25> my bad, <21> that doesn't mean flood the channel :( <25> my sincerist aopogies <27> under what windows user name does php read and write to files with so i know who to set security privileges for? everyone seems a little too vulnerable <25> Windows servers cant set security, or atleast no windows server ive had let me chmod it Mogbit <21> LLX, the easiest thing I can think of is a regex, but I'm not an expert on that. <6> mogbit: Just as under *nix, the user which the web server is running as. <27> what does the webserver run as? the current user logged in? <25> ya im lookignup regex on php.net now that seems like it would work form taking block text and seperating it into values jsut got to get the handle on it <28> Does php5 run on Solaris 10? <6> Why wouldn't it? <29> i can't seem to find a connection string, for timesten db, should I be using equivlent to oracle connection string? <25> ok i think im getignthe hang of regex but im a bit stump at factoring ina wild card <22> mattmcc: you were right up about the arrays thing <22> I wasn't thinking <6> It's a common thing for people to initially think they want $var1, $var2 when they really want an array. <25> anyon here know a bit about reg ex? <22> I originally thought of arrays <26> Hey, how can I close out the STDOUT so I can no longer echo to console? <22> and then I convinced myself that I needed something more complex <21> LLX, you might ask in #regex, just be sure to ask questions *only* about the regex, and note that the fact that you are using php is largely irrelevant and the #regex folks don't care. <25> ok ill takea look <25> well im using ereg() is that more for php here or ##regex? <21> LLX, they #regex people don't care, keep your questions relevant only to the regular expression you are trying to write. <6> madsara: Well, you can start an output buffer, and drop it later on without flushing it. <26> mattmc, what functions am I looking at there?
Return to
#php or Go to some related
logs:
#php d-link di-704 slow connection #gentoo webmail degine HOLTEK USB Keyboard source #ai ${VISUAL} linux sensible-editor nvidia-glx removes xorg kaudiocreator speed cdparanoia settings #ati
|
|