PHP 8.5.0 Alpha 2 available for testing

Voting

: max(three, eight)?
(Example: nine)

The Note You're Voting On

LyleE at LocalMotion dot com
24 years ago
Took me a while to figure out this command, thought I would save some other people the time. We couldn't quite figure out what the qualifier was. For MSSQL 7.0, it is the Database that you are connecing to. For the pubs database it would look something like this.

$rs = odbc_columns($DBConnection, "Pubs", "%", "jobs");

That would be for showing the jobs table.

<< Back to user notes page

To Top