JeRRy wrote:
Hi,
Okay I must be missing something here.
I changed it to "mysql_query" and no errors produce however no emails
are sent either. After cross-checking back and fourth with my db the
entries are correct.
A connection is made and establlished. maybe I need to place some eror
Hi,
Okay I must be missing something here.
I changed it to "mysql_query" and no errors produce however no emails are
sent either. After cross-checking back and fourth with my db the entries are
correct.
A connection is made and establlished. maybe I need to place some eror
rec
JeRRy wrote:
Hi,
I used the following but got this error:
*Fatal error*: Call to undefined function: db_fetch() in
*/home/tassie/public_html/tipping/admin/check.php* on line *7*
As I said:
db_query will depend on your database (ie mysql_query or pg_query or
other
Hi,
I used the following but got this error:
Fatal error: Call to undefined function: db_fetch() in
/home/tassie/public_html/tipping/admin/check.php on line 7
Any help please?
J
$query = "select * from users";
$result = mysql_query($query);
while($row = db_fetch($result
JeRRy wrote:
Hi,
No code here unless required.
I run this tipping site. All user details are in a table called tipping which stores their id, username, password, email address, score and others.
Than I have tables round 1 through to round 22. (all seperate tables)
This i
Hi,
No code here unless required.
I run this tipping site. All user details are in a table called tipping
which stores their id, username, password, email address, score and others.
Than I have tables round 1 through to round 22. (all seperate tables)
This is where users
Mark Fellowes wrote:
I created an array to pull data out of one column in database.
//Code for registered
$usrregid = array();
do {
$usrregid[] = $row_rs_usr_usr["usr_id"];
} while($row_rs_usr_usr = mysql_fetch_assoc($rs_usr_usr));
//end of registered
?>
However I now need a second colu
Hi everyone; first, let me say that I'm really not a programmer
(although I'm pretty good with scripting and so forth) so please pardon
the newbie questions; I have a problem that I'm sure you will be able to
help with a solution straight away; I'm running aide in our environment,
and am just c