First  |  Prev |  Next  |  Last
Pages: 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
magic_quotes_gpc on by default??
I've just wasted a few hours by trying to find a bug in my code that messed up my JSON-passed-on-$_GET. I'm using fopen() so please no nagging about putting JSON in $_POST.. I finally found the answer; in my distro's /etc/php5/apache2/php.ini, magic_quotes_gpc is ON. I'd like to know why, since it's being deprac... 2 Feb 2010 17:46
Including file from a registered shutown function on a syntax parse error
Greetings, If I register a shutdown function in PHP (to catch syntax parse errors and send them in logs), it looks like I can open files, but I cannot do includes - that is, if the reason of exit is a syntax parse error. Is this a desired effect? It seems a tad odd that I could do eval(preg_replace("#^<\?[php... 2 Feb 2010 17:46
Storing time in mysql prior to 1970
Hi Everyone, I'm sure I'm missing something simple. I'm trying to store dates of birth prior to 1970 in mysql. I've tried mysql's date_format but am hitting a wall. I'm chasing my tail and was hoping for the best practice. Many Thanks Haig ... 27 Jan 2010 19:29
Replacing accented characters?
Hey all, I'm looking for recommendations on how to replace accented characters, like e and u with those two little dots above them, with the regular e and u characters. I'm finding some solutions via Google, but would like to hear from some of you to hear how you handle those situations. Thanks, Skip ... 2 Feb 2010 17:46
Curious PHP cli output in context of bash completion ?
Hello, I'm pretty "sure" (in realty I do not understand a lot about the problem... :( ) this is a distribution or a version problem but maybe some PHP/bash expert here could have some idea and tell me what I could try to solve the problem described here : http://ubuntuforums.org/showthread.php?p=8734334 Short... 28 Jan 2010 05:21
Creating an Entire .html page with PHP
Hi Folks, I would like to create an entire .html page gathered from database content mixed with html etc. and be able to save the page... like: --- save all this pre made content as .html page.... <html> <head> .... stuff </head> <body> .... stuff .... stuff with database query results... ...... 2 Feb 2010 17:46
XAMPP PHP 4/5
There's a think that I don't understand and I really really need to know. Can XAMPP run PHP4 and PHP5 at th same time? How? Saludos Fraternales _____________________________ Atte. Alberto García Gómez M:.M:. Administrador de Redes/Webmaster IPI "Carlos Marx", Matanzas. Cuba. 0145-2887(30-33) ext 124 _____... 25 Jan 2010 18:32
MySQL ID -- what happens when you run out of range?
Hello there, A friend called me today and was wondering what happens if the ID colomn of an MYSQL database, set to autoinc reaches the int limit. Will it return and begin choosing the ID's that have been deleted, or... what? Thanks! ... 25 Jan 2010 22:58
How to change a filename for download (e.g. jpeg, pdfetc.)
On Mon, 2010-01-25 at 10:03 +0000, SED wrote: Hi, Can anyone point me to tutorials on how to change a filename for each download? My goal is to give the downloader a random name for a picture or a document, so he will never know what the original filename is. Regards, Summi ... 25 Jan 2010 06:09
http vs https
Is there a PHP function that will return whether the request was http or https? I have functions that need to cURL other servers - sometimes over SSL, sometimes not, depending whether the function is called from http://www.mydomain.com/script_that_calls_function.php or https://www.mydomain.com/script_that_calls_fu... 23 Jan 2010 13:13
First  |  Prev |  Next  |  Last
Pages: 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88