A PHP Error was encountered

Severity: Warning

Message: Missing argument 3 for showproperty::NextProperty()

Filename: controllers/showproperty.php

Line Number: 398

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: move

Filename: controllers/showproperty.php

Line Number: 400

Database Error

A Database Error Occurred

Error Number: 1054

Unknown column 'P' in 'where clause'

SELECT c.CommercialId,c.propertyname, c.description,c.IsPastProject ,c.Size,c.Aerial,c.ThumbNail,c.SitePlan,c.Price,c.Map,c.Demography,ss.SubCategoryName FROM commercialland c inner join stc_subcategory ss on c.SubCategoryId = ss.SubCategoryId and IsPastproject=0 and ss.SubCategoryId=1 WHERE c.CommercialId =P and c.IsDeleted=0 and ss.IsDeleted=0