2006/11/10 8:30
ibetino
Just popping in
Posts: 1
Since: 2006/11/10
<FORM ACTION="SEARCH.PHP" METHOD="POST"> Input a code: <INPUT NAME="code"><INPUT TYPE="submit"> FORM>
include("CONECTION.PHP"); include("FUNC.PHP"); $sql = "SELECT * FROM xoops_tablecodes WHERE code = '$code'"; If ($res=send_sql($db,$sql)) { echo "OK. Results: "; } tab_out($res);
$link=mysql_connect("localhost","user","passw"); $db ="Database name";
function send_sql($db, $sql) { if (! $res=mysql_db_query($db, $sql)) { echo mysql_error(); exit; } return $res; } function tab_out($result) { $cant=mysql_num_fields($result); $ancho=100/$cant."%"; echo ""; echo ""; for ($i=0;$i<$cant;$i++) { echo "$ancho'> "; echo mysql_field_name($result,$i); echo " "; } echo ""; echo ""; $num = mysql_num_rows($result); for ($j = 0; $j < $num; $j++) { $row = mysql_fetch_array($result); echo ""; echo ""; for ($k=0;$k<$cant;$k++) { $fn=mysql_field_name($result,$k); echo " $ancho'> $row[$fn] " ; } echo ""; echo ""; } echo ""; } I need to do this in XOOPS and using de xoopsdatabase!!!!Thanks and sorry by my english!!! 2 Re: How to access a xoopsDatabase 2006/11/22 12:44 hervet Friend of XOOPS Posts: 2267 Since: 2003/11/4 Hello,the minimum, in your php script, is to write this : include_once '../../mainfile.php'; ?> use the search of this site and try to find the "empty module". Login Username Password Remember me Reset Search Advanced Search Recent Posts Re: New module: Smartshare 7/1 20:12 Runeher2 SmartLike (coming) 7/1 18:17 Runeher2 Re: New module: Weather 7/1 18:02 Runeher2 Re: XOOPS Custom Field Module 7/1 17:59 Runeher2 Re: XOOPS Custom Field Module 6/30 21:04 Mamba XOOPS Custom Field Module 6/30 19:29 heyula Re: New module: Smartshare 6/28 7:54 heyula Re: New module: Weather 6/28 1:21 Mamba Re: New module: Weather 6/27 18:23 Runeher2 New module: Weather 6/27 18:16 Runeher2 Who's Online 159 user(s) are online (133 user(s) are browsing Support Forums) Members: 0 Guests: 159 more... Donat-O-Meter Stats Goal: AU$15.00 Due Date: Jul 31 Gross Amount: AU$0.00 Net Balance: AU$0.00 Left to go: AU$15.00 Latest GitHub Commits {{ record.sha.slice(0, 7) }} - {{ record.commit.message | truncate }} {{ record.commit.author.name }} {{ record.commit.author.date | formatDate }}
2006/11/22 12:44
hervet
Friend of XOOPS
Posts: 2267
Since: 2003/11/4
include_once '../../mainfile.php'; ?>
Advanced Search
159 user(s) are online (133 user(s) are browsing Support Forums)
Members: 0
Guests: 159