Assuming I have 3 list boxes
Example :
Cars----------Models--------------type
---------------------------------------
All the fields will be dynamically from single table
Cars field has
NISSAN
TOYOTA
SUBARU
HONDA
MITSUBISHI
MAZDA
PROTON
CIEOLO
SCODA
MODELS fields will have list
--------
CIVIC...
fopen() is kewl but I'm trying to figure out how could we possibly make the output in the text file assign the specified columns.
<?
include ("include/header.inc.php");
if($_POST)
$fp = fopen("newfile.txt", "a") or die("Couldn't create new file");
{
for($i=0;$i < $_POST['rn'];$i++)
{
$numBytes...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.