|
How can i get the location of an exit()/die() from withinregister_shutdown_function()? Mathijs van Veluw wrote: Hello there, I have an shutdown function to catch fatal-errors etc.. Now when there is an exit() somewhere i get an empty message from get_last_error(). I want to know the location of this exit() or die(). Is there a way to get the file and line-number from where the e... 16 Jul 2008 10:57
How can i get the location of an exit()/die() from within register_shutdown_function()? Hello there, I have an shutdown function to catch fatal-errors etc.. Now when there is an exit() somewhere i get an empty message from get_last_error(). I want to know the location of this exit() or die(). Is there a way to get the file and line-number from where the exit/die originated? Thx in advance. ... 16 Jul 2008 15:07
Downloading a file I am having trouble getting a file to download to work in Internet Explorer. The site works fine in FireFox. The page retrieves the contents of a file from a database and outputs the following <?PHP header("Content-type: application/octet-stream"); header("Content-Disposition: attac... 16 Jul 2008 09:54
[Fwd: [Fwd: Re: [PHP] is there a problem with php script pullingHTML out of database as it writes the page??]] OK. Once again, a problem I thought was abstruse and formidable turns out to be ridiculously simple and embarrassingly obvious (once you realize what it is - image not in web server directory!!!) But I didn't know until this happened that the browser sends a follow-up request to the web server for the images... 15 Jul 2008 22:38
Lookimg for a script.... Can anyone point me to a (free) script that will ask for a person's email address and username, and then look up the password that's in a plain text file? Thanks. ... 15 Jul 2008 23:40
[Fwd: Re: [PHP] is there a problem with php script pulling HTML outof database as it writes the page??] Sorry, I'm back again with this same problem! Apparently the only reason it looked like it was solved an hour ago was because the <img src="xxxxxx"> statement I tried reading out of the database was pointing to an image already on the page! When the <img src="xxxxxxx"> statement points to an image NOT already... 15 Jul 2008 19:34
Changing PHP.ini By visiting php.info in a web browser I have confirmed the location of my php.ini file as /usr/local/php5/lib/php.ini. I open that file and edit the line: ; - display_errors = Off and change it to display_errors = On I then retstart Appache and visit php.info which still reports display_errors = Off. ... 16 Jul 2008 08:53
is there a problem with php script pulling HTML out ofdatabase as it writes the page?? Yes, here's the code that is retrieving "news items" from the database and printing them on the page (I do some other stuff with the text before, and after, I print it, for example, find the sentences, so I can print complete sentences, and not just pieces of sentences). As I say, occasionally these news items... 18 Jul 2008 04:08 |