Link to home
Start Free TrialLog in
Avatar of MrTV
MrTVFlag for Thailand

asked on

get the data all row not only one row php

sc_lookup(Dataset, "SELECT  tablename FROM pg_catalog.pg_tables
where schemaname = 'public'and tablename not like 'pong8%'") ;

{customer_id} = {Dataset[0][0]};

echo "{customer_id} " ;

Open in new window


This code work but how can I change it to print all customer not only first customer
ASKER CERTIFIED SOLUTION
Avatar of Julian Hansen
Julian Hansen
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Is this a PHP application?  PHP variable names start with a dollar sign.  Or is there something else in play here that I am missing?
Avatar of MrTV

ASKER

Hi  Ray Paseur

I use scriptcase  

thank you for help me many time
You are welcome