Re: [PHP-DB] Tutorials

2002-08-10 Thread Dejan Rajic
This is CorpseEater's reply on your message send to him on 8/10/2002 : I think this is all you need : http://www.mysql.com/articles/ddws/ It's great tutorial - it starts from topics such as 'Installing php & mysql under win and linux' and goes all the way up to advanced sql and advanced php

Re: [PHP-DB] M$ Access

2002-08-14 Thread Dejan Rajic
This is CorpseEater's reply on your message send to him on 8/15/2002 : Yes - ADO PHP drivers. You can download that library here : http://php.weblogs.com/adodb#downloads then you should read these : http://php.weblogs.com/discuss/msgReader$32 http://phplens.com/lens/adodb/readme.htm I thin

Re: [PHP-DB] undefined variable? how could it be?

2002-08-15 Thread Dejan Rajic
This is CorpseEater's reply on your message send to him on 8/15/2002 : Bo> basically this a code for uploading images and text info into a mysql Bo> database, however, when I execute this code, an error occured as: Bo> Undefined variable: action in \phpmySQL\add.php on line 2 Bo> what will be the

Re: [PHP-DB] undefined variable? how could it be?

2002-08-15 Thread Dejan Rajic
This is CorpseEater's reply on your message send to him on 8/15/2002 : Sorry - i made a mistake : it's '&&' instead of '||' -snatch-- Bo> if ((isset($action)&&($action == "upload")) { snatch- -- Greets [EMAIL PROTECTED] -- PHP Database Mailing List (http://www.php

Re: [PHP-DB] how to store formated text in database

2002-08-18 Thread Dejan Rajic
This is CorpseEater's reply on your message send to him on 8/19/2002 : Well, there has been a lot of talk on this list about whether you should put anything into the database except the data it self - and i don't think you should. Place the data in the database and make the output scr