MYOB

For more supportSearch

eg. 'what are my email server settings'

Scripting & code

Showing 1 of 1 pages << <  |  > >>
1. What are some good libraries of available scripts?

These are the online archives that our customers mention time and time again. Contact Technical Support (support@myob.com.au or 1800 995 645) if you... [More]

2. What scripting languages can I use on a Linux server?

If your website is hosted on a Linux server, you can use or write scripts in PHP, Perl or Python. PHP scripts should end in .php and can reside any... [More]

3. Where is sendmail located on the Linux servers?

Any script that needs to send mail via the sendmail program on the Linux hosting cluster will need to be configured with the path to that program. The...
[More]

4. How do I send email from a website using FormMail.pl?

FormMail.pl is a Perl script that can be used by customers hosted on the Linux cluster. The code can be downloaded here. Before uploading FormMail.pl.. [More]

5. HTTP status codes

HTTP status codes are returned by web servers to indicate the status of a request. Codes 200 and 304 are used to tell the browser the page can be view... [More]

6. Why is my PHP script not uploading and writing files as it should?

First, be sure to check your syntax. A searchable copy of the PHP manual is available at php.net. You must use the move_uploaded_file() function to m... [More]

7. How do I define a cron job?

Cron jobs can be installed on the Linux Cluster in just a few steps. Send an email to Technical Support (support@myob.com.au) identifying your scri... [More]