Ok, I've very new to Mysql and PHP.
I've got as far as getting the data into the mysql database, and I can view all the data. But I need to know how I would go about choosing the just fields I want to view.
Like say I want to view the comments from a feedback form stored in a mysql,
Is there a way to get just the comments by using something like this..
<!-- m --><a class="postlink" href="http://www.mydomain.com/comments.php?id=1">http://www.mydomain.com/comments.php?id=1</a><!-- m -->
so that I can view just the comments of table?
I'm sorry if I confused you,
I bought a book on PHP but its not much help, it just teaches certin things, and leaves out allot.
thanks
I've got as far as getting the data into the mysql database, and I can view all the data. But I need to know how I would go about choosing the just fields I want to view.
Like say I want to view the comments from a feedback form stored in a mysql,
Is there a way to get just the comments by using something like this..
<!-- m --><a class="postlink" href="http://www.mydomain.com/comments.php?id=1">http://www.mydomain.com/comments.php?id=1</a><!-- m -->
so that I can view just the comments of table?
I'm sorry if I confused you,
I bought a book on PHP but its not much help, it just teaches certin things, and leaves out allot.
thanks