Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Marius2004 #1
Re: Error Building blog
Hello,
Actually, there is no way to enforce foreign keys in MySQL, because this is a
pseudo-referential database language. You cannot use constraints like
"idtop_art references id_top".
The problem is in your code: the idtop_art field does not receive a value,
because of one or more of the following reasons:
1. On the page that inserts articles, you have not defined a dynamic menu with
all the topics.
2. The topics dynamic menu does not get its values from id_top and its labels
from title_top, as it should.
3. The insert form was not modified, so as to set the value of the idtop_art
field to the value from the menu.
Please revisit this section:
[url]http://www.macromedia.com/devnet/mx/dreamweaver/articles/php_blog1_11.html[/url]
Good luck!
Marius2004 Guest
-
new cfchart blog
Hi All I'm starting a new blog on CFCHART. Check it out - http://cfchart.blogspot.com Prayank -
Blog programs with rss
I'm looking to add a blog to my website (written in cf). any suggestion on a free and good blog program with rss? thanks. -
(OT): Can someone tell me what a BLOG is?
I see them everywhere and although I know many acronyms and even looked this one up on: http://www.acronymsearch.com/index.php I couldn't find what... -
Nmake error building libwww-perl
I am attempting to build libwww-perl-5.69 on an WinXP system, using Nmake. The makefile creation works fine (perl 5.8.0); but in the next step,... -
error building cdrtools
I have made make install to build cdrtools under solaris 8 i86 and that issue have faced me down is my profile . # make install sh...



Reply With Quote

