The knowledgebase is organized into different categories. Either choose a category from below or search the knowledgebase for the answer to your question.
Search
Articles
Addon Domain PHP.ini file...
I have an addon domain and I want to change the php.ini varibles for this domain only how do I...
Views: 4358
Allow_url_include
In the newer versions of php, they have included a new directive to
control and handle remote...
Views: 319
Configuring the PHP Environment With php.ini
The servers use a master php.ini file for all directories without a
php.ini file in it. You will...
Views: 10826
Emails not sending out with correct character set
This is a known issue with our servers. We are working to resolve this.
In the meantime, you...
Views: 689
Executing php code within a HTML document
Executing php code within a HTML document is easy. Simply add this line to your main .htaccess...
Views: 3730
fsockopen not working for you?
fsockopen does work for connecting to any url that is on port 80. If
its using another port it...
Views: 2555
How do I make all php files run as php5?
To make all php files run as php5 for your account simply add this line to the .htaccess file of...
Views: 86
How do I redirect users to another page using PHP?
Redirection in PHP can be done using the header() function. To setup a
simple redirect, simply...
Views: 1573
How do I turn the display_errors flag on for php?
Add "display_errors=On" to your public_html/php.ini file. The php_flag
directive is...
Views: 3498
How do I use PHP on UCwebhost.com?
1. To use PHP within your account make a file and give it a ".php" file
extension...
Views: 8503
How do I view the php information page?
Create a page name phpinfo.php and insert the below code into it. Pull
this page up in your...
Views: 5173
How to copy PHP.INI to all folders
Within public_html create a file with the following syntax included within it:...
Views: 2817
My php symlink is giving 500 errors symbolic link
When creating a symlink to a php page, I get a 500 error while using
the symlink. I am able to...
Views: 1403
PHP Security fixes for your site
The programs that operate database-driven sites are vulnerable to
hackers, who can (and do)...
Views: 1762
Protecting the php.ini file from being viewed
The php.ini file can be viewed from a web browser.
To prevent people to viewing your...
Views: 1707
Tricks for getting around phpsuexec
Getting Server 500 errors on your php scripts? Try reading this. When a php script requires...
Views: 4352
Upload_Max_Filesize
In a nutshell:
Locate the php.ini file in the folder your upload script resides in. If none...
Views: 5963
What version of PHP are you running?
UCwebhost currently runs two versions of PHP. Check your control panel to verify which version...
Views: 282
Why are my PHP pages no longer working?
If suddenly when you go to your page, you get nothing on the page. You can still get HTML to...
Views: 2338