Forum: PHP Oct 15th, 2009 |
| Replies: 5 Views: 253 have you done a mysql_connect()? |
Forum: PHP Jan 9th, 2009 |
| Replies: 5 Views: 740 PHP will allow you to format the display of data in any format that you can think of.
Remember that you are taking data out of an array and placing it into holders, usually columnar but they can... |
Forum: PHP Jan 9th, 2009 |
| Replies: 12 Views: 3,525 Well now my go.
I have done something very very similar.
No you cannot have the code. It is MUCH MORE FUN it you work it out for your self.
For a start something that the previous posters... |
Forum: Database Design Jan 9th, 2009 |
| Replies: 2 Views: 1,057 I have used this style of table reuse before and always handled the releationships in the application.
As you say if you try to set foreign key relationships from either the COMPANY or CONTACT... |
Forum: MS SQL Jan 25th, 2008 |
| Replies: 4 Views: 1,745 tuukie,
The syntax for the update statement is incorrect. Have a look in BOL to find the correct statement syntax.
You have the right idea with the [DB_Name].[dbo].table_name. I have used this... |