Dün ve ben sorunu ama im hala almıyorum denemek ve düzeltmek için yana değişiklikler yaptık - Ben soru "Zaten sunucu hamleden sonra gönderilen başlıklarını php uyarı" sordu!
Ben başka bir şirket tarafından yapılmış kod üzerinde çalışıyorum! Im kendi sunucusu kapalı siteyi hareketli ve bizim üzerine koyarak ama benim sorunum oturumları yeni sunucuda sayfalar arasında çalışmıyor olmasıdır değil!
I am getting the warning: Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/com10002/public_html/bank/index.php:28) in /home/com10002/public_html/bank/includes/quickform.php on line 3
Benim index.php
include('includes/functions.php');
$activeTab = "navhome";
$sent = false;
$title = (isset($_GET['title']))? mysql_real_escape_string($_GET['title']) : 'Home';
$title = str_replace('-',' ', $title);
if($title != '') {
$sql = "SELECT *
FROM contents
WHERE name LIKE '%$title%'
LIMIT 1";
$result = @mysql_query($sql);
$row = mysql_fetch_assoc($result);
}
//Set page title
$pagetitle = (isset($row['name']) && $title != 'Home')? ucwords($row['name']) : "Bank Charges";
HTML .. KAFA .. META VERİ VE ADI Etiketler .. ECT
('/ header.php içerir') içerir;
<div class="textarea">
<?php include('includes/rightcol.php'); ?>
<div id="contentvideo" style="display:none;"></div>
<h1><?=$row['h1'];?></h1>
<h2><?=$row['h2'];?></h2>
<?=$row['intro'];?>
<?php include('includes/quickform.php');?>
<?=$row['page_content'];?>
</div>
<?php include('includes/subnav.php'); ?>
ve quickform.php içinde
if($_POST) {
session_start();
$error = false;
$captcha = false;
$sent = false;
etc.......
Bu kendi kod ve şu anda kendi sunucusu üzerinde çalışıyor!
1) I have tried moving the session_start() to the top of index.php 2) Putting a session on both pages. 3) Removing white space before the session when it was in the index.php
Benim yeni sürüm sitesi www.compensation-claims.org/bank az olduğunu
Bu onlar quickform.php de oturumu koymak neden olarak benim kod im emin değil, çünkü