shage Posted September 11, 2007 Share Posted September 11, 2007 What do i have messed up with this code $this->_options["sm_b_location_mode"]="manual"; //Mode of location, auto or manual $this->_options[“sm_b_filename_manual”]=’/home/site/public_html/blogs.dir/’ . $blog_id . ’/files/sitemap.xml’; //Manuel filename $this->_options[“sm_b_fileurl_manual”]= get_option(’siteurl’) .’/files/sitemap.xml’; //Manuel fileurl Link to comment https://forums.phpfreaks.com/topic/68889-solved-syntax/ Share on other sites More sharing options...
Aeglos Posted September 11, 2007 Share Posted September 11, 2007 I get "Division by Zero" with your code. Replace the “s and ’s with proper "s and 's, as in your first line. Notice they are different in the rest of your code. Link to comment https://forums.phpfreaks.com/topic/68889-solved-syntax/#findComment-346264 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.