Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #3K
~1K People Reached
Favorite Forums
Favorite Tags

12 Posted Topics

Member Avatar for praghna

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.

Member Avatar for colweb
0
76
Member Avatar for leviathan185

check weather the path given is correct or not.folder permissions are set automatically.

Member Avatar for leviathan185
0
186
Member Avatar for ersubhajit
Member Avatar for guru12
0
161
Member Avatar for tulipputih

you can try like this also: [code] select * from XYZ where name like "%"; [/code]

Member Avatar for praghna
0
100
Member Avatar for NoID

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]

Member Avatar for NoID
0
127
Member Avatar for rahul8590

please remove the single quote at line number 11 near senders,i think it wil work.

Member Avatar for telcontar
0
166
Member Avatar for praghna

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");

Member Avatar for almostbob
0
113
Member Avatar for dmotah

you can give it like this [icode]$sql_posts = "select * from posts limit $start,$limit";[/icode]

Member Avatar for praghna
0
45
Member Avatar for whiteyoh

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'];

Member Avatar for whiteyoh
0
120
Member Avatar for modesto007
Member Avatar for adindra
Member Avatar for adindra
0
137
Member Avatar for varun_1411

please find the attached and please post complete requirement.

Member Avatar for cwarn23
0
74

The End.