![]() |
I want to learn vb coding
...
|
In order to register variables to the vBulletin GPC array, you use:
PHP Code:
You can retrieve the variable in your PHP script using $vbulletin->GPC['variable1']; The variable1 and number1 come from the name attributes you give your input elements in the template. They should match or else it will be empty. -- $db is just short for $vbulletin->db. However, if you're hooking into a class of vBulletin you might have to use $this->registry->db in order to interact with the database. query_write should be used for queries that may affect something in the table, such as UPDATE or DELETE queries. query_first can be used to directly return an array of the first result. This is useful if you want to write less code. query_read can be used to read from table. -- Here's a link to the API which might be useful: https://members.vbulletin.com/api/ |
Quote:
query will be directed to the slave if you have one, which is bad for writes. |
Quote:
Quote:
Read, read, read. Even discussions that have nothing to do with you. Bookmark this. |
All times are GMT. The time now is 06:45 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|