Re: [PHP-DB] Novice to PHP. Database connection help needed

2002-08-01 Thread Josh Trutwin
You might want to look at some of the free abstraction layers out there like ADODB (http://php.weblogs.com/ADODB). http://www.devshed.com/Server_Side/PHP/ has a couple nice articles on using ADODB. Good luck. Josh > Hi everybody > I am normally working with ASP and ASPX. Now I want to try PHP.

Re: [PHP-DB] Innodb and transactions.

2002-06-21 Thread Josh Trutwin
>>>Steve. >>> >>> >> >> >> > > > -- > -- > Michael Bretterklieber > LCP > JAWA Management Software GmbH > Liebenauer Hauptstr. 200 > A-8041 GRAZ > Tel: ++43-(0)316-403274-12 > Fax: ++43-

Re: [PHP-DB] retrieving one record at a time

2002-03-27 Thread Josh Trutwin
> Hi to all, > I'm new to PHP. I'm trying to retrieve data from a database, but I just > want to retrieve one record at a time and go through to the next > records by click next record. I know how to retrieve all record by > using the > mysql_fetch_array, but I'm having problems to select one reco

Re: [PHP-DB] javascript problem

2002-03-18 Thread Josh Trutwin
I am not a JavaScript expert, but I had a similar problem. I THINK that you need to reference your frames like this: window.parent.frames.rightFrame.document.open(); Give it a try, hope that helps... Josh > hi all, > > i know this is not exactly the place to ask this, but i don't know > where

Re: [PHP-DB] MySQL_connect

2002-03-06 Thread Josh Trutwin
> On Wednesday 06 March 2002 15:53, [EMAIL PROTECTED] wrote: > >> Hi, >> >> I'm new to MySql, when I try to connect my PHP-script with >> mysql_connect($host, $user, $pass) >> my script returns the error >> "Fatal error: Call to undefined function: mysql_connect()" >> I have given the user all rig

[PHP-DB] Converting Image Data Directly from MySQL

2002-03-04 Thread Josh Trutwin
image file and create smaller versions on the fly. PHP is 4.1.2 on a SuSE Linux 7.3 box, latest Apache server, MySQL 3.23.44. Thanks for your help! Josh Trutwin -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php