Articles

Can I do basic http authentication through php? Yes, HTTP authentication works fine through PHP. Can I run PHP scripts anywhere on my site? Yes, PHP scripts do not have to reside in a particular directory and will run anywhere on your... How do I change File Permissions? If you're new to scripting, or getting the dreaded "Internal Server Error" when you try to run a... How do I edit the text of my web page? If you have a web page created by someone else, you can edit the text easily. Here's how:1.... How do I make changes to PHP settings? You need to use your own php.ini file in the folder where the PHP script executes. For more... How do I provide streaming - Audio / Video? We DO NOT have streaming server software running on our servers. However, you can progressively... How do I stream RealMedia content using HTTP? 1. Upload your encoded RealAudio or RealVideo files (files with the .ra or.rm extensions) to your... How do I use get_browser functions in my php? get_browser is a php function that tells what the user's browser is capable of [1].You can place... I am using php4, is there any problem using php5 for my applications? This can be correctly answered by the developer/vendor of your web applications. If they say that... I have two index files under public_html. Apache is picking one with the .html extension. How can I change its order? Apache's 'DirectoryIndex' directive is used for this purpose. On our servers we have 'index.html... I want my HTML pages to be parsed by the PHP engine. How can I do it? In order to parse HTML pages by the PHP engine, you need to add the following line in the... I want to use php sessions without cookies? This is a development issue and is explained in the php manual:http://www.php.net/sessionThere is... Is php5 available? How do I use php5 alongside php4? All Jaguar shared servers have php5 along with php4. New servers are being setup with PHP5 as... Tutorial: Ruby on Rails: To get started Please visit this page on our forums:http://www.jaguarpc.com/forums/showthread.php?t=13273You may... What are some basic SSI tags/features? Include a document inside another!--#include file="file.html"-- (relative path)!--#include... What are some basic software paths? Sendmail: /usr/lib/sendmailPerl5: /usr/bin/perlServerpath: /home/username/public_htmlRoot path:... What are valid file extensions for PHP scripts? The valid file extensions for PHP scripts are listed below. One of these file extensions must be... What is PHP and how do I use it? PHP is a powerful server-side scripting language that can be used to extend the functionality of... What is SSI (Server Side Includes) and how can I use it? Server Side Includes (SSI) is a feature of CGI that enables you to dynamically insert a piece of... What is phpsuexec? Phpsuexec is a deprecated feature in cPanel where PHP is setup as CGI instead of apache module.... What is suPHP? What is being changed from phpsuexec to suPHP? How to use PHP 4 or PHP 5 on JaguarPC shared servers? suPHP is a tool for executing PHP scripts with the permissions of their owners. Phpsuexec also... What is the path to my home directory? When you configure a script for any server, it may ask you to set variables such as the base,... What is the path to perl? One of the first things you must do when configuring a script, is set the correct path to the... What is the path to sendmail? Some programs such as the ones which send email will need to know where the Sendmail program... Where do I place CGI scripts? Although you can place cgi scripts in random directories throughout your site, it's best if you... Which PHP modules are installed on servers? Here is a brief list of PHP 4 modules that come standard with our shared/SDX/reseller... Why do I get "Warning: I am able to write to the configuration file: /path/to/configure.php"? This is because of the secure php environment on our servers (phpsuexec). This usually happens...
« Back