Re: [PHP-DB] Moving phpNuke to phpBB

2006-11-26 Thread Chris
Niel Archer wrote: Hi I'm helping out someone move from PHPNuke to phpBB. Only the forums and users need to be moved. Maybe the phpBB forum itself would be a good place to ask, they would have a lot more experience with this sort of thing I think. -- Postgresql & php tutorials http://ww

Re: [PHP-DB] Fulltext SELECTing only part of a field entry

2006-11-26 Thread Chris
benmoreassynt wrote: Thank you very much. Could you give me a rough idea of what the MySQL query would look like? I am trying to work out the syntax using string functions like LOCATE, INSTR, SUBSTRING and SUBSTRING_INDEX. That's not going to be fast even with indexes :( Not sure what you can

Re: [PHP-DB] PDO, fetch prepared statement

2006-11-26 Thread Chris
Rudi Worm wrote: Hi Using PDO to prepare a query, bind som values to it (using ? Placeholders) and then executing it - how do i get the actual query afterwards? With the correct inserted values. Use your system database logs. PDO doesn't give you the opportunity to grab them. -- Postgresql