Welcome Guest, Not a member yet? Register   Sign In
$_POST problem
#13

[eluser]Brahm[/eluser]
Hi Guys,

I am getting the same problem. In my local machine works fine at hosting company not.

I have a htaccess file:

Options +FollowSymLinks
Options -Indexes
DirectoryIndex index.php
RewriteEngine on
RewriteCond $1 !^(index\.php|img|css|js|robots\.txt|favicon\.ico)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L,QSA]


When I try to post a form I get always empty values:

Array ( )


is there anything to be done ?!

What is causing this ?


Messages In This Thread
$_POST problem - by El Forum - 07-04-2008, 02:53 PM
$_POST problem - by El Forum - 07-04-2008, 04:18 PM
$_POST problem - by El Forum - 07-04-2008, 04:39 PM
$_POST problem - by El Forum - 07-04-2008, 07:06 PM
$_POST problem - by El Forum - 07-04-2008, 07:09 PM
$_POST problem - by El Forum - 07-04-2008, 08:27 PM
$_POST problem - by El Forum - 07-04-2008, 10:46 PM
$_POST problem - by El Forum - 07-05-2008, 12:38 AM
$_POST problem - by El Forum - 07-05-2008, 02:00 AM
$_POST problem - by El Forum - 07-05-2008, 07:25 AM
$_POST problem - by El Forum - 07-05-2008, 11:16 AM
$_POST problem - by El Forum - 07-05-2008, 04:22 PM
$_POST problem - by El Forum - 07-18-2008, 07:07 AM
$_POST problem - by El Forum - 07-18-2008, 11:32 AM
$_POST problem - by El Forum - 08-24-2008, 07:52 PM



Theme © iAndrew 2016 - Forum software by © MyBB