valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
<< < Page 131 132 133 134 135 136 137 138 139 140 > >>
Questions & Answers
Q: I have just output sitemap php. It errors. Fatal error: Call to undefined function curl_init() . Looking through the code this function is not available. Could you provide this function for me to enter into code to generate sitemap.
A: This is a standard php function. The php on the server must support file_get_contents or curl to run the SiteMap software. It appears your server php does not support the file_get_contents function or curl? To see your servers php information follow the How do I display PHP Information (phpinfo) section at the bottom of the https://bizpep.com/phptest.html page. If you are unable to determine file_get_contents function or curl functionality you may need to contact your server host and to check/enable one of these functions.
Question and Answer Item 10694 - Browse All Question and Answer Items
Q: Do you have a recommendation for similar software for monster-huge websites? like 30k pages? I Need a dynamic sitemap builder.
A: I am not aware of any dynamic software suitable for 30k pages. In fact it may be impossible due to crawl time and timeout limitations.
Question and Answer Item 10693 - Browse All Question and Answer Items
Q: I have a form on a client's site and am using FormBuilder1 MYSQL. When it sends the e-mail I do not want to include the Submit and the Email Copy fields and data how do I make it so that these do not appear.
A: Use the Deliver First Letter Upper Case Fields Only function and set your form fields for delivery with Uppercase first letters and the other fields with lower case first letters. See the Help file https://bizpep.com/form1/ . The submit button does not need to have a name value ie it can just be <input type="submit" value="Submit Form"/> , without a name value it is not sent. The Email_Copy field can be changed to email_copy (or anything else you prefer) by setting the Defined Email Copy Form Field value to email_copy and changing its name in the form see https://bizpep.com/form1/ .
Question and Answer Item 10691 - Browse All Question and Answer Items
Q: How do I set it so that the person filling the form automatically gets a copy without using the E-Mail Copy option in the form?
A: Hidden fields can be used to fix values in the form, the Email CC function can be fixed by including a hidden field in the form to set the value ie <input type="hidden" name="Email_Copy" value="true"/> or if the Defined Email Copy Form Field value is email_copy <input type="hidden" name="email_copy" value="true"/> . This will always send a Email CC and no check box is required in the form.
Question and Answer Item 10692 - Browse All Question and Answer Items
Q: I ran the demo, and like what it output, but...I'm using smxp solely to make a quick sitemap file on my .html site. So, I want the actual results to be real, clickable links, not just text. I'm simply using the Title tags for the results, that's it. I want the title to be a link to that page. I can't find any option for that. Is there a way to do that?
A: A html sitemap is available using the HTML SiteMap option https://bizpep.com/sitemapxml/ . It generates SiteMaps in the formats shown at https://bizpep.com/sitemapxml/ .. These are clickable links.
Question and Answer Item 10690 - Browse All Question and Answer Items