The below code can't take the images.plz tell that what is the problem in that code
[php]
<?php
// Connect to database
$errmsg = "";
if (! @mysql_connect( "localhost","ro ot","sreeni") ) {
$errmsg = "Cannot connect to database";
}
@mysql_select_d b("my_db1");
// First run ONLY - need to...
User Profile
Collapse
-
problem to store and retrive image in php
-
store image in mysql
I am new to the php. plz tell that code for
"how to store image in mysql database and also retrive that image" -
Guestbook using php
I am doing a project on guestbook using php.so i required some information on that.please suggest me
How can we create a guestbook application in PHP? -
problem in PHP database
I am new to the PHP. so plz solve this problem
This is the error i obtanied
"Error: Unknown column 'name' in 'field list' " -
This code was retrived from google search. If any mistacks in this plz tell. I am beginner of PHP. I have little bit knowledge in that. plz tell.
password: sreeni
<?php
$con = mysql_connect(" ","","sreen i");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
// some code
mysql_close($co n);
?>... -
Mysql database problem
This is the problem i am getting. It is simple but i am new to the PHP.
"Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'ODBC'@'localho st' (using password: YES) in D:\wamp\www\ddd d.php on line 2
Could not connect: Access denied for user 'ODBC'@'localho st' (using password: YES)"
No activity results to display
Show More
Leave a comment: