• 0

[MySQL] Handling Errors For Specific Functions


Question

How do I create just a basic site that will handle errors for specific functions and an insert query?

This is for my Database Design class, and unfortunately, I have been out ill that past two weeks. I tested positive for the H1N1, and had to stay home. :/

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

what do you mean exactly by handle errors for specific functions..?

as for insert query

insert into table_name
(
	field_1
	,field_2
	,field_3
)
select
	entry_1
	,entry_2
	,entry_3

entry_1 goes into field_1 in the table named 'table_name', entry_2 into field_2 etc etc :)

Link to comment
Share on other sites

  • 0

Thank you kind sir.

I think I have it figured out. We had to do a page in PHP/HTML that linked to our SQL database and display a few different items. I think I have it figured out.

Thank you again.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.