Tuesday, January 19, 2010

Status update

I was able to connect to mysql using MAMP and PHPEclipse. THe problem was with a missing space: mysql -u root -proot which should have been like mysql -u root -p root. So now everything is working and I have created the index page displaying the blog entry with comments too. Next step is to enhance the index.php page, introduce a viewentry.php page through which we can see each blog entry seperately with the comments. After that comes the turn of addentry.php and addcomments.php page, filename explains what are they meant for.

Now that the initial hurdles are crossed I have to change the gear and speed up my development.

No comments:

Post a Comment