Hi every body I want to design Estat Software & website that both of theme are connected to each other for example when estat agency owner add new home properties it into the software the software have buttom for sending this data directly send to the website & just need web owner to be shown how can i design it .
and sofware have feild for (for example price location & ....)
thanks
Design Estat agency + Agency software
Started by zzz_va2002, May 23 2010 01:17 PM
4 replies to this topic
#1
Posted 23 May 2010 - 01:17 PM
|
|
|
#2
Posted 23 May 2010 - 04:30 PM
My advice is to use a Database and just access the Database with the software. That's the most logical thing to do. Then the information will still be displayed on the website, but the application doesn't have to directly interact with the website.
On the other hand, if you really want to interact directly with the website, add a PHP form with a GET and GET the variables from a location string, then use PHP to do whatever you want with it on the website.
However, my advice is to access the DB directly, because the website will already be getting the data form the database.
If this is not what you are asking for advice on, then please specify clearer. Because this is how I have read your wants and needs.
On the other hand, if you really want to interact directly with the website, add a PHP form with a GET and GET the variables from a location string, then use PHP to do whatever you want with it on the website.
However, my advice is to access the DB directly, because the website will already be getting the data form the database.
If this is not what you are asking for advice on, then please specify clearer. Because this is how I have read your wants and needs.
#3
Posted 23 May 2010 - 11:31 PM
thanks Andyw
another Question how can i use DB directly and web site how can get information from Database ?
another Question how can i use DB directly and web site how can get information from Database ?
#4
Posted 24 May 2010 - 12:35 PM
For what you're talking about doing, you'll need to learn SQL, HTML, CSS, possibly JavaScript, and probably VB.NET or C#.NET (to create both your application and an ASP.NET page).
If you don't know any of those, you have a LOT of work ahead of you.
If you don't know any of those, you have a LOT of work ahead of you.
#5
Posted 24 May 2010 - 03:43 PM
PHP is a common way too, since this is a PHP forum I assumed that you knew PHP. If not, then I guess it will be a fair bit of work as Panther has said.
You can access a database from both the application and the website, it's not too hard, but not knowing how will cause some problems. Take a look around at other threads to see what will be needed and what you would preferr. Then if we can help, we shall.
You can access a database from both the application and the website, it's not too hard, but not knowing how will cause some problems. Take a look around at other threads to see what will be needed and what you would preferr. Then if we can help, we shall.


Sign In
Create Account

Back to top









