tpra21 Posted January 1, 2007 Share Posted January 1, 2007 I have a web site located at www.collegecampusconnection.com. Users can post ads, edit them, etc. I am having a huge refresh problem. Pages are not getting refreshed. Below is one page that is not getting refreshed. I ave tried everything. When I hit the refresh button, it still doesn't refresh, but if I hit CTRL + REFRESH button, it refreshs, which tells me that the site's server does have the updated version of the page. This makes me think it is my browser, but when I go to another site that is similar, the information and pages refresh fine, which tells me it is not my browser. Any help would be great.[code]<?phprequire 'db_connect.php';if ($logged_in == 0) { die('Sorry you are not logged in, this area is restricted to registered members. <a href="index.php">Click here</a> to log in.');}?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>College Campus Connection</title><META NAME="keywords" CONTENT="used textbooks, off-campus housing, classified ads, college, colleges, university, universities, save, money, save money, college campus connection.com, college campus connection, connection, campus, reselling used textbooks, resale books"><META NAME="description" CONTENT="Web portal for students to sell and buy used textbooks as well as other merchandise via online classified ads. Portal for off-campus renters to display and promote thier properities. Free membership. Free searching."><META NAME="author" CONTENT="Joshua Sprang, Kenneth Williams"><META NAME="copyright" CONTENT="© 2004 CollegeCampusConnection.com"><!--<META NAME="robots" CONTENT="all"> --> <!-- Cache Control --><META HTTP-EQUIV="Expires" CONTENT="0" /><META HTTP-EQUIV="Pragma" CONTENT="no-cache" /><META HTTP-EQUIV="Cache-Control" CONTENT="no-cache" /><META content='must-revalidate' httpequiv='Cache-Control' /><link rel="stylesheet" href="betatest.css" type="text/css" /></head><body><div id="main"> <div id="masthead"> <img src="images/masthead.jpg" width="768" height="75" /> </div> <div id="center"> <?php include('navbar.php'); ?> </div> <div class="slogan2">We Cut the Costs of College!</div><br /><div class="slogan3">Here are ads you have posted</div><div class="results"><?phpinclude("config.php");$connection=mysql_connect($db_host, $db_user, $db_pass) or die('<div class=slogan2">Connection to MySQL server has failed.</div><!-- FOOTER --><br class="clearboth" /><div class="footer"><div class="cline">Copyright © College Campus Connection(C3) 2004. All Rights Reserved.</div><div class="cline"><a href="http://www.collegecampusconnection.com">Home</a> | <a href="aboutus.php">About Us</a> | <a href="disclaimer.php">Disclaimer</a> | <a href="creators.php">About the Creators</a> | <a href="refer.php">Refer a Friend</a> | <a href="press.php">In the Press</a> | <a href="http://validator.w3.org/check/referer">xhtml</a></div></div></body></html>');mysql_select_db($db_name);$uname=$_SESSION['username'];$Hquery="select * from ads where owner_ID='$uname' ORDER BY ad_ID ASC";$Hresults = mysql_db_query($db_name, $Hquery, $connection);if(!$Hresults){ die('<div class=slogan2">There was an error retrieving your ads</div><!-- FOOTER --><br class="clearboth" /><div class="footer"><div class="cline">Copyright © College Campus Connection(C3) 2004. All Rights Reserved.</div><div class="cline"><a href="http://www.collegecampusconnection.com">Home</a> | <a href="aboutus.php">About Us</a> | <a href="disclaimer.php">Disclaimer</a> | <a href="creators.php">About the Creators</a> | <a href="refer.php">Refer a Friend</a> | <a href="press.php">In the Press</a> | <a href="http://validator.w3.org/check/referer">xhtml</a></div></div></body></html>');}echo('<div class="signin"><div class="slogan2">Housing Ads</div></div>');while ($row = mysql_fetch_array($Hresults)){ $d_adID=$row['ad_ID']; $d_adtype=$row['adtype']; $d_ownerID=$row['owner_ID']; $d_type=$row['propertytype']; $d_address=$row['address']; $d_city=$row['city']; $d_state=$row['state']; $d_zip=$row['zip']; $d_rent=$row['avg_rent']; $d_utilities=$row['avg_utilities']; $d_bed=$row['num_bed']; $d_bath=$row['num_bath']; $d_pets=$row['pets']; $d_details=$row['pet_details']; $d_school=$row['university']; $d_dist=$row['distance']; $d_features=$row['features']; $d_postdate=$row['ad_start']; $d_endd=$row['expired']; $d_endm=$row['expirem']; $d_endy=$row['expirey']; $d_img1=$row['image1']; $d_img2=$row['image2']; $d_img3=$row['image3']; $d_img4=$row['image4']; $d_img5=$row['image5']; $d_img6=$row['image6']; $d_img7=$row['image7']; $d_img8=$row['image8']; $d_img9=$row['image9']; $d_img10=$row['image10']; $d_cname=$row['cname']; $d_cunits=$row['cunits']; if ($d_endm < 10){ $d_enddate='0'.$d_endm.'-'.$d_endd.'-'.$d_endy; } else if ($d_endd < 10){ $d_enddate=$d_endm.'-0'.$d_endd.'-'.$d_endy; } else{ $d_enddate=$d_endm.'-'.$d_endd.'-'.$d_endy; }$Squery="select school_name from school where school_ID = '$d_school'";$Sresults = mysql_db_query($db_name, $Squery, $connection);if(!$Sresults){ die('<div class=slogan2">Connection to MySQL server has failed.</div><!-- FOOTER --><br class="clearboth" /><div class="footer"><div class="cline">Copyright © College Campus Connection(C3) 2004. All Rights Reserved.</div><div class="cline"><a href="http://www.collegecampusconnection.com">Home</a> | <a href="aboutus.php">About Us</a> | <a href="disclaimer.php">Disclaimer</a> | <a href="creators.php">About the Creators</a> | <a href="refer.php">Refer a Friend</a> | <a href="press.php">In the Press</a> | <a href="http://validator.w3.org/check/referer">xhtml</a></div></div></body></html>');}while ($row = mysql_fetch_array($Sresults)){ $university=$row['school_name'];} echo('<div class="search"><div class="line">'); echo('<table><tr><td colspan=2 width=300 px><font size="+1" align="center"><u>Ad Information</u></font> | <a href="housing/Hedit.php?ad_ID='.$d_adID.'">Edit</a> | ');?><a href="delete.php?adID=<?php echo($d_adID); ?>&db=1" onclick="return confirm('Are you sure you want to delete?')">Delete</a><?phpecho('</td><td rowspan=17 width=175 px align="center" valign="top">');//pic part here if($d_adtype==1){ if($d_img1!=NULL && $d_img1!=""){ echo"<a href=\"housing/uploads/$d_img1\" target=_blank><img src=\"housing/uploads/$d_img1\" border=0 width=75 height=75></a><br /><br />"; } } if($d_adtype==2){ if($d_img1!=NULL && $d_img1!=" "){ echo"<a href=\"housing/uploads/$d_img1\" target=_blank><img src=\"housing/uploads/$d_img1\" border=0 width=75 height=75></a><br /><br />"; //for use later on...... // <a href=\"imgchange.php?adID=$d_adID&img=1\">Edit</a> // end temp stuff } if($d_img2!=NULL && $d_img2!=" "){ echo"<a href=\"housing/uploads/$d_img2\" target=_blank><img src=\"housing/uploads/$d_img2\" border=0 width=75 height=75></a><br /><br />"; } if($d_img3!=NULL && $d_img3!=" "){ echo"<a href=\"housing/uploads/$d_img3\" target=_blank><img src=\"housing/uploads/$d_img3\" border=0 width=75 height=75></a><br /><br />"; } } if($d_adtype==3){ if($d_img1!=NULL && $d_img1!=" "){ echo"<a href=\"housing/uploads/$d_img1\" target=_blank><img src=\"housing/uploads/$d_img1\" border=0 width=75 height=75></a><br /><br />"; } if($d_img2!=NULL && $d_img2!=" "){ echo"<a href=\"housing/uploads/$d_img2\" target=_blank><img src=\"housing/uploads/$d_img2\" border=0 width=75 height=75></a><br /><br />"; } if($d_img3!=NULL && $d_img3!=" "){ echo"<a href=\"housing/uploads/$d_img3\" target=_blank><img src=\"housing/uploads/$d_img3\" border=0 width=75 height=75></a><br /><br />"; } if($d_img4!=NULL && $d_img4!=" "){ echo"<a href=\"housing/uploads/$d_img4\" target=_blank><img src=\"housing/uploads/$d_img4\" border=0 width=75 height=75></a><br /><br />"; } if($d_img5!=NULL && $d_img5!=" "){ echo"<a href=\"housing/uploads/$d_img5\" target=_blank><img src=\"housing/uploads/$d_img5\" border=0 width=75 height=75></a><br /><br />"; } } if($d_adtype==6){ if($d_img1!=NULL && $d_img1!=" "){ echo"<a href=\"housing/uploads/$d_img1\" target=_blank><img src=\"housing/uploads/$d_img1\" border=0 width=75 height=75></a> "; } if($d_img2!=NULL && $d_img2!=" "){ echo"<a href=\"housing/uploads/$d_img2\" target=_blank><img src=\"housing/uploads/$d_img2\" border=0 width=75 height=75></a><br /><br />"; } if($d_img3!=NULL && $d_img3!=" "){ echo"<a href=\"housing/uploads/$d_img3\" target=_blank><img src=\"housing/uploads/$d_img3\" border=0 width=75 height=75></a> "; } if($d_img4!=NULL && $d_img4!=" "){ echo"<a href=\"housing/uploads/$d_img4\" target=_blank><img src=\"housing/uploads/$d_img4\" border=0 width=75 height=75></a><br /><br />"; } if($d_img5!=NULL && $d_img5!=" "){ echo"<a href=\"housing/uploads/$d_img5\" target=_blank><img src=\"housing/uploads/$d_img5\" border=0 width=75 height=75></a> "; } if($d_img6!=NULL && $d_img6!=" "){ echo"<a href=\"housing/uploads/$d_img6\" target=_blank><img src=\"housing/uploads/$d_img6\" border=0 width=75 height=75></a><br /><br />"; } if($d_img7!=NULL && $d_img7!=" "){ echo"<a href=\"housing/uploads/$d_img7\" target=_blank><img src=\"housing/uploads/$d_img7\" border=0 width=75 height=75></a> "; } if($d_img8!=NULL && $d_img8!=" "){ echo"<a href=\"housing/uploads/$d_img8\" target=_blank><img src=\"housing/uploads/$d_img8\" border=0 width=75 height=75></a><br /><br />"; } if($d_img9!=NULL && $d_img9!=" "){ echo"<a href=\"housing/uploads/$d_img9\" target=_blank><img src=\"housing/uploads/$d_img9\" border=0 width=75 height=75></a> "; } if($d_img10!=NULL && $d_img10!=" "){ echo"<a href=\"housing/uploads/$d_img10\" target=_blank><img src=\"housing/uploads/$d_img10\" border=0 width=75 height=75></a><br /><br />"; } } echo('</td></tr>'); if($d_adtype==1){ $adtext="Standard"; } else if ($d_adtype==2){ $adtext="Upgrade"; } else if($d_adtype==3){ $adtext="The Best"; } else if($d_adtype==6){ $adtext="Apartment Complex"; } if($d_type=="Sale"){ $d_type="House for sale"; } echo('<tr><td><font size="-1">Ad type:</font></td><td><font size="-1">'. $adtext .'</font></td></tr>'); echo('<tr><td><font size="-1">Date Posted:</font></td><td><font size="-1">'. $d_postdate.'</font></td></tr>'); echo('<tr><td><font size="-1">Expiration Date:</font></td><td><font size="-1">'. $d_enddate.'</font></td></tr>'); echo('<tr><td><font size="-1">College/University:</font></td><td><font size="-1">'. $university .'</font></td></tr>'); echo('<tr><td width=150 px><font size="-1">Housing Type:</font></td><td width = 150 px><font size="-1">'.$d_type.'</font></td></tr>');if($adtype=6){ echo('<tr><td width=150 px><font size="-1">Complex Name:</font></td><td width = 150 px><font size="-1">'.$d_cname.'</font></td></tr>'); echo('<tr><td width=150 px><font size="-1">No. of Units:</font></td><td width = 150 px><font size="-1">'.$d_cunits.'</font></td></tr>');} echo('<tr><td><font size="-1">Address:</font></td><td><font size="-1">'. $d_address.'</font></td></tr>'); echo('<tr><td></td><td><font size="-1">'.$d_city.', '. $d_state .' ' . $d_zip.'</font></td></tr>'); echo('<tr><td colspan=2><font size="-1">Monthly Averages</font></td></tr>'); echo('<tr><td><font size="-1">Rent (OR Asking Price):</font></td><td><font size="-1">$'. $d_rent.'</font></td></tr>'); echo('<tr><td><font size="-1">Utilities:</font></td><td><font size="-1">$'. $d_utilities.'</font></td></tr>'); echo('<tr><td><font size="-1">Rooms:</font></td><td><font size="-1">Bedrooms: '.$d_bed.'<br />Bathrooms: '.$d_bath.'</font></td></tr>'); echo('<tr><td><font size="-1">Pets Allowed:</font></td><td><font size="-1">'. $d_pets.'</font></td></tr>'); echo('<tr><td><font size="-1">Pet Limitations:</font></td><td><font size="-1">'. $d_details.'</font></td></tr>'); echo('<tr><td><font size="-1">Distance from Campus:</font></td><td><font size="-1">'. $d_dist.'</font></td></tr>'); echo('<tr><td valign=\"top\"><font size="-1">Other Features:</font></td><td><font size="-1">'. $d_features.'</font></td></tr>'); echo('</table></div></div><br />'); }echo('<div class="signin"><div class="slogan2">Textbook Ads</div></div>');$query="select * from books where owner_ID='$uname' ORDER BY ad_ID ASC"; $results = mysql_db_query($db_name, $query, $connection); if(!$results){ die('<div class = "cline">There were no results from your search criteria, please try again.</div><!-- FOOTER --><br class="clearboth" /><div class="footer"><div class="cline">Copyright © College Campus Connection(C3) 2004. All Rights Reserved.</div><div class="cline"><a href="http://www.collegecampusconnection.com">Home</a> | <a href="aboutus.php">About Us</a> | <a href="disclaimer.php">Disclaimer</a> | <a href="creators.php">About the Creators</a> | <a href="refer.php">Refer a Friend</a> | <a href="press.php">In the Press</a> | <a href="http://validator.w3.org/check/referer">xhtml</a></div></div></body></html>'); } while ($row = mysql_fetch_array($results)){ $d_adID=$row['ad_ID']; $p_ownerID=$row['owner_ID']; $d_ISBN=$row['ISBN']; $d_title=$row['title']; $d_author=$row['author']; $d_prof=$row['professor']; $d_price=$row['price']; $d_rent=$row['avg_rent']; $d_cond=$row['condition']; $d_school=$row['university']; $d_GETdate=$row['ad_start']; $d_comments=$row['comments']; $d_img1=$row['image'];$query_school="select school_name from school where school_ID = '$d_school'";$result2 = mysql_db_query($db_name, $query_school, $connection);if(!$result2){ die('<div class = "cline">No Connection to MySQL Database, please try searching again.</div><!-- FOOTER --><br class="clearboth" /><div class="footer"><div class="cline">Copyright © College Campus Connection(C3) 2004. All Rights Reserved.</div><div class="cline"><a href="http://www.collegecampusconnection.com">Home</a> | <a href="aboutus.php">About Us</a> | <a href="disclaimer.php">Disclaimer</a> | <a href="creators.php">About the Creators</a> | <a href="refer.php">Refer a Friend</a> | <a href="press.php">In the Press</a> | <a href="http://validator.w3.org/check/referer">xhtml</a></div></div></body></html>');}while ($row = mysql_fetch_array($result2)){ $university=$row['school_name'];} echo('<div class="search">'); echo('<div class="line">'); echo('<table><tr><td colspan=2 width=300 px><font size="+1" align="center"><u>Textbook Information</u></font> | <a href="xchange/Tedit.php?ad_ID='.$d_adID.'">Edit</a> | ');?><a href="delete.php?adID=<?php echo($d_adID); ?>&db=2" onclick="return confirm('Are you sure you want to delete?')">Delete</a><?phpecho('</td><td rowspan=17 width=175 px align="center" valign="top">');//pic part here if($d_img1!=NULL && $d_img1!=" "){ echo"<a href=\"xchange/uploads/$d_img1\" target=_blank><img src=\"xchange/uploads/$d_img1\" border=0 width=75 height=75></a><br /><br />"; } echo('</td></tr>'); echo('<tr><td><font size="-1">Date Posted:</font></td><td><font size="-1">'. $d_GETdate.'</font></td></tr>'); echo('<tr><td><font size="-1">College/University:</font></td><td><font size="-1">'. $university .'</font></td></tr>'); echo('<tr><td width=150 px><font size="-1">ISBN:</font></td><td width = 150 px><font size="-1">'.$d_ISBN.'</font></td></tr>'); echo('<tr><td><font size="-1">Title:</font></td><td><font size="-1">'. $d_title.'</font></td></tr>'); echo('<tr><td><font size="-1">Author:</font></td><td><font size="-1">'. $d_author.'</font></td></tr>'); echo('<tr><td><font size="-1">Professor:</font></td><td><font size="-1">'. $d_prof.'</font></td></tr>'); echo('<tr><td><font size="-1">Price:</font></td><td><font size="-1">$'.$d_price.'</font></td></tr>'); echo('<tr><td><font size="-1">Condition:</font></td><td><font size="-1">'.$d_cond.'</font></td></tr>'); echo('<tr><td><font size="-1">Comments:</font></td><td><font size="-1">'.$d_comments.'</font></td></tr>'); echo('</table></div></div><br />');}echo('<div class="signin"><div class="slogan2">Classified Ads</div></div>');$query="select * from classifieds where owner_ID='$uname' ORDER BY ad_ID ASC"; $results = mysql_db_query($db_name, $query, $connection); if(!$results){ die('<div class = "cline">There were no results from your search criteria, please try again.</div><!-- FOOTER --><br class="clearboth" /><div class="footer"><div class="cline">Copyright © College Campus Connection(C3) 2004. All Rights Reserved.</div><div class="cline"><a href="http://www.collegecampusconnection.com">Home</a> | <a href="aboutus.php">About Us</a> | <a href="disclaimer.php">Disclaimer</a> | <a href="creators.php">About the Creators</a> | <a href="refer.php">Refer a Friend</a> | <a href="press.php">In the Press</a> | <a href="http://validator.w3.org/check/referer">xhtml</a></div></div></body></html>'); } while ($row = mysql_fetch_array($results)){ $d_adID=$row['ad_ID']; $p_ownerID=$row['owner_ID']; $d_category=$row['category']; $d_desc=$row['description']; $d_price=$row['price']; $d_school=$row['university']; $d_GETdate=$row['ad_start']; $d_img1=$row['image1']; $d_img2=$row['image2'];$query_school="select school_name from school where school_ID = '$d_school'";$result2 = mysql_db_query($db_name, $query_school, $connection);if(!$result2){ die('<div class = "cline">No Connection to MySQL Database, please try searching again.</div><!-- FOOTER --><br class="clearboth" /><div class="footer"><div class="cline">Copyright © College Campus Connection(C3) 2004. All Rights Reserved.</div><div class="cline"><a href="http://www.collegecampusconnection.com">Home</a> | <a href="aboutus.php">About Us</a> | <a href="disclaimer.php">Disclaimer</a> | <a href="creators.php">About the Creators</a> | <a href="refer.php">Refer a Friend</a> | <a href="press.php">In the Press</a> | <a href="http://validator.w3.org/check/referer">xhtml</a></div></div></body></html>');}while ($row = mysql_fetch_array($result2)){ $university=$row['school_name'];} echo('<div class="search">'); echo('<div class="line">'); echo('<table><tr><td colspan=2 width=300 px><font size="+1" align="center"><u>Classified Information</u></font> | <a href="xchange/Cedit.php?ad_ID='.$d_adID.'">Edit</a> | ');?><a href="delete.php?adID=<?php echo($d_adID); ?>&db=3" onclick="return confirm('Are you sure you want to delete?')">Delete</a><?phpecho('</td><td rowspan=17 width=175 px align="center" valign="top">');//pic part here if($d_img1!=NULL && $d_img1!=" "){ echo"<a href=\"xchange/uploads/$d_img1\" target=_blank><img src=\"xchange/uploads/$d_img1\" border=0 width=75 height=75></a><br /><br />"; } if($d_img2!=NULL && $d_img2!=" "){ echo"<a href=\"xchange/uploads/$d_img2\" target=_blank><img src=\"xchange/uploads/$d_img2\" border=0 width=75 height=75></a><br /><br />"; } echo('</td></tr>'); echo('<tr><td><font size="-1">Date Posted:</font></td><td><font size="-1">'. $d_GETdate.'</font></td></tr>'); echo('<tr><td><font size="-1">College/University:</font></td><td><font size="-1">'. $university .'</font></td></tr>');if($d_category == 01){$n_category = "Furniture";}else if($d_category == 02){$n_category = "Automotive";}else if($d_category == 03){$n_category = "Computers/Networking";}else if($d_category == 04){$n_category = "Electronics";}else if($d_category == 05){$n_category = "Sports Equipment";}else if($d_category == 06){$n_category = "DVD/VHS/CD";}else if($d_category == 07){$n_category = "Video Games";}else if($d_category == 08){$n_category = "General Merchandise";}else if($d_category == 09){$n_category = "Help Wanted";}else if($d_category == 10){$n_category = "Services Offered";}else if($d_category == 99){$n_category = "Other";} echo('<tr><td width=150 px><font size="-1">Category:</font></td><td width = 150 px><font size="-1">'.$n_category.'</font></td></tr>'); echo('<tr><td><font size="-1">Price:</font></td><td><font size="-1">$'.$d_price.'</font></td></tr>'); echo('<tr><td><font size="-1">Description:</font></td><td><font size="-1">'.$d_desc.'</font></td></tr>'); echo('</table></div></div><br />');}mysql_close($connection);?></div></div><!-- FOOTER --><br class="clearboth" /><div class="footer"><div class="cline">Copyright © College Campus Connection(C3) 2004. All Rights Reserved.</div><div class="cline"><a href="http://www.collegecampusconnection.com">Home</a> | <a href="aboutus.php">About Us</a> | <a href="disclaimer.php">Disclaimer</a> | <a href="creators.php">About the Creators</a> | <a href="refer.php">Refer a Friend</a> | <a href="press.php">In the Press</a> | <a href="http://validator.w3.org/check/referer">xhtml</a></div></div><HEAD><!-- Cache control --><META HTTP-EQUIV="Expires" CONTENT="0" /><META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"><META HTTP-EQUIV="Cache-Control" CONTENT="no-cache" /><META content='must-revalidate' httpequiv='Cache-Control'></HEAD></body></html>[/code] Link to comment https://forums.phpfreaks.com/topic/32484-pages-not-refreshing/ Share on other sites More sharing options...
corbin Posted January 1, 2007 Share Posted January 1, 2007 Does your browser read meta tags?What browser are you using?And I'm assuming after you login its not refreshing correctly is what you mean...? Link to comment https://forums.phpfreaks.com/topic/32484-pages-not-refreshing/#findComment-150917 Share on other sites More sharing options...
tpra21 Posted January 1, 2007 Author Share Posted January 1, 2007 I am using Internet Explorer 7. With the refresh problem, below is an example.1.) I view my ad (this is the code that I listed above).2.) click the "edit" button on the ad.3.) It takes me to another page where I can edit the ad.4.) I change some information, say address and ad price and click the "update" button.5.) I then go to another page that displays the changes I made. 6.) From that page, I click a "return to ads" button.7.) I am now back at the page that was listed in step one above.8.) Instead of the ad dispalying with the new ifnormation, it is displaying the old information.At this point, I must ctrl + refresh to get the page to update. I have never seen anything like it. The entire site is this way. For example, if I am viewing two ads and click the delete button on one of them, the browser flickers (appears to reload), yet both ads remain on the screen. If I click ctrl + refresh, the deleted ad disappears. Link to comment https://forums.phpfreaks.com/topic/32484-pages-not-refreshing/#findComment-150927 Share on other sites More sharing options...
corbin Posted January 1, 2007 Share Posted January 1, 2007 So if you normal refresh does it update the content?Also, if you close your browser and come back does it update? Link to comment https://forums.phpfreaks.com/topic/32484-pages-not-refreshing/#findComment-150930 Share on other sites More sharing options...
corbin Posted January 1, 2007 Share Posted January 1, 2007 Hmmm if you remove all the meta tags does it refresh correctly? It could be some meta tag causing IE to behave strangely. And is it just IE or does it do that in other browsers, too? Link to comment https://forums.phpfreaks.com/topic/32484-pages-not-refreshing/#findComment-150931 Share on other sites More sharing options...
tpra21 Posted January 2, 2007 Author Share Posted January 2, 2007 It doesn't work even if the meta tags are removed. It originally didn't have them, but I added them to try and fix the problem. I have not tried another browser yet. Maybe I'll try Firefox. I read somewhere on the internet that people have had this problem becuase their hosting company had settings messed up on the server. Has anyone heard of this happening?I have a mirror of the web site running on my machine using apache for testing, and after adding the meta tags, the site worked and refreshed great. But when I uploaded the new files to the "live" server (provided by a hosting company), they now don't work. That makes me think the hosting company may have a setting out-of-wack. Link to comment https://forums.phpfreaks.com/topic/32484-pages-not-refreshing/#findComment-151101 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.