• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How about a little PHP help

Martin

Lifer
What is the equivalent of the ADO Command object in PHP?

what I am basically trying to do is call a stored procedure over an ODBC connection. In ASP its:
create command object
set SQL query
add parameters

I tried with the odbc_prepare and odbc_execute commands, but that doesn't seem to be it...

 
Maybe the correct forum will help? I've asked several PHP, MySQL, ASP, and other questions in software and they were all answered within a day if not within a few minutes. 🙂
 
Back
Top