MySQL 5 Article Posted to A/R/T 
Well my article for the php|a A/R/T has finally been posted. You can check it out here. Be sure though to come back and tell me what you think of it. Feedback will really help for the second part of it.
/* BEGIN IMAGE CSS */ body { background: url(http://www.khankennels.com/blog/wp-content/themes/chinese_painting/images/bg.png) no-repeat bottom right; background-attachment: fixed; } #page { background: url(http://www.khankennels.com/blog/wp-content/themes/chinese_painting/images/background.png) repeat-y top; border: none; } #header { background: url(http://www.khankennels.com/blog/wp-content/themes/chinese_painting/images/header.jpg) no-repeat bottom center; } #footer { background: url(http://www.khankennels.com/blog/wp-content/themes/chinese_painting/images/footer.png) no-repeat bottom; border: none;} #header { padding: 0px; height: 431px; width: 800px; } #headerimg { margin: 0px 0px 0px ; height: 431px; width: 800px; } /* END IMAGE CSS */
Well my article for the php|a A/R/T has finally been posted. You can check it out here. Be sure though to come back and tell me what you think of it. Feedback will really help for the second part of it.
July 12th, 2006 at 1:28 pm
If I understood it I would make a comment. Nicole
July 13th, 2006 at 1:07 pm
Ligaya,
I read the article and thought it was pretty good. I’ve done store procedures in MSSQL and Oracle so the concepts weren’t new to me but the syntax was. Thanks for writing it, I’m looking forward to part 2.
=C=
July 14th, 2006 at 3:06 am
w00t, Lig! You goddess, you!
July 14th, 2006 at 4:34 am
Nice article, short and sweet; with some examples thrown in to explain concept. Perhaps some real life example would have been better to illustrate the use stored procedure.