The WorksForWeb Community Forums
Welcome to the WorksForWeb community forums. Here you can discuss WorksForWeb products with others and contribute to the rapidly growing WorksForWeb community. Please note that while WorksForWeb staff try to maintain presence on the forums, this is not the most reliable way to contact WorksForWeb staff. In case you require a timely response from WorksForWeb on an issue, please open a support ticket here. For pre-sales questions, please open a sales ticket here.

Welcome, Guest. Please login or register.
May 18, 2012, 12:10:56 PM

Login with username, password and session length
Search:     Advanced search
Added the iLister-related Boards

Rate My Site Boards Added

Merged iAuto and iRealty Support Forums together

Several new tips in the Tips and Tricks section
1,604 Posts in 625 Topics by 1,179 Members
Latest Member: bobsteam
* Home Help Search Login Register
+  The iAuto/iRealty/iLister Support Forum
|-+  iAuto and iRealty v.2.x - 3.x
| |-+  General iAuto Discussions
| | |-+  some funcitions
« previous next »
Pages: [1] Print
Author Topic: some funcitions  (Read 1985 times)
DataBG
Newbie
*

Karma: 0
Posts: 10


View Profile
« on: April 11, 2007, 01:05:33 PM »

Hello, is there a possible to give me some examples for my main page to make displaying "The latest 10 offers/listings" and to count the sum of all the listings and offer on the site and display it to the main page. Thanks
Logged
iAuto/iRealty Sales
The Sales Guy
Administrator
Full Member
*****

Karma: 1
Posts: 120



View Profile WWW
« Reply #1 on: April 11, 2007, 01:14:31 PM »

Hi,

No, unfortunately, our current version does not support these functions, and you are the first client who has ever asked about that, if I remember that correctly. Lack of interest is the key to us not having this feature, but I am sure you can add it yourself looking through the code or have us do it for an additional fee.

Regards,
iAuto/iRealty Sales
Logged

Sincerely,

iAuto/iRealty Sales

Classified Software by Worksforweb
david4ie
Newbie
*

Karma: 2
Posts: 8


View Profile
« Reply #2 on: April 12, 2007, 04:35:36 AM »

Hello

I wrote a simple piece of code for my website which display the number of listing.

The code is below

Code:
<?php

$mysql_u 
"uname";        ///mySQL username
$mysql_p "pass";           ///mySQL password
$mysql_db "db";           ///mySQL database
$mysql_table "main";     ///mySQL table (This is the listings table)


$con mysql_connect("localhost""$mysql_u""$mysql_p");
if (!
$con)
  {
  die(
'Could not connect: ' mysql_error());
  }

$db_selected mysql_select_db("$mysql_db",$con);

$sql "SELECT * FROM $mysql_table";
$result mysql_query($sql,$con);
echo 
mysql_num_rows($result);    /////This displays the number of ads

mysql_close($con);
?>


I use this code on version 2.0 , it might not work on version 3.0

Dave
« Last Edit: April 12, 2007, 04:56:20 AM by david4ie » Logged
Stan
Newbie
*

Karma: 1
Posts: 16


View Profile
« Reply #3 on: April 12, 2007, 07:17:38 AM »

Hi Dave,
what is your website address? Would like to check it out Smiley
Logged
iAuto/iRealty Sales
The Sales Guy
Administrator
Full Member
*****

Karma: 1
Posts: 120



View Profile WWW
« Reply #4 on: April 12, 2007, 08:21:19 AM »

Our dream of our users creating new functions based on the existing iAuto functionality is coming true. This enhances the usability of the software and makes it a more versatile tool for various users. Way to go David!

Everyone, please click on the Applaud link under David's nick name to raise his karma!
Logged

Sincerely,

iAuto/iRealty Sales

Classified Software by Worksforweb
david4ie
Newbie
*

Karma: 2
Posts: 8


View Profile
« Reply #5 on: April 12, 2007, 04:16:35 PM »

Hi Stan

My website is Http://www.irishmotor.com
Logged
Pages: [1] Print 
« previous next »
Jump to:  

Powered by MySQL Powered by PHP Classified Software by Worksforweb Powered by SMF 1.1.8 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!