ABOUT JustPhoYou.com

It is a place where one can find fun information on how to eat pho, what ingredients can be used, recipes and more. The website will also house one of the largest collections of Pho and Vietnamese restaurants and menus online.

I LOVE noodle soups. All kinds of noodle soup such as pho and bun bo hue. I could've created a website just for bun bo hue but pho is the more popular dish and a bit easier to pronounce. In general, Vietnamese food has become more well-known in the U.S. and so has pho. Over the past five years, several additional pho restaurants have opened in major cities.

Therefore, this site has evolved to include a Vietnamese restaurant directory. The objective is also to provide a place for small business Vietnamese restaurants to post their menus on the Internet without having to set up a website. Posting of the menus also provides a benefit to the users of this website. Now that most people have access to the Internet, they like to see what items a restaurant offers before they go try it, as well as providing the convenience of accessing a menu online to order carry-out.

Finally to make it easier, this website can also be accessed by typing the Internet addresses: www.phomenus.com and www.vietmenus.com

So please, spread the word to your family and friends about this website and I hope you enjoy it. You can also visit my blog to follow my pho and other noodle soup cooking experiments. Although my blog is not that exciting right now, I hope to improve it by the end of this year.

                                                                                                             ---Maina

<% Dim strTo, strErr, strname 'Strings for recipient, subject, boby 'Dim objCDOMail 'The CDO object 'First we'll read in the values entered If Request.form("Submit") <> "" Then Set objMessage = CreateObject("CDO.Message") ' strname=Request.Form("name") 'OLD code Set Mail = Server.CreateObject("Persits.MailSender") ' strTo = Request.Form("Submit") ' if strname = "" then 'strname = "no name" else 'strname= Request.Form("Emailname") ' end if objMessage.Subject = "Pho Contact Form-" & Request.Form("name") objMessage.Sender = "maina@justphoyou.com" objMessage.From ="maina@justphoyou.com" objMessage.To = "maina@justphoyou.com" objMessage.TextBody = Request.Form("topic") & Request.form("interest") objMessage.Send 'strErr = "" 'bSuccess = False 'On Error Resume Next ' catch errors ' objMessage.Send ' send message 'If Err <> 0 Then ' error occurred 'strErr = Err.Description 'Response.Write "Error encountered: " 'else 'bSuccess = True 'response.write "mail sent" 'End If Response.Write "" 'response.redirect "http://www.zenmediamarketing.com" end if %>