| |||||||
This is a discussion on Building a Real Estate site in PHP within the Website Development section, part of the Web Design/Development and SEO category; I'm thinking of making the primary key in properties table (property_ID) related to customer_property (in customers table). so that when ...
![]() |
|
| | LinkBack | Thread Tools | Display Modes |
|
#21
| ||||
| ||||
|
I'm thinking of making the primary key in properties table (property_ID) related to customer_property (in customers table). so that when i add a customer it will ask me to add a property to it. do you think this will work? what concern me is what if the customer have 2 properties?
__________________ my site: www.cashrez.com |
|
#22
| ||||
| ||||
|
hello can u tell me what did i do wrong here ? Code: <td style="background-image: url("http://project.casherz.com/images/linkbar.png"); background-repeat: repeat-x" height="23" colspan="2"><a href="http://project.casherz.com">Home</a></td>
__________________ my site: www.cashrez.com |
|
#23
| ||||
| ||||
|
Cant figure it out at a glance, what is the problem you're having with the code ? 1. I think you're missing a ; after repeat-x 2. And try removing the double quotation marks from the image URL.
__________________ Would you like to Link To Us | Support TECH6 by going Premium Know more about me at Vinayaks.com | Follow TECH6 at Twitter |
|
#24
| ||||
| ||||
|
hmm still not working, I'm trying to make the image "http://project.casherz.com/images/linkbar.png" to show as a navbar and enter links in it please help
__________________ my site: www.cashrez.com |
|
#25
| ||||
| ||||
|
Why not create an external stylesheet for your website and store all your most commonly used CSS there. And for the navbar, use CSS like this:- HTML Code: .navbar
{
background: #6495ED url(http://project.casherz.com/images/linkbar.png) repeat-x top left;
color: #FFFFFF;
font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
HTML Code: <table> <tr><td class="navbar"> <a href="http://project.casherz.com">Home</a> | <a href="http://www.tech555.com/forum/usercp/">User CP</a> | </td><tr><table>
__________________ Would you like to Link To Us | Support TECH6 by going Premium Know more about me at Vinayaks.com | Follow TECH6 at Twitter |
|
#26
| ||||
| ||||
|
thanks for the help
__________________ my site: www.cashrez.com |
|
#27
| ||||
| ||||
| Code: .navbar
{
background: #6495ED url(http://project.casherz.com/images/linkbar.png) repeat-x top left;
color: #FFFFFF;
font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
text-align: center;
}
![]() project.casherz.com
__________________ my site: www.cashrez.com |
|
#28
| ||||
| ||||
|
center align the table then HTML Code: <table align="center">
__________________ Would you like to Link To Us | Support TECH6 by going Premium Know more about me at Vinayaks.com | Follow TECH6 at Twitter |
|
#29
| ||||
| ||||
|
ok bro, any ideas how to make only a certain number of properties show on one page and the rest will be added on a new page, just like the no. of posts in each page
__________________ my site: www.cashrez.com |
|
#30
| ||||
| ||||
|
It is acheived via LIMIT clause. Your query would be something like this:- PHP Code:
__________________ Would you like to Link To Us | Support TECH6 by going Premium Know more about me at Vinayaks.com | Follow TECH6 at Twitter |
|
#31
| ||||
| ||||
| |
|
#32
| ||||
| ||||
|
If You Use Open Reality You Can Do This By Single Click..
|
|
#33
| ||||
| ||||
|
I think your question is about how to create the database table for your website. First you should create a class diagram for object in your project. Then you can translate those classes into database entity. This the standard way what we used in project.
|
|
#34
| ||||
| ||||
|
Thinking of making the primary key in properties table (property_ID) related to customer_property (in customers table). so that when ...
|
|
#35
| ||||
| ||||
|
To make relationship between table you need to learn concept of foreign Key. Foreign key is one which links one table to another table. It should be primary key in another table. e.g. I have a table Employee it contains information regarding Employee Designation. structure is like this: EMPDESGNO EMPDESG Another table to which i want to relate this table is Employee EMPNO EMPNAME EMPDESG Then EMPDESG in second table can relate to Designation available in first table and will contain values from EMPDESNO. YOu can then later join them in queries for reterival of data. |
|
#36
| ||||
| ||||
|
Even I plan to make a project in PHP but I don't have much idea about the language though I have heard it is quite interesting. I am into learning it now days.
__________________ laptop repair |
|
#37
| ||||
| ||||
|
Real Estate websites have this basic content: (Alphabetized, none-the-less!) Address Basement type Basement finished % Bathrooms 1/2 Bathrooms Bedrooms Brochure (PDF) Car Storage Type # of Car Storage City Construction Type County Country Latitude Longitude Lot Size MLS # Neighborhood Name & Website HOA Fees HOA Includes Price Roofing Materials Schools High School Name & Website Middle School Name & Website Elementary School Name & Website Status of Listing (Sold/Under Construction/Pending/Active) Square Feet Taxes Utilities (Avg.) Year Built Zip Code
__________________ quang cao nha dat |
![]() |
| Bookmarks |
| Tags |
| estate, real |
| Thread Tools | |
| Display Modes | |
| |