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?
User Profile
Collapse
-
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","");...
No activity results to display
Show More
Leave a comment: