No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
12 Posted Topics
Hi All, When i open my site in IE Browser i am getting as 400 image downloading in the status bar.How can i avoid this in my site.Can any one help me in solving this problem.Its urgent.My site is getting slow also due to this.
check weather the path given is correct or not.folder permissions are set automatically.
Make sure there are no characters in the file before the <?php and save any UTF-8 files without the BOM.
you can try like this also: [code] select * from XYZ where name like "%"; [/code]
make sure that your query is properly present inside the if loop. It can be like this: [code=php] if(isset($_POST['ID'])){ mysql_query("SELECT ID FROM table WHERE ID = '".$ID."'LIMIT 1"); $row = mysql_fetch_assoc($result); echo $row; mysql_close($con); } [/code]
please remove the single quote at line number 11 near senders,i think it wil work.
Hi all I am getting the following error with readfile: Warning: readfile() [function.readfile]: URL file-access is disabled in the server configuration in /home/u7/zzjynz5usy/ssss.com/html/news/news_index.php on line 144 can anyone help me in clearing this problem. I am using the readfile() function for generating rss feeds. my code is like this: readfile("http://www.webrss.com/get_mysite.php?mysiteId=10786");
you can give it like this [icode]$sql_posts = "select * from posts limit $start,$limit";[/icode]
Romove the single quotes with table name(i.e. for indexinfo) and give the tild operator like this:`indexinfo`.I think you will get the result.And other this is its not necessary giving braces for echo statements. It can be like this:echo $row['Title'];
please close that if loop at the last line u will get it.
please remoe that ,$koneksi and execute the query.i think u can get the result.
The End.
praghna