This topic is locked

Code Events

1/7/2009 7:03:45 PM
PHPRunner General questions
A
Aleix author

Hello;
Which are the equivalent sentece in PHPRunner
mysql_num_fields($rs) ---> Equivalent in PHPRunner?
mysql_field_name($rs, $i) ---> Equivalent in PHPRunner?
Or where we can find this information
Thanks in advance

J
Jane 1/8/2009

Hi,
there are no equivalent PHPRunner functions for mysql_num_fields and mysql_field_name. But you can use any PHP functions in PHPRunner events.

A
Aleix author 1/8/2009

Hi,

there are no equivalent PHPRunner functions for mysql_num_fields and mysql_field_name. But you can use any PHP functions in PHPRunner events.


Thanks Jane