User Profile

Collapse

Profile Sidebar

Collapse
m31hu1
m31hu1
Last Activity: Mar 9 '07, 06:24 AM
Joined: Oct 8 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • m31hu1
    started a topic PHP problem with nume1(files) in matlab
    in PHP

    PHP problem with nume1(files) in matlab

    Hello, i try to execute a .m file using PHP

    i wanted to count the number of jpg files in the directory but PHP was unable to detect it.

    the PHP script:

    <?php
    execute('start /b matlab -nosplash -nodesktop -r readfilename');
    ?>


    where readfilename is the name of the m file (readfilename.m )

    the m file:

    files=dir('*.jp g');
    for i=1:numel(files )
    ...
    See more | Go to post

  • m31hu1
    started a topic bulk insert help needed!

    bulk insert help needed!

    Hi all, I'm new to this forum...
    I'm trying to let sql store data from a text file, but the data won't display...
    what am i missing here? Your help is greatly appreciated.

    create table
    <?php
    $con = mysql_connect(" localhost","roo t","password ");
    if (!$con)
    {
    die('Could not connect: ' . mysql_error());
    }// Create database
    if (mysql_query("C REATE...
    See more | Go to post
No activity results to display
Show More
Working...