Re: Postfix authentication problem Hardware and Software Linux and Unix by chickenbirds > I am trying to set-up Postfix on my Ubuntu local web development machine for send-only e-mails using Gmail so I can test e-mails sent by a web app I am developing. Even though this is an old post I wanted to reply as I found it while trying to setup my own postfix mailrelay on my private cloud server with Debian that hosts our small … Mysidia Adoptables PHP Help Programming Web Development by techtheclone …$this->initOwnedAdopt($aid); $stmt = $mysidia->db->select("vote_voters", [], "adoptableid='{$this-&…return; } $poundsettings = new PoundSettings($mysidia->db); $isPounded = $mysidia->db->select("pounds", ["aid"… Re: Mysidia Adoptables PHP Help Programming Web Development by rproffitt While I've used ImageMagick over a decade ago, I didn't use it from PHP. So I suggest you work this with a MVE (minimal viable example.) That is, start with working code and change ONE LINE. No more. Then share that line and the new line so I can see if I can find Waldo. Re: Mysidia Adoptables PHP Help Programming Web Development by Dani I can look into this tomorrow if you still need help. Sorry, I’ve been feeling sickly yesterday and today. Re: Mysidia Adoptables PHP Help Programming Web Development by jkon PHP is pretty good and expressive with warning , error and exception messages. If you don't understand anything from the messages that you get please write more about what exactly you don't understand and we could make it clearer. But ... ignoring warnings is a bad practice because there is a probability to lead in fatal errors , so first fix the … Re: mysql base64 decoding? Programming Databases by cored0mp Everything is moving along, thanks for all the help so far! Re: Mirror DB - Does it update schema changes too? Programming Databases by varmadba DB mirroring means what ever changed you do on primary DB will also get applied on Mirror Databases that includes DB structure and data Re: Send email using PHP to multiple recipients in mysql db Programming Web Development by PatrikIden DB CONNECT CODE: [CODE]<?php $databasename='****'; // Name of the database $… Re: need help opening .db file Programming Databases by ShawnCplus .db files are usually associated with SQLite, so go download it and use it to open it. In the future don't post massive blocks of text like that. It's not fun having to scroll for an hour. DATA NOT INSERTED INTO DATABASE Programming Web Development by dukumanis db name: orange table: Name, Position, Department, Telephone, Purpose, Startdate, Enddate, … Re: Help memory allocation Programming Software Development by Salem DB DC etc also need to be char* as well. As does your baseAddrTable, it too needs to be an array of char* Re: PDO Query Fatal error:Call to a member function query() on a non-object Programming Web Development by Athirah Yusri DB? I already set up the DB Re: Feedback on PHP Class Programming Web Development by diafol … injection... You certainly want to stay clear of including DB connection details in every class you create (that need … classes should do one job only and things like DB classes should be generic enough that they can be used…its methods or what that class does). Creating a dedicated DB class should be worthwhile. Use php built-in functionality,… Re: small program skipping else clause Programming Web Development by pzuurveen $db->query returns a [sqlite3result](http://www.php.net/manual/en/class.sqlite3result.php) not a string. Use [$db->fetcharray](http://www.php.net/manual/en/sqlite3result.fetcharray.php) to get the values Re: Database read not working properly Programming Web Development by sahilmohile15 …quot;SELECT * FROM categories WHERE id = '$childID'"; $result = $db->query($catSql); $child = mysqli_fetch_assoc($result); $parentID = $child['parent…SELECT * FROM categories WHERE id = '$parentID'"; $presult = $db->query($pSql); $parent = mysqli_fetch_assoc($presult); $category = $parent['… Re: pagination not displaying results Programming Web Development by ploppy …$username, $pwd, $db) { $this->Connect($host, $username, $pwd, $db); } function Connect($host, $username, $pwd, $db) { global $db_use_persistent; … { $this->conn = mysql_connect($host, $username, $pwd); } mysql_select_db($db, $this->conn); } function Execute($query) { $query = trim($query… Re: Unsure how to fix these issues Programming Software Development by JamesCherrill db is an array of Strings, so you can't store BankAccounts in it. Please review my previous post. Re: PDO IN CLASS Programming Web Development by kiLLer.zoh_1 db is connected and query posted as $this->getName() $this->getNO() $this->geTlocation() Re: MSSQL connection strings Programming Databases by hollystyles db=MSSQL.connect('INTEL\FR6EnterpriseDB','sa','','SecondDBase') try this, I'm … Re: need help explaining this line Programming Databases by lordspace db table is : shirts Re: In Update Query given me Error Programming Web Development by krishnanair $db[‘default’][‘db_debug’] = false; Re: Key Features of Apache 2.0 Hardware and Software Linux and Unix by Zachery DB, What sort of applications are you going to be running, do you have a choice between linux and windows or, windows running IIS and windows running Apache. How much expirence do you have with IIS over apache? Are you confortable with config files or do you need a UI ? Re: Dragon Ball Z lovers anyone? Community Center Geeks' Lounge by Narue DB was lame. DBZ had one or two good scenes. DBGT also had some good scenes, but it went too far over the top to be as good as DBZ. Re: Dragon Ball Z lovers anyone? Community Center Geeks' Lounge by eXceed69 DB to DBZ is one of the popular anime here. Every kid knows it even adult is watching it. DBGT, yah the series got me bored. Re: run time error 80040e21 Programming Software Development by SaRa Ahmad db.ConnectionString = "Provider=SQLOLEDB;Persist Security Info=TRUE" & … Re: Upload and display images Programming Web Development by diafol … suggests - load to folder and store the path to the DB. You can then display the image via simple <img… and use to pass to img src... echo output from DB data Something like: <img src="createimage.php?image_id… Re: jsp localisation Programming Web Development by peter_budo DB connection from JSP is something which you should not do it. For better wait to communicate with DB see [URL="http://www.daniweb.com/forums/thread141776.html"]this post[/URL] Re: how to link VB 6 to ms access Programming Software Development by selvaraj.gis db.ConnectionString = "provider=microsoft.jet.oledb.4.0;data source=f:\vb\base.mdb;Persist Security info=false" db.Open Re: Login Form Programming Software Development by MarkGia db.mdb this file was in the fa3hry's login form i have all the tables the admins one and the users one now how can i make such file like db.mdb with the tables that i have ?? Re: Help With Linq Programming Software Development by ddanbe db is a variable, not a type. You can have a Table of DataClassesDataContext, not a Table of db.