|
First
|
Prev |
Next
|
Last
Pages: 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155
[gnupg] HOW to check signed files from withing PHP ************************************************************************ * Do not Cc: me, because I READ THIS LIST, if I write here * * Keine Cc: am mich, ich LESE DIESE LISTE wenn ich hier schreibe * ************************************************************************ Hello, on my "Devel... 23 Jun 2008 09:39
Sessions across multiple pages First, thanks to all who helped with the protected page/email notification. Works great. One more thing to ask you gurus: Here's the workflow: user clicks on login.php (which has the login form) fills out form and get directed to video.php. (if the password is incorect, it opens up loginfail.php with message and ... 21 Jun 2008 12:46
Installing PEAR on machines without internet access. I've been going through the hoops documenting installation and recovery notes for my customer sites. The majority of these run local web services with no internet access from the servers, so with the increasing reliance on PEAR extensions, I'm looking to the correct way to 'install' PEAR packages. Currently I ... 21 Jun 2008 18:54
download file from an ajax request pere roca wrote: hi everybody! Hi! is there some way to allow downloading a PHP generated file from an ajax request? No idea, but would love to hear if/how you solved it. Iv ... 20 Jun 2008 16:23
[PHP] download file from an ajax request hi everybody! Hi! is there some way to allow downloading a PHP generated file from an ajax request? the simple code below generates the image but not prompts the "save or open file..." (it works if I call it directly, not from an HTML and using ajax...) thanks, Pere $layer=$_GET['params']; //coming ... 20 Jun 2008 08:08
[PHP] format mobile number my input mobile is 9051231223....what i want to do is get the last 10 digit of mobile number and append 0 at the beginning. can someone help me with that.. -- View this message in context: http://www.nabble.com/format-mobile-number-tp18027538p18027538.html Sent from the PHP - General mailing list archive at Na... 20 Jun 2008 10:11
http response 200 joaquinbordado wrote: 'm a total newbie..i just want to know how can i display an http response 200 Don't have time to customize it for you, but that's how it can be done- header("HTTP/1.0 404 Not Found"); /* * * I copied the DOCTYPE from what Apache 1.3.34 returns. * */ echo "<!DOCTYPE HTML P... 20 Jun 2008 17:24
PDF inline viewer Hi, Does someone knows of a PHP software that is an inline PDF reader ? You can view the idea here: http://www.scribd.com/doc/2025925/Clinical-chemistry-II-Biomedical-Science-practical-1 Any help would be appreciated. Warm Regards, Mário Gamito ... 20 Jun 2008 09:10
[PHP] http response 200 'm a total newbie..i just want to know how can i display an http response 200 with this message "message successfully sent" ...here is my code <?php if ($status == "RETEMP02") echo "Mobile number is empty."; elseif ($status == "RETEMP03") echo "Message is empty."; elseif ($status == "RETEMP05") echo "Message ... 20 Jun 2008 06:06 |