Thread
:
Not outputting selected values?
View Single Post
#
2
(
permalink
)
05-15-2008, 09:57 PM
John
Join Date: Jul 2006
Age: 19
Posts: 2,746
Last Blog:
Passwords
Rep Power:
20
Re: Not outputting selected values?
Does
PHP Code:
echo
$sql
display what you are expecting? Does
PHP Code:
$result
=
mysql_query
(
$sql
) or die(
"Query Error: "
.
mysql_error
());
provide you with an error? What does
PHP Code:
print_r
(
$result
)
yield?
__________________
CodeCall Blog
|
CodeCall Wiki
|
Shareware
|
Linux Forum
|
My Blog
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall
John
View Public Profile
Send a private message to John
Visit John's homepage!
Find all posts by John