Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I think you may have something going on with your local network and/or computer. If I go to the page at</p> <pre><code>http://www.ruby.za.net/fstest.php </code></pre> <p>in Firefox and click submit, I see</p> <pre><code>Array ( [A212-M] =&gt; 1 [A212-XXXL] =&gt; 2 [A212-XXL] =&gt; 3 [A212-XL] =&gt; 4 [submit] =&gt; Confirm Order ) Array ( [UNIQUE_ID] =&gt; Sx2qR0gOsRsAAFP-3GUAAAAB [HTTP_HOST] =&gt; www.ruby.za.net [HTTP_USER_AGENT] =&gt; Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 [HTTP_ACCEPT] =&gt; text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 [HTTP_ACCEPT_LANGUAGE] =&gt; en-us,en;q=0.5 [HTTP_ACCEPT_ENCODING] =&gt; gzip,deflate [HTTP_ACCEPT_CHARSET] =&gt; ISO-8859-1,utf-8;q=0.7,*;q=0.7 [HTTP_KEEP_ALIVE] =&gt; 300 [HTTP_CONNECTION] =&gt; keep-alive [HTTP_REFERER] =&gt; http://www.ruby.za.net/fstest.php [HTTP_COOKIE] =&gt; PHPSESSID=1143682669e6297436eea3af99e14d4c [HTTP_PRAGMA] =&gt; no-cache [HTTP_CACHE_CONTROL] =&gt; no-cache [CONTENT_TYPE] =&gt; application/x-www-form-urlencoded [CONTENT_LENGTH] =&gt; 62 [PATH] =&gt; /usr/local/bin:/usr/bin:/bin [SERVER_SIGNATURE] =&gt; &lt;address&gt;Apache/2 Server at www.ruby.za.net Port 80&lt;/address&gt; [SERVER_SOFTWARE] =&gt; Apache/2 [SERVER_NAME] =&gt; www.ruby.za.net [SERVER_ADDR] =&gt; 72.14.177.27 [SERVER_PORT] =&gt; 80 [REMOTE_ADDR] =&gt; 71.193.197.39 [DOCUMENT_ROOT] =&gt; /home/ruby/domains/ruby.za.net/public_html [SERVER_ADMIN] =&gt; webmaster@ruby.za.net [SCRIPT_FILENAME] =&gt; /home/ruby/domains/ruby.za.net/public_html/mailordertest.php [REMOTE_PORT] =&gt; 63515 [GATEWAY_INTERFACE] =&gt; CGI/1.1 [SERVER_PROTOCOL] =&gt; HTTP/1.1 [REQUEST_METHOD] =&gt; POST [QUERY_STRING] =&gt; [REQUEST_URI] =&gt; /mailordertest.php [SCRIPT_NAME] =&gt; /mailordertest.php [PHP_SELF] =&gt; /mailordertest.php [REQUEST_TIME] =&gt; 1260235335 [argv] =&gt; Array ( ) [argc] =&gt; 0 ) </code></pre> <p>Whenever I have a problem like this, I revert to using curl to post some data to the page to see what happens</p> <pre><code>$ curl -d "A212-M=1" -d "A212-XXXL=2" -d "A212-XXL=3" -d "A212-XL=4" -i http://www.ruby.za.net/mailordertest.php HTTP/1.1 200 OK Date: Tue, 08 Dec 2009 01:27:13 GMT Server: Apache/2 X-Powered-By: PHP/5.2.9 Set-Cookie: PHPSESSID=c6baea21344f3f3754064a658ede739c; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding,User-Agent Content-Length: 1236 Content-Type: text/html Array ( [A212-M] =&gt; 1 [A212-XXXL] =&gt; 2 [A212-XXL] =&gt; 3 [A212-XL] =&gt; 4 ) Array ( [UNIQUE_ID] =&gt; Sx2rcUgOsRsAAE-8zJ8AAAAK [HTTP_USER_AGENT] =&gt; curl/7.16.3 (powerpc-apple-darwin9.0) libcurl/7.16.3 OpenSSL/0.9.7l zlib/1.2.3 [HTTP_HOST] =&gt; www.ruby.za.net [HTTP_ACCEPT] =&gt; */* [CONTENT_LENGTH] =&gt; 41 [CONTENT_TYPE] =&gt; application/x-www-form-urlencoded [PATH] =&gt; /usr/local/bin:/usr/bin:/bin [SERVER_SIGNATURE] =&gt; &lt;address&gt;Apache/2 Server at www.ruby.za.net Port 80&lt;/address&gt; [SERVER_SOFTWARE] =&gt; Apache/2 [SERVER_NAME] =&gt; www.ruby.za.net [SERVER_ADDR] =&gt; 72.14.177.27 [SERVER_PORT] =&gt; 80 [REMOTE_ADDR] =&gt; 71.193.197.39 [DOCUMENT_ROOT] =&gt; /home/ruby/domains/ruby.za.net/public_html [SERVER_ADMIN] =&gt; webmaster@ruby.za.net [SCRIPT_FILENAME] =&gt; /home/ruby/domains/ruby.za.net/public_html/mailordertest.php [REMOTE_PORT] =&gt; 63558 [GATEWAY_INTERFACE] =&gt; CGI/1.1 [SERVER_PROTOCOL] =&gt; HTTP/1.1 [REQUEST_METHOD] =&gt; POST [QUERY_STRING] =&gt; [REQUEST_URI] =&gt; /mailordertest.php [SCRIPT_NAME] =&gt; /mailordertest.php [PHP_SELF] =&gt; /mailordertest.php [REQUEST_TIME] =&gt; 1260235633 [argv] =&gt; Array ( ) [argc] =&gt; 0 ) </code></pre> <p>If the curl request results in an empty array, that means there's a problem with your network. </p> <p>If the curl request works (like the one above), then you have a browser problem. Trying switching over to a clean IE/Safari/Opera and see if you're seeing the same problem. Also, try disabling all your Firefox extensions to see if one is interfering with browser operation.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload