User Profile

Collapse

Profile Sidebar

Collapse
Eminosoft
Eminosoft
Last Activity: Mar 8 '08, 01:26 PM
Joined: Feb 13 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Eminosoft
    started a topic problem to store and retrive image in php
    in PHP

    problem to store and retrive image in php

    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...
    See more | Go to post
    Last edited by ronverdonk; Mar 3 '08, 10:46 AM. Reason: code withgin tags

  • Eminosoft
    started a topic store image in mysql
    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"
    See more | Go to post

  • Eminosoft
    started a topic Guestbook using php
    in PHP

    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?
    See more | Go to post

  • Eminosoft
    started a topic problem in PHP database
    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' "
    See more | Go to post

  • Eminosoft
    replied to Mysql database problem
    in PHP
    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);
    ?>...
    See more | Go to post

    Leave a comment:


  • Eminosoft
    started a topic Mysql database problem
    in PHP

    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)"
    See more | Go to post
No activity results to display
Show More
Working...