1
kaotik
Xoops DB functions: howto
  • 2004/10/4 14:05

  • kaotik

  • Just can't stay away

  • Posts: 861

  • Since: 2004/2/19


I've been tring to understand how to access tables in the XOOPS DB.
So far I've got this:
// To delete rom from table
$query "Delete from ".$xoopsDB->prefix("xoops_table")." where id='$id'";

// To insert a row into the table
$query "Insert into ".$xoopsDB->prefix("xoops_table")." (testing1, testing2) values ('$test1','$test2')";


But what if I want the value of a particular column from a certain row? How would I retreive it?

Thanks

2
ackbarr
Re: Xoops DB functions: howto

that is a select query:

$query 'SELECT field1, field2 FROM ' $xoopsDB->prefix('tablename') . ' WHERE searchfield1 = 'value1'';

3
kaotik
Re:Xoops DB functions: howto
  • 2004/10/4 15:58

  • kaotik

  • Just can't stay away

  • Posts: 861

  • Since: 2004/2/19


Thanks!! That's exactly what I was looking for

Login

Who's Online

272 user(s) are online (68 user(s) are browsing Support Forums)


Members: 0


Guests: 272


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Oct 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits