Search found 5 matches

by toronto905
Thu Nov 13, 2008 3:59 pm
Forum: General discussions
Topic: How do I find my database name, username and Password?
Replies: 5
Views: 6720

Ok this is weird.

I have a bunch of databases, and I found the one for PMF, and I am able to login to it (although the information is different fron the ones found in the data.php file)

When I login, on the left, I see databases drop down menu, one has my PMF name on it (with no. 2 in brackets ...
by toronto905
Thu Nov 13, 2008 3:23 pm
Forum: General discussions
Topic: How do I find my database name, username and Password?
Replies: 5
Views: 6720

Yes it does. But then again, I don't use it a lot.

What other way can we find out the information, and tables in PMF database, other than through PHPmyadmin?
by toronto905
Thu Nov 13, 2008 2:59 pm
Forum: General discussions
Topic: How do I find my database name, username and Password?
Replies: 5
Views: 6720

Re: How do I find my database name, username and Password?

Hi,

How do I find my database name, username and Password?

it's in inc/data.php

Also, what is the table where the faq records are stored, is called?

The table is called faqdata.

bye
Thorsten


Thanks Thorsten. But how come it is not working?

I need the information for a script that ...
by toronto905
Thu Nov 13, 2008 7:01 am
Forum: General discussions
Topic: How do I find my database name, username and Password?
Replies: 5
Views: 6720

How do I find my database name, username and Password?

How do I find my database name, username and Password?

Also, what is the table where the faq records are stored, is called?
by toronto905
Wed Nov 12, 2008 6:22 pm
Forum: General discussions
Topic: How to Display a Random FAQ Record on Home Page?
Replies: 2
Views: 5710

How to Display a Random FAQ Record on Home Page?

On my website homepage, I have a simple PHP script , that picks a random Youtube clip from an array (Youtube IDs stored in a text file) and basically everytime a user loads the home page, he sees a different Youtube clip. It is a very cool script and people love it.

I would like to do the same ...