First  |  Prev |  Next  |  Last
Pages: 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
anyone have HTML snippet example of HTTP method = put?
I have this: <form method="PUT" action="work.php"> File: <input type="file" /> <input type="submit" value="Submit" /> </form> Looking in my webserver logs, it changes that to a GET. Ideas anyone? The receiver is PHP and I am pretty sure I know how to handle it once it is properly PUT-ted. (I run nginx... 2 Aug 2008 14:35
Exposing PHP/errors on production vs. dev
Does this look right? Obviously you still want to know about production errors, so I'd like to log them. Development I want to see -everything- and I want it to display on the page. The assumption is production won't have any notices as the code should be clean and our higher priority are fixing errors. But th... 3 Aug 2008 09:58
remembering where the user is on the page??
I'm creating a website in php and I've noticed that many websites seem to "remember where the user is on the page," so that, for example, the user can click on a link and go to another page, but, when the user comes back to the original page, it is displayed so that the user is looking at the same part of the p... 3 Aug 2008 15:06
Internationalisation and MB strings
On Fri, Aug 1, 2008 at 9:50 AM, Yeti <yeti(a)myhich.com> wrote: <?php *# Hello Community # Internationalisation, a topic discussed more than enough and YES, I am looking forward to PHP6. # But in reality I still have to develop for PHP4 and that's where the dog is burried ^^ # We have a customer here who is... 1 Aug 2008 16:07
[PHP] Internationalisation and MB strings
<?php *# Hello Community # Internationalisation, a topic discussed more than enough and YES, I am looking forward to PHP6. # But in reality I still have to develop for PHP4 and that's where the dog is burried ^^ # We have a customer here who is running a small site, but still in five different languages. # Lately he st... 1 Aug 2008 09:55
Writing my own web based user forum
Hi Everyone, I am looking at writing my own web based user forum somewhat for my own knowledge, and because I know that I don't know enough to be able to tie in authentication so they only need 1 user account. Does anyone have any examples short of downloading something like phpbb and tearing it apart? ... 1 Aug 2008 09:55
PHP 5.3.0alpha1
Hello! Johannes has packed PHP 5.3.0alpha1 yesterday evening, which you can find here: http://downloads.php.net/johannes/ Please test it carefully, and report any bugs in the bug system, but only if you have a short reproducable test case. The final release is expected sometime between mid September and... 5 Aug 2008 09:06
HTTP PUT for file uploads
It appears that PHP can support the PUT method using php://stdin and appropriately configuring the webserver to accept it. My company needs a file upload solution that will support large file uploads (2GB limit is optional - if we have to tell them less than 2GB that's fine) that will keep re-trying the upload un... 1 Aug 2008 04:49
Site work fine with appserv, but fail over debian :S
hi. Im implementing a website, making the develop and testing using appserv. All work perfectly. But when i upload the site to my linux webserver some pages cant be displayed. The page dont display any error, but dont show information. The problem is only when i load the info from a table of my database. ... 31 Jul 2008 17:33
Dynamic Select Lists - 1st Selection Effects 2nd! -- SOLVED!!
Did IT!!!! Haha ... just as you were probably writing in & sending this mail. I pretty much used your theory and actually did look around under http://www.w3schools.com/ajax/ to get the relevant AJAX information. Works like a charm. Pretty much using an onChange=grabCountiesfromAnotherPHPpage(); functio... 31 Jul 2008 15:29
First  |  Prev |  Next  |  Last
Pages: 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93