Results 1 to 2 of 2
hey!
Im running Ubuntu server 10.04LTS and i want to access information stored on a database via my bin.sh script..
The idea is i want to have a website with ...
- 09-24-2011 #1Just Joined!
- Join Date
- Sep 2011
- Posts
- 1
Bash and databases
hey!
Im running Ubuntu server 10.04LTS and i want to access information stored on a database via my bin.sh script..
The idea is i want to have a website with a log in/register screen and a database whiche stores the $USERNAME and $PASSWORD.
Then have a script that runs and uses that $USERNAME and $PASSWORD to create an account.. anyone have any ideas on how or if this can be achieved? :s
Adam
- 09-25-2011 #2Just Joined!
- Join Date
- Sep 2007
- Posts
- 51
Creating username and password login
===================================
Go to the website indicated below, this site gives you the ability to create a username and password. Just make sure you have apache2, php and mysql-server and mysql-client is installed and running on your linux machine
PHP WebsiteCode:apt-get install php5 apache2 mysql-server mysql-client yum install php5 apache2 mysql-server mysql-client
Code:http://php.about.com/od/finishedphp1/ss/php_login_code.htm


Reply With Quote
