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: 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
Q: Wish to inform you that i am finding it difficult to use my mailmailer which i purchased. Kindly direct me on how to run php on my server, i believe that is one of the major problem.
A: You can test if your server supports php using the Test Code at https://bizpep.com/phptest.html . If you do not receive an email when you run this test code please contact your server host and ask them to provide php support. You can learn more about php and access download and installation information at http://www.php.net/. Please note that unless you are running your own server your server host will need to support php.
Question and Answer Item 531 - Browse All Question and Answer Items