search for: mysql_fetch_row

Displaying 10 results from an estimated 10 matches for "mysql_fetch_row".

2010 Nov 26
1
R Tools & Vista_x64: Problem compiling RMySQL?
...L.c:(.text+0xb0b): undefined reference to `mysql_use_result' RS-MySQL.o:RS-MySQL.c:(.text+0xb16): undefined reference to `mysql_field_count' RS-MySQL.o:RS-MySQL.c:(.text+0xbff): undefined reference to `mysql_affected_rows' RS-MySQL.o:RS-MySQL.c:(.text+0xd27): undefined reference to `mysql_fetch_row' RS-MySQL.o:RS-MySQL.c:(.text+0xd3d): undefined reference to `mysql_fetch_lengths' RS-MySQL.o:RS-MySQL.c:(.text+0xf2e): undefined reference to `mysql_errno' RS-MySQL.o:RS-MySQL.c:(.text+0x1093): undefined reference to `mysql_errno' RS-MySQL.o:RS-MySQL.c:(.text+0x109e): undefined re...
2012 Nov 12
3
Unable to lauch php-script to truncate database
...****************************************************** Deleting temp tables **************************************************************/ $result=mysql_query("SHOW TABLES FROM $DBName ") or die(mysql_error()); if(mysql_num_rows($result)>0) { while($row=mysql_fetch_row($result)) { if(substr($row[0], 0, 3) === '___' && strrev(substr($row[0], 0, 3) === '___')) { $sql = "DROP TABLE $row[0]"; mysql_query($sql); } } } ?> --------------------------------------...
2003 Oct 03
4
PATCH: mysql authentication
Here's another patch. This one isn't much different from the last patch, except it tries a little harder to make sure that the required fields are returned by the query (like the pgsql module does). One question about how t_strdup works. How and who should memory returned by t_strdup be freed? My patch has a function my_get_str() which returns the value of t_strdup, and then I do
2007 May 17
5
AJAX, PHP and scriptalicious
Hey, I''m brand new to AJAX and scriptalicious, so i''m hoping for some help. inside hello.php I have this piece of code to grab and loop out users in the database: function test(){ $query = mysql_query(''SELECT * FROM `testing`''); while($i = mysql_fetch_row($query)) { echo''<div class="testie">''; echo $i[0] . "<br />"; echo $i[1] . "<br />"; echo $i[2] . "<br />"; echo ''<a href="javascript: MyAjaxRequest(\...
2004 Aug 23
1
Problem with mysql and with asterisk
...: warning: implicit declaration of function `mysql_query' mysql-vm-routines.h:69: warning: implicit declaration of function `mysql_store_result' mysql-vm-routines.h:70: `rowval' undeclared (first use in this function) mysql-vm-routines.h:70: warning: implicit declaration of function `mysql_fetch_row' mysql-vm-routines.h:71: warning: implicit declaration of function `mysql_num_fields' mysql-vm-routines.h:72: warning: implicit declaration of function `mysql_fetch_fields' mysql-vm-routines.h:89: warning: implicit declaration of function `mysql_free_result' make[1]: *** [app_voi...
2007 May 23
0
Problems compiling res_config_mysql (asterisk addons)
...ned reference to `mysql_num_fields' res_config_mysql.o(.text+0x406):/usr/local/src/asterisk-addons-1.4.1/res_config_mysql.c:151: undefined reference to `mysql_fetch_fields' res_config_mysql.o(.text+0x417):/usr/local/src/asterisk-addons-1.4.1/res_config_mysql.c:153: undefined reference to `mysql_fetch_row' res_config_mysql.o(.text+0x48f): In function `realtime_mysql': /usr/include/asterisk/strings.h:34: undefined reference to `ast_strip' res_config_mysql.o(.text+0x50c): In function `realtime_mysql': /usr/local/src/asterisk-addons-1.4.1/res_config_mysql.c:160: undefined reference to...
2004 Apr 12
1
Voicemail config from database
...:69: warning: implicit declaration of function `mysql_query' mysql-vm-routines.h:70: warning: implicit declaration of function `mysql_store_result' mysql-vm-routines.h:71: `rowval' undeclared (first use in this function) mysql-vm-routines.h:71: warning: implicit declaration of function `mysql_fetch_row' mysql-vm-routines.h:72: warning: implicit declaration of function `mysql_num_fields' mysql-vm-routines.h:73: warning: implicit declaration of function `mysql_fetch_fields' mysql-vm-routines.h:90: warning: implicit declaration of function `mysql_free_result' make[1]: *** [app_voicem...
2008 Nov 15
1
[dspam-users] mysql fetch row error
...>>>>>> are tagged by dspam. >>>>>> i installed "dovecot-antispam" for retraining. >>>>>> when in try to retrain a mail i get this in the dspam.debug log = >>>>>> >>>>>> 9056: [11/14/2008 15:23:01] mysql_fetch_row() failed in >>>>>> >>>>>> >>>> _ds_get_signature >>>> >>>> >>>>>> in the /var/log/messages log i get this = >>>>>> >>>>>> Nov 14 15:29:25...
2006 Nov 22
11
Rewriting caller ID from database?
Hi Most of our customers have generic names like "Hospital", so I need to rewrite their caller ID name by looking up the number in a database on the Asterisk server, and rewriting the name such as "Reading Hospital" so that we know who's calling. Any idea if this can be done with Asterisk, and how to do it? Thank you.
2004 Apr 12
0
RE: Asterisk-Users digest, Vol 1 #3408 - 12 msgs
...:69: warning: implicit declaration of function `mysql_query' mysql-vm-routines.h:70: warning: implicit declaration of function `mysql_store_result' mysql-vm-routines.h:71: `rowval' undeclared (first use in this function) mysql-vm-routines.h:71: warning: implicit declaration of function `mysql_fetch_row' mysql-vm-routines.h:72: warning: implicit declaration of function `mysql_num_fields' mysql-vm-routines.h:73: warning: implicit declaration of function `mysql_fetch_fields' mysql-vm-routines.h:90: warning: implicit declaration of function `mysql_free_result' make[1]: *** [app_voicem...