User Profile

Collapse

Profile Sidebar

Collapse
scan87
scan87
Last Activity: Feb 27 '09, 04:40 PM
Joined: Feb 5 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • scan87
    started a topic Remote Desktop Conection

    Remote Desktop Conection

    Hello everyone,

    I have a problem. I want to access the desktop of my Desktop PC(Windows XP) from my Laptop(Windows Vista Premium) and vice versa. But I cannot access the desktop even though I can access the "Shared Folders". I am using a crossover cable.

    Thanks in advance.
    See more | Go to post

  • scan87
    replied to PHP Video Uploading
    in PHP
    Hello Atli,

    I checked the php.ini file and there is an extension called: extension=php_f fmpeg.dll

    If I need a different extension, which one is it and where can I get it from.

    Thanks....
    See more | Go to post

    Leave a comment:


  • scan87
    started a topic PHP Video Uploading
    in PHP

    PHP Video Uploading

    Hello everyone...Can someone please, please help me solve a problem I am facing in my project......Ba sically the project is about uploading videos and viewing them.....When users upload a video (avi, wmv, mov or mpg format) the video will be coverted into .flv format...But I am getting an error....

    I am using WAMP server

    My converting code:

    Code:
    <?php
    /***************Load FFMPEG *********************************/
    ...
    See more | Go to post

  • scan87
    replied to Uploading Videos
    in PHP
    So should I write the following code instead:

    Code:
    $encode_cmd = "ffmpeg -i $uploadFile -acodec mp3 -ar 22050 -ab 32 -f flv -author \"Clip Author\" -copyright \"Clip Copyright\" $finalFile";
    ...
    See more | Go to post

    Leave a comment:


  • scan87
    replied to Uploading Videos
    in PHP
    Hello Atli thanks for replying. Yes I am using a Windows server....
    See more | Go to post

    Leave a comment:


  • scan87
    started a topic Uploading Videos
    in PHP

    Uploading Videos

    Hello everyone I am creating a project which will upload videos and play them. When a user uploads a video it will be convereted into .flv format. But the problem I have not been able to successfully upload and convert the videos. I have getting an error.

    My code:
    Code:
    <?php
    ini_set( "max_execution_time", "3600" ); // sets the maximum execution time of this script to 1 hour.
    $fileName = $_FILES['audio']['name'];
    ...
    See more | Go to post

  • scan87
    replied to php add days date
    in PHP
    Thank you Sir.....It worked...
    See more | Go to post

    Leave a comment:


  • scan87
    started a topic php add days date
    in PHP

    php add days date

    Hello everyone,

    I have a problem with my PHP code. I want to add specific number of days to the current date, so that it will display the correct date after adding the number of days to the current date. For example the current date can be today's date and the number of days I would like to add is 4 days.

    My PHP code:

    [PHP]
    <?php
    $today = date("Y-m-d");
    ?>
    [/PHP]...
    See more | Go to post

  • scan87
    replied to Retrieving data from two tables
    Its working sir. Thank you very much....
    See more | Go to post

    Leave a comment:


  • scan87
    replied to Retrieving data from two tables
    Sir, is the value of id in table1.id, LocationID or something else according to my tables?...
    See more | Go to post

    Leave a comment:


  • scan87
    replied to Retrieving data from two tables
    Can u please refer to me the correct syntax....
    See more | Go to post

    Leave a comment:


  • scan87
    started a topic Retrieving data from two tables

    Retrieving data from two tables

    Hello everybody,

    I have problem and its very urgent, please.

    I am using phpMyAdmin.

    The problem:-

    I have two tables:

    1) locationoftheme eting
    having fields LocationID, Dateofthemeetin g, Hourofthemeetin g, City, Country

    The foreign key in this table is Location ID.

    2) meeting
    having fields id, Meetingnumber, Dateofthemeetin g, Hourofthemeetin g,...
    See more | Go to post
    Last edited by mwasif; Nov 21 '07, 12:50 PM. Reason: Replaced [CODE] with [CODE=mysql]

  • Program to calculate the cost of travelling to different zones

    Can someone please, please help me in finding the slotuion of the following problem:

    The cost of one-day travel cards for adult customers on the metro system is based on which zones they cover and is summarised in the following table:

    Zone Cost
    1 1.70
    1 & 2 3.70
    1, 2 & 3 ...
    See more | Go to post

  • Can you please tell me what you did in the format( ) part of the program.
    See more | Go to post

    Leave a comment:


  • Thank you very much its working.
    See more | Go to post

    Leave a comment:


  • Its still giving errors.
    See more | Go to post

    Leave a comment:


  • Ok so what should I do now?
    See more | Go to post

    Leave a comment:


  • I am writing this program in C++.
    See more | Go to post

    Leave a comment:


  • I wrote the global function but I tried to compile it the program is giving errors and the full program code is as follows:

    Code:
    #include <iostream.h>
    #include<math.h>
    double format(double,int);	// function prototype
    int main()
    {
      	double n1 = 1.24, n2 = 1.25, n3 = 3456.67953;
      	cout<<"'"<<format(n1,1)<<"'"<<endl;
      	cout<<"'"<<format(n2,1)<<
    ...
    See more | Go to post
    Last edited by sicarie; Feb 13 '07, 03:33 PM. Reason: Added code tags.

    Leave a comment:


  • scan87
    started a topic Formatting numbers with a given number of decimal places
    in C

    Formatting numbers with a given number of decimal places

    Can somone please, please give me the solution for the following problem. I need to submit it on Monday.

    Write a global function called format, which formats numbers with a given number of decimal places. The function accepts a compulsory first argument of type double (the number to be formatted) and a second optional argument of type integer (the number of decimal places) and returns a string object containing the formatted text....
    See more | Go to post
    Last edited by sicarie; Feb 13 '07, 02:58 PM. Reason: Added code tags.
No activity results to display
Show More
Working...