[PHP-DB] Re: PHP/MySQL learning project

2004-06-11 Thread news.php.net
u steer me in the right direction on writnig the PHP to display all movies (one by one) with all of the actors and genre's associated with each movie (yet only display the movie title once)? "News.Php.Net" > Hi everyone! > > In trying to learn PHP and MySQL, I'm trying to

[PHP-DB] Re: PHP/MySQL learning project

2004-06-10 Thread news.php.net
Excellent! That's exactly what I needed to know! Thanks a million! "Justin Patrin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > News.Php.Net wrote: > > Hi everyone! > > > > In trying to learn PHP and MySQL, I'm trying to create

[PHP-DB] PHP/MySQL learning project

2004-06-10 Thread news.php.net
Hi everyone! In trying to learn PHP and MySQL, I'm trying to create a web-based database application that will keep track of my movies. I have five tables (shown in the graphic). I'm trying to be able to display the results of the tables with one movie title, all of the actors associated with it

[PHP-DB] I'm new at PHP and MySQL and have a problem

2004-05-11 Thread news.php.net
To help me learn using these awesome tools together, I'm creating a sample application for myself - a movie database. In this database (which is named "movies"), I have five tables. One named "moviemain", one named "actors", one named "genre", and then two tables that are designed to link these t

[PHP-DB] Backup from Online Database

2003-10-22 Thread news.php.net
Dear Sirs/Madame I have a database on the internet(hosted). I can conncet to my Database without using HostName(Blank hostname). Thus how can I make Backup from that database by mysqldump.exe. Regards, B.Majidi -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www

[PHP-DB] Re: PDF Implementation

2003-07-17 Thread \[PHP-DB\] news.php.net
We have generated PDF files with de FPDF library from data stored in a MYSQL database. It's a pure PHP class with basic functionality, so it can be installed easely in a Hosting. www.fpdf.org <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > > > Good Morning All , > > Has anyone

Re: [PHP-DB] Re: crosstab for MS SQL

2002-12-28 Thread news.php.net
Hi ADOdb has a crosstab function that generates the sql for you. This is a utility function, so you do not need to use the rest of ADOdb if you don't want to. Download: http://php.weblogs.com/adodb Docs: http://phplens.com/lens/adodb/readme.htm#pivot "Opec Kemp" <[EMAIL PROTECTED]> wrote in mes

Re: [PHP-DB] HTTP authentication

2002-01-20 Thread news.php.net
a "valid-user" (any valid combo from the file) and > if so, allows them access. > > you can get more information on all of this in the apache docuemntation at > apache.org, search for "htaccess" and you might also be interested in the > groups ability of the

[PHP-DB] HTTP authentication

2002-01-20 Thread news.php.net
Heya, I'm trying to find out how http header authentication works. For some reason my webserver won't do it on a directory basis. But the problem is that the documentation that came along with the PHP package doesn't help me much. Can you guys give me a working example on how to use and implemen

[PHP-DB] Re: PHP - MySQL

2001-07-25 Thread news.php.net
> The code should not be on the page which comes > after clicking, but on the same page where the button is. if this is the requirement, then look maybe use javascript -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

[PHP-DB] Re: PHP - MySQL

2001-07-25 Thread news.php.net
Trick is to have a server side script which increments a counter and redirects to the desired page. So you'd create something like this: /counter?uri= and in your database you'll have fields for the uri and the number of hits so far. goodluck :) "Pranot Kokate" <[EMAIL PROTECTED]>

[PHP-DB] Re: Question, using Interbase on Win32 platform, please help...

2001-07-17 Thread news.php.net
Hello Wee , I had the same problem as you one week ago : 'Unable to load dynamic library 'php_interbase.dll' with this version for gds32.dll : WI-V5.6.0.29 (347 136 bytes) (this is the dll which is used by php_interbase.dll to access Interbase ) After , i have tried with a new version of gds32.

[PHP-DB] IBM DB2 on Linux with PHP is very slow

2001-07-09 Thread news.php.net
Hi, does someone has a DB2 UDB from IBM working with PHP in a production envirement ? How is the performance? For a relaunch of our existing production system running on IBM DB2 on serveral IBM RS/6000 servers we tested the performance of connecting PHP to this database. And what can I say: It