Search found 2 matches
- Wed Jul 10, 2013 7:00 am
- Forum: PHP - Code
- Topic: Connection to mySQL db
- Replies: 1
- Views: 878
Connection to mySQL db
hello all. I want to set up a single connection string in config.php against which my many php pages (page1.php, page2.php, page3.php , ...pageN.php) can connect. Each pageX.php will call "config.php" (which contains username, password, db) without the need to include username, pw, db in e...
- Tue Jul 02, 2013 4:06 pm
- Forum: PHP - Code
- Topic: read record from mysql db
- Replies: 2
- Views: 3448
read record from mysql db
hello all- forgive the rookie question. The script below is intended to read a database record from "MySQL-db" from a webquery http://mydomain.com/article.php?ArticleID=?? and echo the result to the screen. I'm not fully certain that the script is connecting to MySQL_db and it is not retur...