I'm not sure if thats the problem anymore....like i said this started happening after i tried converting the urls to friendly urls. But when i access the page using the dynamic url it goes in fine, the problem is when i try to acccess it using the friendly url
here is the code that i have to get the links to change:
Plus have this following code in a .htaccess file on my root folder
Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^blog/([^-]+)-([^&]+)\.html$ /blogpost.php?blogId=$blogID
</IfModule>
Both of those sections of code are not on my blogpost.php which is the one that i've having problems with, they are on another file one level up from were the blogpost.php file is in.
Finally, when i look into my error log this is what it tells me thats wrong:
PHP Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result on line 8 and 59 which is where the while($fetech = mysql_fetch_assc($run)) is at
Last edited by dyablo687; 10-11-09 at 06:11 PM.
Reason: added some new content