![]() |
|
| |||||||
| Notices |
| mySQL & PHP Discussions, information and help with mySQL and PHP. |
![]() |
| | LinkBack | Thread Tools |
|
#1
| |||
| |||
| I am wondering if BV has a feature to connect to an SQL DB. Dreamweaver has a feature to connect to the database when you are in PHP/SQL mode. I am referrring to the "Application Bindins" feature. Once connected, I can add fields in my pages to display dynamic data. Is there a button or a plugin for BV to perfomr such operation? Or does it boil down to typing your own code to connect to the DB and read the data? http://www.eurobirding.net/ thx jit |
|
#3
| ||||
| ||||
| I'm afraid that you have to write your own code.... Pretty simple, if you know how
__________________ Navaldesign Logger Lite: Low Cost, Customizable, multifeatured Login script Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more.... Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA! |
|
#4
| |||
| |||
| Quote:
Ok, I figured. Yes some SQL calls can easily be done. cheers jit |
|
#5
| ||||
| ||||
| If you are talking about a CMS? And if you want to make your own look at this awsome tutorial. Its super easy and for SQL instead of MySQL just replace the conection tools to... Code: resource mssql_connect ([ string $servername [, string $username [, string $password [, bool $new_link ]]]] ) Code: bool mssql_close ([ resource $link_identifier ] ) Good luck :D
__________________ NotePad ++ Is my friend. Coding: php,VB.net,C++,HTML,XHTML,SQL(that includes MySQL) |