| |
| |
| |
|
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
Comments:
<0> So I have to enclose a number in quotes when setting a variable to it? <1> !+tias <2> [TIAS] Try It And See. If you want to know if something works, try it first. <3> Phuzion www.php.net/tutorial <0> For example, $var=5; or $var="5"; ? <4> Is there anyone here who is looking for part-time php coding work? I pay via paypal <1> !+g7 <2> Guideline #7) No spam, bots, scripts, trolls, job postings (includes asking for work), advertisements or onjoin/away/back messages. <5> depends what work it would be <6> xshad, ok, what about custom headers? coz that's my goal actually <1> CarlH NO JOB OFFERS ALLOWED IN ##PHP <3> CyberShadow hmmmm... lemme try to remember, 1 second <3> CyberShadow www.php.net/headers-list <7> Jymmm - not even for escorts? <3> hehehe <6> umm
<6> that's <6> for sent headers <1> enygma a blowjob is not a Job <8> Jymmm, lol, I'll keep that in mind... and install it on other boxes in here when no one's watching >:D <6> outgoing <6> not incoming <9> enygma: Especially not for escorts. We don't want to cut into Pollita's bottom line. <9> oh, dear <9> We don't really need that in the topic... <1> TML need is a relative term =) <9> CyberShadow: The only SAPI that PHP has hooks for to get incoming headers is Apache. <10> so i was out playing in the snow today, it's snowing heaps <10> started making an igloo, lol <1> TML If you must, feel free to remove it at your will. <7> jiggster - heaps at a time? nifty <6> ...:( <10> i'm soaked tho :\ <5> How would I search a table for word in a field? <10> and i only finished three rows so it's about 25% done :P <11> hey.. anyone know how to get PDFlib working? <12> select fields from table where field like "%whatever%"; <1> TML: That was pretty good though =) <12> phpcodinfool: compile it in, or install it via rpm <5> what I mean is <1> !TML++ <5> like <7> myconid - you compile in PDFlib? I thought it was just scripts/libraries <5> QUERY table FROM id WHERE id="5" <5> or soemthing <7> king - um, that's what he gave you <11> myconid: you know what the RMP is.. just pdflib <13> King: #SQL <9> enygma: PDFlib is an extension <7> ah <7> what's the one I'm thinking of? <5> ic ic <14> Has anyone read "PHP 5 Objects, Patterns, and Practice"? I am thinking of buying it and wanted some opinions or perhaps suggestions of a better book. <15> If I am using PHP to spit out a filename so someone could click a link and download that file, what function should I run against the filename to set spaces to %20 and what not? <5> cheers <7> urlencode <12> I prefer unlink <9> CyberShadow: As far as I know, none of the other servers *have* an API for that. Which server are you using? <15> enygma: thanks, that's what I thought <6> TML, ok, I don't blaim you <11> there is no pdflib rmp for fc4 <9> CyberShadow: Which server are you using? <6> well the server I need to put this on is IIS :/ <16> I am having a weird problem, I am copying a thumbnail I gennerate from an image that the user uploads, but the script will continue to execute before the file is done being written <6> but I need to make it cross-server anyway <9> CyberShadow: There's no cross-server way to do it. <6> so I guess I'll have to deal without this and find another way <16> is there any effective way to perhaps test to see if a file has been written completely? I am on IIS6 on windows <6> thanks for your help TML <12> torpid: check filesize? <11> torpid: check the size <16> I don't know what the file size is going to be <16> I am using gd to write the thumbnail <12> it should be whjat i twas 10ms ago <1> enygma (that's why there's #BDSM btw)
<7> uNF <12> irc needs a threaded mode.. <17> Hey, does ini_set("SMTP","somehost") not actually work? <7> myconid - no, you just need to read faster :) <12> madsara: the real question might be why are you using mail() <16> imagejpeg doesn't seem to wait until the file is done being written <11> torpid: use imagemagick, its faster better etc etc <17> myconid Is there a better function? <12> madsara: there are mail sending libraries <7> torpid - imagejpeg will write until it's not given any more data <18> Hello everyone. Any chance of of explain to me why in example 19-4, it says that '$***igned will have this value', if $***igned is a copy of $instance? Is this a mistake in their example, or am I not getting it? http://www.php.net/manual/en/language.oop5.basic.php <17> Well, this is just a dumb script, to fix a 421 deny message I just need the script to use a different server. <16> this seems to be the problem: imagejpeg($img, $coach_picture, 100); <17> php.ini has a host, I'm just looking to use ini_set w/ this script. <16> after that line the script keeps executing even if the file isn't done yet <15> I am writing a script that will record stats for files such as time uploaded and number of times downloaded. Would it be best to have the script spit out files from the database and do some checking to see if the database records match that directory, and then if so continue, otherwise add new files to the database and spit them out ... or to do a opendir to read the files and have a script be ran after new files are uploaded to add files to the database? Probabl <16> and the server is under a lot of load, so I imagine that filesystem operations are delayed a bit <19> Morning <12> foo: *blinks* <7> torpid - PHP waits until the filesystem stuff is done <15> myconid: Did that not make sense? Hmm <1> Morning lig! <11> torpid: use imagemagick.. and wait until the process is done before moving on <19> hey Jymmm! <16> how do I do that? <7> and PHP doesn't multi-thread, so it's not going to do something else while imagejpeg is "running" <16> how do I know that imagejpeg is done <19> Thanks Jymmm <1> jiggster: You again?! Here, drink some of this S. African Kool-Aod <16> is there a way that perhaps I could capture the output of imagejpeg so I could control its filehandle for the output file <1> Aid <12> torpid: you could write it yourself <7> torpid - imagejpeg only returns a boolean, not the image data <16> if you don't give imagejpeg a filename, it just outputs the raw jpeg data <7> icky <1> jiggster: how ya doin? <15> I got cut off apparently - continued ... and then if so continue, otherwise add new files to the database and spit them out ... or to do a opendir to read the files and have a script be ran after new files are uploaded to add files to the database? Probably the former, right? <10> Jymmm: lemonade please :P <12> foo: i have a 30 second memory.. <10> pretty good Jymmm how are you these days? <12> foo: you just took 90 second ot pos tan entire message <15> myconid: Haha. Right. No one told me it was cut off. <7> torpid - pastebin your script <12> foo: ask the question, dont give us 5 pages of description <16> ok <1> jiggster: Eh, not too bad. Ask me tomorrow after I ask someone for CAD drawings of their products =) <15> I am writing a script that will record stats for files such as time uploaded and number of times downloaded. Would it be best to have the script spit out files from the database and do some checking to see if the database records match that directory, and then if so continue... <10> heh alright deal :P <15> continued ... and then if so continue, otherwise add new files to the database and spit them out ... or to do a opendir to read the files and have a script be ran after new files are uploaded to add files to the database? Probably the former, right? <12> foo: store the file on the filesystem <20> anyone have a copy of solidworks they'd like to donate.... <7> myconid - amen, brotha <15> myconid: Yes, I am ... just trying to figure out the best way to populate the database of new files. The filesystem is going to be changing daily. <12> foo: you dont put the files in the database. <11> so can anyone tell me where to start.. im trying to install pdflib.. there is no fc4 rpm for it.. not sure where to go.. <16> http://pastebin.com/567519 <10> what's solidworks <16> I warn you, it is sloppy <12> foo: you store metadata in the database, you store the file on the filesystem. <7> myconid - I can only ***ume he means the metadata about the file <20> jiggster: its like autocad <15> myconid: err, I said it wrong ... file info, not the actual file. Files will be uploaded via ftp by one person. <20> jiggster: but from what i hear 10x better <10> ohhhhhhh <10> ok <21> how can i do for dont get more thats warns <11> http://us3.php.net/manual/en/ref.pdf.php i checked there... but it just talks about some crap you gotta pay for <21> Warning: Division by zero in /var/www/localhost/tracker/include/bittorrent.php on line 753 <21> ?
Return to
#php or Go to some related
logs:
#php #web #lisp thundirbird suse rpm php 4.4.2 constructor #perl AMBIT T60L198 unsupported ALi chipset #suse #linux
|
|