PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
UPDATE wt_licences SET
customer_id ='".$GLOBALS["webuser"]["id"]."',
domains =$amounttracker WHERE
strLogin='".addslashes($GLOBALS["webuser"]["strLogin"])."'" ;
An update should be conducted on wt_licences with 2 data sets.
It's about the WHERE clause:
The field 'strLogin' is in another table (tblWebuser)
How can I get this working- with join?
You'll need to ensure you have the latest version of MySQL if you wish to use a sub/nested query as earlier version do not support them (I forget which versions)