Dbpass
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 56 articles for 0.289 sec
On Sun, Aug 31, 2008 at 8:09 PM, Evert Lammerts <evert.lammerts@gmail.com>wrote: > Can you send over the function ProfileList::render? And you should > make sure that whenever the render() function of one of ProfileList's > subclasses is called, the value of $count is 30... It seems the most > likely source of your problem to me. To check the value of $count you > can do and echo $count; or     

Group: php.db · Group Profile · Search for Dbpass in php.db
Author: Gav
Date: Aug 31, 2008 03:45

.oO(Ian Pawson) If possible it is best to use the oop interface, as in $query = "SELECT COUNT(*) FROM dvds"; $result = $mysqli->query($query); $entries = $result->fetch_row(); The mysqli object is created with:- // try to connect to mysql and to the database $mysqli = new mysqli(dbhost, dbuser, dbpass, dbname); /* check connection */ if (mysqli_connect_errno()) {
Show full article (9.42Kb) · Show article thread
Peter wrote: > Hi there, > > what is best practice? > > $mysql = "SELECT * FROM `$tablename` WHERE i_page > $page ORDER BY > i_page"; > $result = mysql_query($mysql); > $row = mysql_fetch_array($result); > > or > > $mysql = "SELECT * FROM `$tablename` WHERE i_page > $page ORDER BY > i_page"; > $row = mysql_fetch_array(mysql_query($mysql)); > > > > regards, > Peter     

Group: alt.comp.lang.php · Group Profile · Search for Dbpass in alt.comp.lang.php
Author: Michael Fesser
Date: Aug 16, 2008 15:26

I have been working on this problem for hours and am getting very frustrated. I hope someone can help me out. My FTP server and MYSQL server have to use two different hosts. I will be using false information in this post but hopefully someone can help me out. FTP info domainname.com username password MySQL info 123.servername.com dblogin dbpass port: 3306 Now im
Show full article (0.49Kb) · Show article thread
Here is a batch file I made today after hardwork decyphering what all the line "if not %%1!==}{! %%0 }{ %%*" did. I had trouble figuring out how to make prompting variables "SET /P VAR=" from not taking the "default value" assign when recurring to the same batch again... Here is what I could do to fix this problem: (please don't hate me for posting such a long batch file) *********************CODE     

Group: alt.comp.lang.php · Group Profile · Search for Dbpass in alt.comp.lang.php
Author: Ian Pawson
Date: Aug 16, 2008 10:08

Thanks for the help everyone. It is now fixed. They guy that originally set it up used the //servername. I removed the // and it works fine, until it got to the next error. :) This is going to take a while. I'm sure I'll be back with more questions. "Peter Westergaard" <peter@westergaard.ca> wrote in message news:EF.97.30653.277D0184@pb1.pair.com... Rick Taylor wrote: I'm
Show full article (0.84Kb) · Show article thread
On Thu, Apr 24, 2008 at 2:54 PM, Peter Westergaard <peter@westergaard.ca> wrote: > Rick Taylor wrote: > >> I'm new to PHP and having issues. We have seperate servers for them. We >> can use ODBC to test the connection and it works fine. However, when we try >> to run the site we get a message of *** Error: Unable to Connect to >> Database. Please Try Again Later. *** >> >> We are using     

Group: macromedia.dreamweaver · Group Profile · Search for Dbpass in macromedia.dreamweaver
Author: PShift
Date: May 26, 2008 16:41

Rick Taylor wrote: I'm new to PHP and having issues. We have seperate servers for them. We can use ODBC to test the connection and it works fine. However, when we try to run the site we get a message of *** Error: Unable to Connect to Database. Please Try Again Later. *** We are using a custom app that we aren't getting a lot of assistance with. The relevant lines in the
Show full article (1.20Kb)
I'm new to PHP and having issues. We have seperate servers for them. We can use ODBC to test the connection and it works fine. However, when we try to run the site we get a message of *** Error: Unable to Connect to Database. Please Try Again Later. *** We are using a custom app that we aren't getting a lot of assistance with. The relevant lines in the app are: define("DBHOST", "//database     

Group: alt.msdos.batch · Group Profile · Search for Dbpass in alt.msdos.batch
Author: monoco
Date: May 16, 2008 01:08

tags 476803 + moreinfo unreproducible thanks OoO En cette fin de matinée radieuse du samedi 19 avril 2008, vers 11:47, Michael Tautschnig <mt@debian.org> disait: Package: roundcube Version: 0.1.1-1 Roundcube uses debconf to fetch proper database settings. This is broken in several ways: - The questions do not make use of preseeded values. In fact it seems that only
Show full article (3.68Kb) · Show article thread
    

Group: php.db · Group Profile · Search for Dbpass in php.db
Author: "Rick Taylor"
Date: Apr 25, 2008 03:26

Show full article (1.96Kb) · Show article thread
    

Group: php.db · Group Profile · Search for Dbpass in php.db
Author: "Bastien Koert"
Date: Apr 24, 2008 21:19

Show full article (1.91Kb) · Show article thread
    

Group: php.db · Group Profile · Search for Dbpass in php.db
Author: Peter Westergaard
Date: Apr 24, 2008 11:54

Show full article (1.54Kb) · Show article thread
    

Group: php.db · Group Profile · Search for Dbpass in php.db
Author: "Rick Taylor"
Date: Apr 24, 2008 10:49

Show full article (0.64Kb)
    

Group: linux.debian.bugs.dist · Group Profile · Search for Dbpass in linux.debian.bugs.dist
Author: Vincent Bernat
Date: Apr 19, 2008 08:00

Show full article (2.71Kb) · Show article thread
1 · 2 · 3 · 4 · 5 · 6 · next