244
edits
No edit summary |
mNo edit summary |
||
Line 62: | Line 62: | ||
If we use classes then there's no need to worry about that. In the cases that there is a chance, simply do something like mozupdate_sendMail() | If we use classes then there's no need to worry about that. In the cases that there is a chance, simply do something like mozupdate_sendMail() | ||
--[[User:Artooro|artooro]] 17:42, 22 Apr 2005 (EDT) | --[[User:Artooro|artooro]] 17:42, 22 Apr 2005 (EDT) | ||
== Database Calls == | |||
: Please edit this as needed. | |||
Database calls should be in the file /foo/bar.php | |||
To execute the query and get the results, you should use a wrapper of the form: | |||
db_Something(arg1,arg2,arg3) |
edits