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: If I purchase this model, I am able to unlock the hidden sheets to clearly understand the model logic?
A: The Queuing Model is based on standard queuing theory. Without queuing theory knowledge the logic of the process may not be clear even when viewing the model structure. With a Non-Commercial License all non-input cells and Visual Basic code are protected to ensure integrity and protect source code however we do offer Commercial licenses and upon request with a Commercial license can provide an unprotected software version allowing you to to view the formula applied, access cell contents to enhance your knowledge of software operation (macros remain protected) and undertake minor refinements (ie headings etc). In this format application sheets are unprotected, the workbook itself and the Terms and Conditions and Instructions sheets remain protected to maintain licencing and intellectual property rights notification. Please note that Bizpep retain full copyright and intellectual property rights at all times. If you purchase a Commercial license you can request an unprotected software version.
Question and Answer Item 10695 - Browse All Question and Answer Items
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