[PHP-DB] Re: Design question...

2003-03-27 Thread David Eisenhart
. I'd strongly recommend if you go down php templating route you give Smarty (http://smarty.php.net/) a go. Good luck! David Eisenhart "Scott V Nipp" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Anyone have an links to websites that offer good tutorials o

Re: [PHP-DB] How to page results?

2003-03-08 Thread David Eisenhart
There is also a decent looking article (haven't yet studied it in any detail though) on pagination at http://www.phpfreaks.com/tutorials/43/0.php David Eisenhart "Richard Hutchins" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Mike, > > If you

[PHP-DB] Re: MD5()

2003-02-27 Thread David Eisenhart
remember that md5() is 'not' going to help secure the data en route between the client browser and the server; consider using the encryption service SSL for this. David "Chris Payne" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi there everyone, I have to store some CC details i

[PHP-DB] Re: php & oops

2003-02-12 Thread David Eisenhart
An extensive article together with a few links is at: http://www.php-mag.net/itr/online_artikel/show.php3?id=284&nodeid=114 David "Rajesh Fowkar" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, > > Is there any site which contains some tutors or some de

[PHP-DB] Re: php oop books

2003-01-13 Thread David Eisenhart
I don't think this aspect of php could justify a whole book to itself, at least not yet. A decent php book that has good coverage of php and oop is Web Application Development with PHP 4.0, New Riders (this is an advanced text though) A really good general php book is Programming PHP by Rasmus Ler

[PHP-DB] Re: Searching DB and Printing Results

2003-01-02 Thread David Eisenhart
This may be of use: http://www.mysql.com/doc/en/Fulltext_Search.html D. "Mike Delorme" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > > > > Hi, > > I have a table in DB Music that looks a little mike this: > > TABLE NAME > __

Re: [PHP-DB] keyword search a mysql database.

2002-12-19 Thread David Eisenhart
I found the following article http://www.zend.com/zend/tut/tutorial-Ferrara.php to be very useful David Eisenhart "John W. Holmes" <[EMAIL PROTECTED]> wrote in message 001f01c2a6ca$43ae82b0$7c02a8c0@coconut">news:001f01c2a6ca$43ae82b0$7c02a8c0@coconut... >

[PHP-DB] Re: approaching a relational database

2002-12-16 Thread David Eisenhart
table for each hole attribute (1 table for par, 1 table for WH etc.. etc..) which is messy and unnecessary.) Good luck David Eisenhart "Doug Parker" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > The grid for each course

[PHP-DB] Re: copying data

2002-12-15 Thread David Eisenhart
hen this is not the way to go) David Eisenhart > > If I have a microsoft access file .mdb on my server, can I use a php page > to move the data from the file to a mysql db? > > Thanks, > Eddie > -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Re: copying data

2002-12-15 Thread David Eisenhart
hen this is not the way to go) David Eisenhart > > If I have a microsoft access file .mdb on my server, can I use a php page > to move the data from the file to a mysql db? > > Thanks, > Eddie > -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php