PDA

View Full Version : my request to u(please help)



morfious
May 14th, 2009, 23:35
http://www.wassupworld.net/chat/cellstar/index.php


please help me out i'm having this error i have posted url please check it on above url please i need instant help

GlennBeforeTime
May 15th, 2009, 00:03
Warning: Cannot modify header information - headers already sent by (output started at /home/wassup/public_html/chat/cellstar/index.php:1) in /home/wassup/public_html/chat/cellstar/index.php on line 6

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/wassup/public_html/chat/cellstar/index.php on line 14

You have an error with your SQL Syntax, OR you have no results in your MySQL database.

As for error #1, you have attempted to send a header when you have already got something that is being outputted.

This could mean;

<h1>Something</h1>
<php
Session_Start();
?>
OR

<title>Something</title>
<php
header("location: some.php");
?>

morfious
May 15th, 2009, 14:57
<?php
include("config.php");
//include("gmprc.php");
//session_start();
if(!get_magic_quotes_gpc())
{

this is the code i think u r talking bout please tell correction should i do on that code

morfious
May 15th, 2009, 18:37
bro i noticed one thing that these error r useless its not effecting script only its just showing please help me out to hide these error please tell me how can i hide these errors

please post code here thank u in advance

Exa_Ankur
May 16th, 2009, 14:14
Did you modify config.php ?
In that case, make sure you did not accidentally introduce a blank line in that file either before <?php or after ?>

morfious
May 17th, 2009, 15:53
Thank u ankur for reply i have solved the error by myself