valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
<< < Page 221 222 223 224 225 226 227 228 229 230 > >>
Questions & Answers
Q: Processed time appears incorrect.
A: The time displayed in the form uses the server time to determine the current UTC/GMT time and then if there is a Local Time Offset it adjusts the UTC/GMT time to give the Local Time. If this is not correct either your server time is wrong, or the Local Time Offset you provided is wrong. Remember the Local Time Offset is the difference between your local time (where you read the email?) and UTC/GMT time.
Question and Answer Item 552 - Browse All Question and Answer Items
Q: The program runs fine on my server but will not grab any pages after the index page. It work fine on your server and grabs all the pages in the site. I set the link depth to more than one but I still only one page listed in the XML.
A: Make sure you have the variables set correctly ie if you have no Include URL's value (ie in the code $incUrls=array('.htm','.php',);) then all you will get is the Start URL. Run SiteMap XML in form mode first to make sure you have the correct settings and then set these in the dynamic variables.
Question and Answer Item 536 - Browse All Question and Answer Items
Q: I have created a form that I would like to have the ability for the user to upload a file, I set it for gif, jpg, txt or zip. I set the max size to 50000. The form works fine except for it does not attach a I file. I have contacted our webhost to make sure that "file_uploads" set as "on" in the php server config ... and they are. Any thoughts on what I missed?
A: As outlined in the File Attachments section of the Help file "...the form start tag must include enctype='multipart/form-data' to enable file attachments". Your form tag is <FORM id=form1 name=form1 action='/distributor_quote.php' method=post>. You need the enctype='multipart/form-data' so it becomes <FORM id='form1' name='form1' action='/distributor_quote.php' method='post' enctype='multipart/form-data'>. File attachments can only be sent when the form start tag includes enctype='multipart/form-data'. Also each value should be within ' ' or " " as in method='post' not method=post. This improves the validity of your html code so it runs correctly on a wider number of current and future browsers.
Question and Answer Item 535 - Browse All Question and Answer Items
Q: Thank you so much for this free tool, I hate to bother you over a free service but I'm having a problem running the xml file on my Cobalt RAQ4 server. I get the following error in my browser: "The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. The following tags were not closed: br, br. Error processing resource..." I have changed the encoding per answer I found to a similar problem on your site but no luck... I have the script running on my other servers with no problem. will appreciate any help, thanks.
A: The problem is that this server does not support the php function html_entity_decode() . If you view the source of your error page you will see "Call to undefined function: html_entity_decode() ". This function is valid in php from 4.3.0. which was released in 2002. Any reasonable server will be running this or a later php version. You or your server host need to update the php version running on your server. For details refer to http://php.net .
Question and Answer Item 534 - Browse All Question and Answer Items
Q: New Software Release
A: Password Page Protection Software
Version 1.0 - 3 March 2006
Details available at https://bizpep.com/password/
Password Page Protection Software allows you to add password protection to any web page. It generates password protection code which is added to the top of a web page to prevent unauthorized access. The protection code is fully processed on the server and no secure information can be sent to the user until a password match is confirmed. This provides a high level of security and reliability.
Question and Answer Item 533 - Browse All Question and Answer Items