|
First
|
Prev |
Next
|
Last
Pages: 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113
Looking for a reasonable explanation as to why$_REQUEST exists At 3:00 PM -0400 7/7/08, Bastien Koert wrote: Where I see this used a lot is in searching/pagination type scenarios...for the submission, the form is POSTED and then on subsequent pages, the data is stored in the url and posted back to the same script. Using $_REQUEST means that you won't really care about w... 7 Jul 2008 16:38
Question before I end up writing alot of extra code... Hi everyone! So it's been a nice long weekend, I come in to work and try and mess with a project that I'm working on to get some new features added. All was going well until I realized that now my application is breaking... Here's the details... PHP 5.2 MySQL 5.2 I store the info in the database whic... 8 Jul 2008 23:23
PHP's mail(): proper way to send a 'From' header **Apologies if this posts twice. I got some crazy response from the server after sending this the first time.** I have a site I set up for a client that has a form their clients can fill out to submit some data. When the form is submitted, I have PHP gather the data and create the body of an email which is then... 7 Jul 2008 14:34
PHP's mail(): proper way to send a 'From' header Greetings folks. I seem to be having a problem with PHP's mail() function and sending 'From' headers properly. Here's my setup: I have a site I set up for a client that has a form their clients can fill out to submit some data. When the form is submitted, I have PHP gather the data and create the body of an em... 7 Jul 2008 20:44
rfc822_write_address() / CVE-2008-2829 problem Hello, list. A few days ago, a security scan said that our machines that were running PHP had potential vulnerability CVE-2008-2829 , a buffer overflow in rfc822_write_address(). Discussions about this are relatively easy to find with Google, but check out http://bugs.php.net/bug.php?id=42862 for a reasonable d... 7 Jul 2008 15:36
Looking for a reasonable explanation as to why $_REQUESTexists Eric Butera wrote: On Mon, Jul 7, 2008 at 3:10 AM, mike <mike503(a)gmail.com> wrote: I have never had a use for this feature. To me it introduces another register_globals style atttack vector. I see no need why people need to combine post/get/etc variables into the same superglobal. I actually run unse... 7 Jul 2008 23:49
Keeping POST values when paging Hiya all, I have coded a PHP site on an intranet which forms a MySQL query based on multiple inputs on a large form. The form results are POSTed back to itself, and query is formed, and the results are returned from the database and echoed. I am looking to set up a basic paging system (back/next, jump to page ... 8 Jul 2008 18:15
Network Interface Card Name Forwarding to correct list. On Mon, Jul 7, 2008 at 10:25 AM, Kapil Kapil <help.language(a)gmail.com> wrote: No, I want the name of network interface cards of server, not of client. Thanks & regards Kapil On Mon, Jul 7, 2008 at 6:38 PM, Thiago H. Pojda <thiago.pojda(a)gmail.com> wrote: T... 7 Jul 2008 14:34
Fwd: [PHP-DOC] ftp help Forwarding to correct list. ---------- Forwarded message ---------- From: Dan <admin(a)djcmail.com> Date: Fri, Jul 4, 2008 at 1:56 PM Subject: [PHP-DOC] ftp help To: phpdoc(a)lists.php.net I am using a php script to connect to an ftp server. However, the server requires a password change every 90 days. Any ide... 7 Jul 2008 10:26
Problem with special characters - PHP & AJAX Are the messages being sent as UTF-8 or something else? Is the server sending the headers as something different to that listed in the header? Actually, looking at it, you don't have a valid DOC-TYPE <http://validator.w3.org/check?uri=http%3A%2F%2Fkllapa.com%2Ffjahalori%2Ftest.html&charset=%28detect+automatically%... 7 Jul 2008 07:22 |