Link to home
Start Free TrialLog in
Avatar of rgb192
rgb192Flag for United States of America

asked on

dbfetch

$productid = dbfetch("exec ow_addProduct @Folderid = '$folderid', @Title = '$title', @Titleinternal = '$titleinternal', @Manufacturer = '$manufacturer'");

does this php command fetch values from the database
ASKER CERTIFIED SOLUTION
Avatar of VanHackman
VanHackman
Flag of El Salvador 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
Avatar of rgb192

ASKER

thanks
Thanks for the points!