| |
| |
| |
|
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
Comments:
<0> =] <1> Alexi5: it will return the integer position in the string that your substring is located, or bool(false) if the search string does not exist in the target <2> ok <0> sorry i am unable to help ;/ <3> :p <1> MadSekkai: I dont know what you're talking about... GD rocks (despite being SLOW). What problems were you having? <2> and also how do i convert an array to a string <1> Alexi5: implode() <3> numist: No problems... I just don't have a use for it. Therefore I don't like it. Just playing, I just... I don't know. :P <3> Is anyone here willing to help me clean up some code? <1> MadSekkai: GD is fun! It's fun to do cheeky things with it.. I wrote a Peter de Jong mapper with it last weekend :/ <0> My F***** <0> =0[[[ <1> is that a fact... <0> foudn the crazy problem..
<1> what was it? <4> There's any way to separate a cl*** in some include files? <0> i was worried about my image printing only ~20 pixels... until i right lcicked and realized that it was 20 pixel height... <1> Nekusagi: you mean split a cl*** across include files? I don't know of a way... <0> i thought it wansnt working as i recall doing 500pixel ;/ <4> numist,: yes, that's it... cause I want to load up only the needed function <4> can a cl*** function call a include that defines a new cl***? <5> numinst: is the php.ini something I as a web developer can access, or is that something I would need to talk to tech support abaout? <6> Please someone see somthing wrong on this snetences ? I m lost : <6> } else ?> <a href="javascript:PopupImage('<?html("$dirnamehttp/$filename")?>') next <? echo('"><img src="' . html("$dirnamehttp/$thumbdir/$filename.thumb.jpg")); <4> { after the else? <0> christor: looks very nasty :] <6> http://rafb.net/paste/results/865WfK41.html more color :P <6> when I execute this I have a javascript:popupimage(") <0> YEE!=D <4> Drakas,: ? <3> Drakas: Whatchya working on? <0> let me show <0> wait <0> bzz <3> What? <0> ok, i've done a gradient maker <0> you specify RGBs <0> * HEX <5> so its seems I cannot set error_reporting in via my script, do you mean I need to ask tech support to turn that on?? <5> in php.ini <0> Miaow: are you using cgi or apache module? <0> you can set "php_flags error_reporting 1" or something in .htaccess <7> that's wrong, Drakas <1> Miaow: if you do not own your server, you need to talk to the server admin if you need to make changes to php.ini. With any properly written script, as long as it compiles, you can make whatever changes you need at runtime with ini_set() <0> Stormchaser: i didnt say it's correct - i said "or something..." <7> specially since the error reporting of level 1 is nothing. <7> !+error reporting <8> Error reporting: Add <?php error_reporting(E_ALL); ini_set('display_errors', 'on'); ?> to the top of your PHP script to display all errors, or set the display_errors to 'on' in your php.ini and error_reporting to E_ALL in your php.ini <5> oh, okay, so it's either/or... but I DO have the error_reporting(E_ALL); ini_set('display_errors', 'on'); at the top of my script! And just above the script, there is some HTML markup, and not even that is displayed. <7> there should be NOTING before that <7> *NOTHING <1> Miaow: if your script is not even getting to execution, it very likely means that your php has a compilation error, which means that your error_reporting never gets looked at <5> ahh okay.... I'll look at it some more.. thanks for your help everyone! <7> numist: No.... If you have the error string in the script, it WILL throw it out. <4> There's any way to separate a cl*** in some include files? <0> how do you make a rounded rectangle with GD, but without the fill? <7> Nekusagi: No. <4> Stormchaser,: What about a cl*** function call a include wich defines a new cl***? <7> Nekusagi: Isn't creating another cl*** better solution? <4> Stormchaser,: It's what I meant.... also: www.php.net/runkit)method_add <7> Nekusagi: For runkit talk to Pollita. It's her baby <4> Stormchaser,: O.o <4> Pollita,: Are you there? <4> Stormchaser,: Dude, can I call a function wich calls an include wich defines a new cl***? <7> Nekusagi: Yes, but that would be pretty screwed-up logic. <9> Maybe you can do something with __autoload ? <4> Not exatly what I wanted <10> I have a very long form thats being filled out and sent using mail(). I want to have the user to be able to add a file to this form and send it as an attachment in the email, How can I do this? <11> iDee: <input type = file.. <11> and write a script <10> yes file, i know this, the script is what im asking about, do I need to do anything special, headers and what not? <4> Yayyy <4> my parser is at 90%! <4> bbl <7> yay! Mine is at 0%... Or 100%... Can't decide.
<12> Whats wrong with this varible? <12> $img = "images/echomsn_$pg_title.gif"; <12> How would I put a varivle in a path like thAT? <10> concat it. <12> concat? <9> :)) <12> I'm new, be a little more specific please. :( <3> Concatenate it... <7> $img = "images/echomsn_{$pg}_title.gif"; <-- this is valid as well... <7> !+strings <8> [STRINGS] Please read http://php.net/types.string for a basic understanding of how strings work in PHP, as well as http://php.net/strings for functions to manipulate strings. Be sure to read 'user comments' as well. <12> <3 Thanks Storm <12> Got it working with the {} <0> actually, it is "concentrate" :] <7> Dragnslcr: Catually, both is valid. <7> *Actually <0> =/ very confusing. I want to put a shadow around a red rounded rectangle. <13> hey guys, trying to debug a problem I have with a fresh install of cacti, it seems that the call to snmp3_get always returns false, I straced the php process and found out that it doesn't even try to connect to the host specified to the function. any idea what's wrong? <14> Hi guys ... can anyone have a look at my code here http://pastebin.com/623168 I have a simple exiting script problem on a ajax handler ... thanks <0> !tell supastuff about g10 <13> thanks. <15> Is it possible to decrypt a ZEND encrypted file? I've encrypted it and want to decrypt it.\ <14> sean: I'd imagine that it must be possible ... I mean - if you couldn't decrypt it, then it wouldn't be very useful would it ? <14> :-) <15> babo; I don't care what you imagine :) <0> it has got strong encryption :/ and it's closed source <15> I want to know if its possible to decrypt a yourself encrypted file, I reckon it isn't possible.. <13> it maybe be strong encryption but it's weak crypto as the key has to exist on the host. <15> Thanks for the info guys :) <14> Can anyone check out my code ... ? http://pastebin.com/623168 <16> hmm <16> holy crap that's bad code <0> =]] <16> that looks like a homework ***ignment to me <14> Rewt`: I took most of it off a website ... this is my first ajax handler <14> Rewt`: what's wrong with it in your opinion ... ? <16> copying code makes your penis smaller <14> Rewt`: it was an ajax tutorial ... have you got anything constructive to add here or are you just trolling ? <0> babo: there is no such thing as AJAX <0> AJAX apparently is a technology :)) <14> Drakas: whatever ... I don't really care one way or the other ... can you help fix my code ? <0> Everything "AJAX" does contains XMLHttpRequest. More accurately - It's all JavaScript... <0> babo: seems like you are not experienced with javascript to ask in php channel <0> using xmlhttprequest is more complex than javascript <0> by the way, can you see "XML" in here? <0> it's not just sending normal text messages.. <0> actually, not very sure aobut thta:/ <0> babo: learn to debug... <0> debugging is like 70% of my time on php/js <14> Drakas: I took this off a tutorial on google ... regardless of my experience with javascript ... I'd like this to work ... btw ... the javascript end of it works fine, I've checked it in the venkman debugger ... it's the php that's the problem <0> not jsut writing and tesintg.. <17> the X in AJAX is more or less optional <0> babo: actually, i mean to debug YOURSELF <0> your debuggers won't do jack as they check for errors, not mistakes <0> only the good debugger is gdb .... and it's for binaries <14> Drakas: using venkman is debugging myself ... what are you talking about ? <0> whats venkman?? <18> Moz <0> i am talking about outputting each variable's parameters and their values etc... <18> *Moz debugging suite. <18> Incredibly awesome. <14> Drakas: omg ... if you don't know what you're talking about then pls don't waste my time with your advice <14> Drakas: look whatever, I appreciate your advice .... thanks anyway :) <0> lol :]] <0> obviously guy didnt do something right... like debuggind php and javascript... tesitng out not just through javascript.... making sure it works... <0> ok, so back to the gd shadows =/ <19> hey everyone <0> hi computers <19> just watched that new movie "stay alive" wow was it freaky <19> if you like horror movies, i highly suggest it <19> sup javasan, raidman <0> i dont watch tv :] <19> thats a rarety now a days <0> =) i PHP!:)
Return to
#php or Go to some related
logs:
recomnd linux #perl #math can not connect to ftp.perl.org xmms-timidity how to boot from an ISO #physics #physics kubuntu ALPS trouble problem #mysql
|
|