Jump to content

Database help


shirvo

Recommended Posts

well im not sure if i am understanding what you are asking but if the database does not exsist you will get an error telling you that it does not exsist when you run the script. Also these are all sql problems and not php issues. php parses the sql and stores the results into varablies. It sounds like you are looking for the sql statements to accomplish said tasks.

 

also are you using or have you heard of phpmyadmin?

if not you might want to look into it it can handle all of you databases alot faster and more efficient than writing a php script to do it.

also it is a great way to learn the mysql statements you need to know since when you do something it shows you the sql statment it used to accomplish it.

 

if this is not what you ment then try providing some more info like examples of what you are trying to do. ;)

Link to comment
https://forums.phpfreaks.com/topic/38889-database-help/#findComment-187118
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.