answersLogoWhite

0

Can i use php without a php admin or account?

Updated: 8/21/2019
User Avatar

Wiki User

6y ago

Best Answer

Yes, you can use PHP without any admin account. It is a programming language you can install on any computer and does not have accounts inherently.

User Avatar

Wiki User

6y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can i use php without a php admin or account?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Where would one find information online on how to use the php admin?

One can use a Php admin to store information which can be easily accessed. If one uses the Php my admin one can have it to keep updated automatically.


What account do all admin use on ROBLOX?

ROBLOX


What account should an owner use if he want to install new software?

Answer: A user account which has Administrative rights. (an Admin account)


What is the use of a question mark in php?

It is used to tell the sever to use the PHP parser. To begin php you must use <?php, and to end it, it is ?>.


How do you use PHP in HTML?

You can't use PHP in an HTML document, but you can use HTML in PHP script.


I have a HTML website I want to use a php script I have but the main php file has the info in it and I want it to be on the HTML site how can I embed or use the php code without using frames?

change the extention of the .HTML file to .php and then open the file that was previously HTML and put <?php include ("path/to/second/php/file.php"); ?> so for example if i have page1.HTML and page2.php i rename page1.HTML to page1.php and then put <?php include ("page2.php"); ?> where i want page2 to appear. Note: Any HTML file can be renamed to have a .php extention even if it doesnt contain any PHP.


You lost your admin pass only can use a limited account need entrance into admin Please Help I have tried everything Is there a way to find the pass out on limited account in command prompt?

what you have requested is impossible. cmd.exe is VERY limited on a limited account.the software you find on the internet to crack passwords needs admin privileges to install.there is another way though.assuming that your OS is an OEM and that it is windows XP home.go into safe mode.go in the account called "administrater", which is the first account on the list.make a new admin account.restart computer.go to the new account that you made.change your account to an administrater.go to your account.delete the new account that you just made.voila, your done.


What is the difference between a standard user account and an administrator account?

Guest account is the one where you can set a settings that you need..... For ex. You don't like any1 uninstalling your programs, so in such cases you can use guest account.... In order to activate guest account you have to have a administrator account & it has to be set with a password........ Administration account is normal to control your settings.............


How do you use admin in tycoon town in roblox?

Simple, there is no admin so there's no way to use admin there.


How to you connect in mysql database?

Use the following code to connect to your mysql database from the php file. variables are hostname, db_username, db_password - see the code below for the exact connection example. <?php mysql_connect("localhost", "admin", "1admin") or die(mysql_error()); echo "Connected to MySQL<br />"; ?>


How do you use admin if you have a admin shirt?

Well if you have admin say "commands" and then it will tell you them.


Why would a server not be able to send an email using the PHP mail function?

The first thing to check is that the server has a backend for the PHP mailing functions to use. Sendmail is often not installed on webservers, because it's not needed, and just makes for a less secure environment, and more work for the Admin.