Search found 5 matches

by Winfang
Mon Apr 07, 2003 7:43 am
Forum: Webhosting
Topic: PhP Install problem
Replies: 2
Views: 2112

This is a copy of the file that I use to connect to mysql database. I havn't had a problem with it yet $dbh = mysql_connect($hostname, $user, $pass) or die("Unable to connect to mySQL"); $selected = mysql_select_db($database, $dbh) or die("Unable to connect to database $database."...
by Winfang
Mon Apr 07, 2003 7:35 am
Forum: Webhosting
Topic: Yet another PHP question
Replies: 2
Views: 2150

Sweet....Thank you.
by Winfang
Fri Apr 04, 2003 12:29 pm
Forum: Webhosting
Topic: Yet another PHP question
Replies: 2
Views: 2150

Yet another PHP question

I feel weird because I'm only person asking PHP questions. Oh well... I'm doing a php upload page so we can share files out to our clan members. Not everyone knows how to ftp programs so I created a script to upload them. I know we can't store files larger then 30MB so I set the file limit on the fo...
by Winfang
Mon Mar 31, 2003 8:15 am
Forum: Webhosting
Topic: phpMyAdmin
Replies: 2
Views: 2168

Thanks! Already got it downloaded and setting it up now.
by Winfang
Fri Mar 28, 2003 11:48 am
Forum: Webhosting
Topic: phpMyAdmin
Replies: 2
Views: 2168

phpMyAdmin

I'm working on the website for my clan and I want to start using the MySQL database. I'm used to using phpMyAdmin, is that installed for us to use. And if so, how do I get to it?