Jump to content

hollettster

New Members
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

hollettster's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. UPDATE: Figured it out. You have to edit php.ini and set session.cache_limiter = nocache instead of public
  2. I have a page with results from a query that displays that has a link (works fine - passes variables etc) that deletes that line item from a database. It goes to the delete.php and actually executes and removes the item from the database and then has the line header("Location: page.php"); which returns BACK to the page displaying the results. However, it shows the old results until I hit Refresh in the browser. Its like the header is redirecting to a cached version of the page. NOTE: This script used to work fine untouched when we where on a shared hosting account. We JUST updates to VPS hosting by the same host. Now this problem has risen and I can't figure out what is wrong. From what I can guess is there is something in php.ini that is either not set, set or set wrong. Any help would be greatly appreciated. Thanks.
  3. I am having a similar problem. If you find the answer, please share.
  4. I have setup a system dsn to a mssql 2k5 server on my iis 6 webserver. I can get PHP to connect just fine to the table I am querying. However I am trying to get information from a specific field and I was getting and error saying the Column did not exist. I went to the SQL Server Studio and rean the exact same query and I got the result I was looking for. I am able to get results from several other columns in the table. So in PHP I did a odbc_num_fields call and it only returned 166 columns when there is in fact 179 columns. I have altered my php.ini file to allow text sizes of 2 gigs and I allow for 65k instead of 4k and I have no change. I am unable to get a DSN-less connection to work. It supposedly can't find the server. I have tried everything I can think of. I HOPE someone can help. Thanks in advance.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.