User Profile

Collapse

Profile Sidebar

Collapse
ergocho
ergocho
Last Activity: May 31 '07, 04:31 PM
Joined: Feb 7 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ergocho
    started a topic Multiple List with PHP
    in PHP

    Multiple List with PHP

    Hello I need some help here...

    I have a dropdown list working perfect, but the problem is that I need it multiple selection, so when I change the name for name(), and the type for multiple posting with POST

    I thought it could be something like

    [PHP]echo"variable name[0]";
    echo"variable name[1]";[/PHP]


    does any of you know how to do it?
    See more | Go to post

  • ergocho
    replied to Import database from excel sheet to PHP
    in PHP
    If you want to import an exel sheet with php to your database, you must have sheet by sheet save as csv and then you can use this ex code


    [PHP]<?php
    //reading csv file
    $fname="file.cs v";
    $fp=fopen($fnam e,"r") or die("csv Error");
    $line = fgets( $fp, 2024 );
    //conexion with db started
    $c=mysql_connec t("localhost"," root","");...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...