orCode:setcookie("countNumVisitor", $countNumVisitor, time()+60*60*24*365*3,"/");
These statements(all ?) must appear prior any output ? and second one ?Code:if (isset($_COOKIE['countNumVisitor'])) { $countNumVisitor=$_COOKIE['countNumVisitor'];
well I get following error
Warning: Cannot modify header information - headers already sent by (output started at /home/content/p/o/l/polisch123/html/dbinfo.php:22) in /home/content/p/o/l/polisch123/html/indexaffv.php on line 150
the line 150 is
well in dbinfo.php I do NOT INLUDE any output , where is the error ????Code:setcookie("countNumVisitor", $countNumVisitor, time()+60*60*24*365*3,"/");
may include files prior setcookie(); ???
Code:<? $username=""; $password=""; $database=""; $hostname=""; $NewslettersTable="newslettersemails"; $PricesTable="prices42b"; // prices4 prices42 $CarsTable="cars22"; //cars1 cars2 $CustomersTable="customers2"; // customers customers2 $CanceledCustomersTable="canceledcustomers3"; $BookingsTable="bookings2bigint3"; // bookings2 $AffiliatesTable="affiliates"; $notifyAff="naff"; $mobilesite="mobileWebsite"; $eujspsite="eujspWebsite"; $customer_bookings_both="customer_bookings_both2"; $ACancelTable="affCancelCustomers"; $ATable="affCustomers" ; $AEarningsTable="affEarnings" ; $AVisitorsTable="affVisitorsNew2" ; $affEarningsView="affEarningsJoinCustomerBookingsView" ; ?>


Reply With Quote

Bookmarks