PHP Classes

File: assets/plugins/rateit/example/rateit.aspx

Recommend this page to a friend!
  Classes of Nemeth Zoltan   YAF Base   assets/plugins/rateit/example/rateit.aspx   Download  
File: assets/plugins/rateit/example/rateit.aspx
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: YAF Base
Base structure for YAF framework based apps
Author: By
Last change:
Date: 6 years ago
Size: 298 bytes
 

Contents

Class file image Download
<%@ Page Language="C#" %> <% //Get value float value = float.Parse(Request.Form["value"]); int productID = int.Parse(Request.Form["id"]); Response.Write(string.Format("You voted {0} on product: {1}.<br/>Time on server: {2}", value, productID, DateTime.Now.ToString())); %>