Thread
:
can somebody tell me why this code is not working
View Single Post
#
4
(
permalink
)
11-04-2007, 01:17 AM
HelloWorld
PT Admin
Awards Showcase
Total Awards
: 1
Join Date: Jun 2007
Location: In front of computer...
Posts: 1,119
iTrader: (
0
)
Moreover, I see that all of your mysql functions are called incorrectly...
PHP Code:
mysqli_close
(
$mysqli
);
Suppose to be:
PHP Code:
mysql_close
(
$mysqli
);
__________________
PHP Code:
System
.
out
.
println
(
"Hello World!"
);
HelloWorld
View Public Profile
Send a private message to HelloWorld
Find all posts by HelloWorld