Jump to content

Design Estat agency + Agency software

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
zzz_va2002

zzz_va2002

    Newbie

  • Members
  • Pip
  • 3 posts
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

#2
Drew

Drew

    Learning Programmer

  • Members
  • PipPipPip
  • 42 posts
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.

#3
zzz_va2002

zzz_va2002

    Newbie

  • Members
  • Pip
  • 3 posts
thanks Andyw

another Question how can i use DB directly and web site how can get information from Database ?

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
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.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#5
Drew

Drew

    Learning Programmer

  • Members
  • PipPipPip
  • 42 posts
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.