User Profile

Collapse

Profile Sidebar

Collapse
learner001
learner001
Last Activity: Jul 19 '14, 12:25 PM
Joined: Jun 23 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • insert value of a previous table to a new table and update the new table

    I have recently started to write server scripts. Although the question may seem to be very basic but i am not able to get a solution.

    I have two tables one is PRODUCTS and the other is DEALS.
    Code:
    PRODUCTS TABLE:
    
    Id  product_name  product_desc   category    brand
    1   product1      desc1          cat1        brand1                                                     
    2   product2      desc2
    ...
    See more | Go to post

  • learner001
    started a topic import csv file into database
    in PHP

    import csv file into database

    I have a code through which i want to import csv file into databse. But i am getting an error:
    fopen() [function.fopen]: Filename cannot be empty and points on line 36(have marked in the code
    Would appreciate if anyone could help me
    Code:
    <?php
    if ($_FILES["file"]["error"] > 0)
    {
        echo "Error: " . $_FILES["file"]["error"] . "<br>";
    ...
    See more | Go to post

  • How to upload and download a vcf format file to the database.

    i have imported a vcf file to the database but i am not able to export the vcf file. the code that i am using is
    Code:
    <?
    
    $host="xample.com";
    $uname="abc";
    $pass="abc";
    $database = "emp"; 
    
    $connection=mysql_connect($host,$uname,$pass); 
    
    echo mysql_error();
    
    //or die("Database Connection Failed");
    $selectdb=mysql_select_db($database)
    ...
    See more | Go to post

  • how to import mobile vcard file into database through web server script using php

    i want an mobile application that can be used by android or iphone users through which they can import their contacts directly into the database using web scripting in php.
    i have a code which is showing some error but not sure if i am allowed to post it. Any help would be appreciated
    See more | Go to post
No activity results to display
Show More
Working...