ODBC_result_all

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
agency8
Forum Newbie
Posts: 3
Joined: Tue Feb 24, 2004 1:15 pm

ODBC_result_all

Post by agency8 »

I have a query that returns all the columns in the table with ODBC_result_all. It works great and prints all the data fine however,
Im looking to use a substr() on 1 column to parse off some data and format the result.

IS this possible to format/parse one columns data and still use the odbc_result_all?

Cant find much online...

Any help is appreciated.
Post Reply