| |
| |
| |
|
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> this sux <1> :)) <2> Dark_Fire: none of 10:50 * Dark_Fire is away. Reason:((Auto) Away after 2hrs) Since:(17:53:16) Pager:(on) Log:(on) <0> lol <2> Nobody cares that you're away, especially after we already know. <0> NO **** SHURLOC <2> lol <1> what we wanted to say... <0> **** <1> * i <1> ;] <0> i need to lern to spell <3> Hello <0> ho <0> hi all <3> I'm getting an error -> Warning: main(): php_network_getaddresses: getaddrinfo failed: hostname nor servname provided, or not known in /partition/vhosts/website.tld/subdomains/boat/httpdocs/include/footer.php on line 37 <- I have checked DNS server, its up and working fine, what could cause this problem
<3> I have a constant HOST_UTL: which contains http://www.domain.tld which is resolveable on the internet by all DNS servers <4> Hi guys ... is there a php.net for javascript ??? ...what's the easiest javascript functon reference ... (#javascript is empty) <5> is there a char detector <5> bool contain($str, "./?") <6> Please how to insert my \n in this line : <6> echo('<a href="' . html($url) . '"><img src="' . html($filename) .'/thumbs/image001.jpg.thumb.jpg" height=100 /> </a>'); <5> return true if $str contain one of this chars <5> up <1> how sad is that.. http://www.rukola.com/content/guinnessmistake.jpg <1> ;] <7> Hi there <7> If you create a connection with mysql_connect.. can you also use mysqli_functions then (when they are both compiled into php)? <8> what would be good place to start learning object oriented php? Some tutorial? <5> easy <5> but i don't find often way to use it <5> an object contain init, sleep, and destroy functions <5> it's C++ syntax <4> Hi guys, so I'm new to httpRequests ... I think I'm getting the hang of them though. But I do have one questions ... how do I debug my php handler when I can't actually get any echo sanity checker values from it ?? <9> babo: explain more ? <10> Currently I'm programming a Part of Speech parser in PHP, due to my resource files I preprocess my data first and want to store it. Now the serialize function takes already 700m+ of memory, I wonder if it is possible to dump something directly to a file. <4> p_mash: hi, so basically I'm sending a htmlrequest to my php handler. The javascript seems to be working fine, it's just that my handler isn't picking up something that it should be - namely a isset($_GET['action']) ... normally I'd just var_dump($_GET) ... but this doesn't seem to work with htmlrequests because there is no page reload <4> p_mash: how do I debug my php code when it's triggered from a htmlrequest ... is there another way besides echo/var_dump etc ... <4> ? <7> Does anyone know how to have Dreamweaver 8 use mysqli_* rather than mysql_* functions? <11> Shariff: just to save you time, no serious developer uses DreamWeaver for PHP development - you will eventually reach a dead-end with hours wasted. <12> ummm... don't use dreamweaver? <2> No serious developer uses Dreamweaver to start with <12> shariff: in other words, none of us use it, so none of us know how <7> Bummer.. and thanks <12> np <4> I use bluefish usually, but I didn't think that dreamweaver was too bad ... <2> Skinkie: You could invent your own serialization scheme and standard file functions (fopen, fputs, etc.) <13> I've been digging eclipse and scite, but I'm sure both pale in comparison to vim or emacs to hear everyone talk ;o <12> babo: don't talk to me anymore <7> Actually i disagree with it being a waste of time, I'm using it now as a means to quickly write a login system, with user authentication, and so far I didn't have to write a single line of php :) <2> I refuse to user GUI editors <2> ol <7> It works excellently <4> nater: :-) <7> I just need more, so I need to write php now :) <2> *lol <4> nator: you don't like bluefish either ? <12> babo: never used it <10> bri3d, there is no such thing as a binary serialize to dump variables from memory? <14> clear <14> oops <12> shariff: have to write php? we *get* to write php <2> Skinkie: Dunno, I was just making a suggestion. <2> Skinkie: There probably is. <7> nater> the distinction is lost on me :) <2> Haha <4> nater: well then how do you know that it's so bad ? <2> babo: Because GUI editors create nasty HTML and (if they create PHP) worse PHP <12> babo: it was more in reference to you saying dreamweaver wasn't so bad <2> lol <12> brb <4> bri3d: hmm ... GUI editors don't create php ... developers create php <7> And it gave me a lot of inpsiration for my own apps <4> Can anyone help me ... how do I debug my php code when it's triggered from a htmlrequest ? ... is there another way besides echo/var_dump etc which all require a page_reload ?? <10> bri3d, seems to have overlooked ext/fbinary :) going to check it out
<4> babo: it's late and I need help :-) ... ? <14> babo: are you talking with yourself? <14> :P <4> CopyNinja: yes ... <4> But somone is going to answer my question real soon ... I can feel it ;-) <2> Skinkie: Cool :D I'll check that out too...I think I just found me a use for it in my project lol <15> hy! <2> babo: Dreamweaver attempts to customize PHP made by Macromedia/Adobe developers <2> lol <14> ok... seems odd to me... but hey! I hope you get the help you want from the other you :P <10> bri3d, now a way to get it from the internet ;) seems his cvs is borked ;) <15> how printing $x['aio'] ? <15> <?php=$abtt['abt'];?> not work <16> print $x['aio']; <16> <? print $x['aio']; ?> <4> bri3d: I remember using dreamweaver a couple of years ago for something really simple like a hidden menu bar ... it's own implementation of it was about 2kB ... you could do the same thing in around 4 lines of css ... lol <14> <?php print $x['aio']; ?> <15> ok <16> isn't that what i just said? <14> no <14> you said <? print... I said <?php print <16> it doesnt matter <16> it'll do the same thing. <14> it sure does... what if short tags is not allowed? or if he uses XML? <16> then he should know better. <4> bri3d: you don't know a handy way to debug php code called from a httpRequest do you ? <2> babo: not particularly <2> Skinkie: is it just his cvsweb or his cvs itself? <2> I see that his cvsweb is missing a conf <10> bri3d, both... <10> bri3d, cvs checkout: warning: cannot write to history file /cvs/CVSROOT/history: Permission denied <14> ansimation: well you should know better than learning out wrong things <10> bri3d, emailing him now <2> Skinkie: good idea as I can't seem to find any packaged versions <15> CopyNinja tks <17> I am really desperate for help with a PHP/MySQL database for UK postcode search, if anyone could help me (I already have a database table with all the information, and a pdf tutorial to help) I would paypal them (~ ~$43USD) for their help. Please pm me. Thanks. <7> Does mysql_query() allow multiple queries to be sent to the rdbms in the same querystring? <18> no <7> thanks <17> Skinkie <17> i am not registed on efnet, so cannot pm you <17> freenode* <1> gd is so terribly slow =]] <10> espionage`, so where do you prefer to receive help :) <17> andyfitch1986@hotmail.com <17> or a PM on another irc server would be better <10> espionage`, which one? <17> quakenet <17> or efnet <10> espionage`, ok will be there same nickname <17> oki <10> espionage`, channel php-help <19> if i modify the value of one variabile inside of a function ... the change isn't valid outside the function ... ! how can i change a value insede the function and make it availble outside the function too ? <19> so called .. in-out parameter .. <20> Devyll: global <19> thnx StarkHalo <21> is it possible to fopen/fread a remote file (http://some_remote_server.com/myfile) in php? <21> or how would I go about doing that? <22> Aphex_Twin: Yes it is, read the documentation on fopen wrappers for more info <20> Aphex: sure, just make sure http wrappers are enabled <21> StarkHalo: you mean, to add the "http://" ? <20> Aphex: no, I mean enable fopen url wrappers in php.ini <3> Hello folks .. <3> Is it possible to hide all errors, warnings from websites and log them to a log file, every time a page is loaded? <3> ..not show them on the website, but log them in a log file <20> Haris: display_errors = off; log_errors = on at your php.ini <21> StarkHalo: and if I use a remote server and have no access to php.ini, then what other method can I use? <20> Aphex: I can't think of anything else, ask your host to enable it for your virtualhost <4> Can anyone help me ... how do I debug my php code when it's triggered from a htmlrequest ? ... is there another way besides echo/var_dump etc which all require a page_reload ?? <20> babo: Firebug extension for Firefox allows you to debug XHR requests <23> Aphex_Twin: you can put those in you .htaccess if you have apache, with php_flag and php_value <3> I have a commercial website which has a rather ... piculiar problem. If you load (first time) the main page it would open well. Second time you open the page, it will show an error. Third time you open the page it will show the page right. Fourth time it would show the error again <4> StarkHalo: cool, I got that one already thanks, I'm specifically interested in debugging the php code on the server side though ?
Return to
#php or Go to some related
logs:
yum repost xorg subselect subtract two values VA111680 FIRMWARE gentoo x11 blocks b
element.style.background-position nagios Unrecognized character \x7F lisp-tk #suse pbsetup.run: pbsetup.run: cannot execute binary file #lisp
|
|