0

I have a database set up with two tables. I have created a sign-up script that connects to a DB through connection variables.. I only specify DBuser DBpassword DBhost and DBname as my parameters.. Do I have to add the specific DB table Im trying to access

2
  • 1
    Can you add the code you are using? Any error given to you? Commented Apr 1, 2013 at 22:46
  • 1
    Do you have a problem with your script or you are asking just out of curiosity? If former post your code. Commented Apr 1, 2013 at 22:53

1 Answer 1

1

For connecting to database, it's enough; you don't need to, but for using other mysql statement like select, insert,... yes you should specify table name

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.