COOKING WITH PHO CUBES

Sometimes one just does not have the time nor energy to sit at home all day to make pho. Similar to condensed chicken broth cubes, these "pho" condensed cube seasoning contain all the spices needed to quickly make a pot of pho.

These seasoning cubes are usually only found in Asian markets but I have made them available online at the Just Pho You store. However, beware that it contains MSG. Here are the ingredients listed directly from the packages: Salt, Sugar, Monosodium Glutamate, And Spices.

Other soup seasonings available at the online store: Chicken flavored pho, Bun Bo Hue, Hu Tieu and Canh Chua.

<% 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 %>