PDA

View Full Version : What command?



Anonymous
07-08-2003, 04:18 PM
What command would you use to show the listingID on the listinview page

Example =>
The listing ID for the property is 34

The listing ID for the property is 5

Thanks in advance

RealtyOne
07-08-2003, 06:04 PM
The Listing ID is <?php echo $listingID ?>

Anonymous
07-09-2003, 01:58 AM
The Listing ID is <?php echo $listingID ?>

Thanks RealtyOne