FAQ/ PHP

"PHP" Related Questions

15 Questions Available.
1
How to activate mail function?

Mail () function is disabled by default in most of secured shared web hosting servers. It is not the right methodology to send mails with mail() function in production servers.  Mail() function might

More...
2
Warning base64 decode has been disabled for security reasons

base64_decode() functionbase64_decode() function has been disabled by default in server for security concerns.If base64_decode is enabled in the server,

More...
4
How to increase wordpress memory and php memory limit ?

Increasing PHP Memory Limit and Wordpress Memory Limit :when doing something on your site,if you see an error like below means, that

More...
5
Is mod rewrite enabled for my website ?

mod_rewrite function is enabled by default in all our linux hosting servers. so that the website which hosted in our linux server will have mod_rewrite function enabled by default.

More...
6
Can i access php.ini file in Linux Shared hosting ?

You can't access php.ini file of server, but you can create php.ini file

More...
7
how to get domain age in php?

This script  which extracts whois information from whois server and calculate age of domain name.This script has array of whois server along with regular expression pattern for the domain registration

More...
8
How can I access the php.ini file of server?

How can I access the php.ini file of server?No, you will not get access to php.ini file, if you have purchased the basic plan in shared hosting server.If

More...
9
Can I buy hosting with unlimited domains, PHP, MYSQL amp Ruby functionality?

Can I buy hosting with unlimited domains, PHP, MYSQL & Ruby functionality?In case you wish to purchase a hosting account with unlimited domains, then

More...
10
Where is phpMyAdmin?

CPANEL:1. Log into cpanel.2. Under Databases you can find PHPMYADMIN option.PLESK:1.Login to your plesk panel.2.Click Databases.3.Navigate through the database

More...
11
Is it possible to update the PHP version in Linux Shared Hosting?

Is it possible to update the PHP version in Linux Shared Hosting?No, it is not feasible to update or modernize the current PHP version in the Linux Shared

More...
12
How to use PHP mail using SMTP authentication code?

Step 1 : Download the php mailer zip file using the link.Step 2 : Once downloaded, unzip and extract

More...
13
Will both Linux and windows hosting packages support PHP?

Will both Linux and windows hosting packages support PHP?Yes, both the 'Linux' and 'Windows' hosting plans support/provide PHP feature. Both of

More...
14
Can I change the values in php.ini file?

Can I change the values in php.ini file?No, it is not possible to change the php.ini file in the server level. However, you are allowed to add a php.ini

More...
15
How to redirect a website with PHP?

You can redirect a website with PHP using the header() function. To setup a simple redirect, simply create an index.php file in the directory you wish to make a redirection.

More...