Real Estate Forums
| Coding HTML, ASP, PHP, JAVA MYSQL and more. All coding questions should be asked here. |
![]() |
|
|
Thread Tools | Display Modes |
|
|||
|
Does anyone know of any great tutorials on creating your own database in mySQL and using php to access it and display your own listings?
I'm very interested in this concept and would like to work on this for an in house project for our office. I just bought the book PHP & MySQL for Web Development but would also love to read in to more if possible.
__________________
Troy Steuwer Office Manager / Webmaster Miller & Associates Realty Panama City Beach, FL (850) 249-6655 Office Please visit our Panama City Beach, FL Real Estate website where you can find all of the Panama City Beach Condos For Sale and Panama City Beach Homes For Sale! |
|
|||
|
You can use http://www.phpmyadmin.net/home_page/index.php for easy management of MySQL databases. It makes it fast to create/update databases and tables without having to have the knowledge of doing it from the command line.
I still use the php.net site itself when I want a quick reference to a function. When I first started I would try to remember one function for each section so if I needed to do something with strings then I would do a search for strstr and find the function I needed. For PHP accessing MySQL see http://us2.php.net/manual/en/ref.mysql.php.There are lots of helpful sites out now but hard for me to break my old habits. |
|
|||
|
Hi,
Well a good way to start is by downloading free php ebooks just search for them in google. If you don't want to get full on and install your own server which will run linux flavoure OS and configure and run apache and Mysql then get this program I use it for testing but can be fully used in a production enviroment for small applications . xampp-win32 http://www.apachefriends.org/en/xampp-windows.html Start with their demo database and interface and learn from there. |
|
|||
|
Just google "mysql tutorial" & you'll get a ton of stuff.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Better way to create featured listings.. | MikeNY | REW CMS 2 Questions | 5 | 05-07-2008 03:15 PM |
| php mySQL to Actionscript/Adobe Flex | Cameron | MLS listings and IDX Solutions | 5 | 03-09-2008 12:00 PM |
| php and mysql | rajpreet | Coding | 4 | 12-01-2007 02:20 AM |
| Require PHP scripts to display NWMLS mysql queries on website | darthwader | MLS listings and IDX Solutions | 6 | 02-28-2007 11:00 PM |