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.
User Profile
Collapse
-
Remote Desktop Conection
-
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.... -
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 *********************************/
-
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";
Leave a comment:
-
Hello Atli thanks for replying. Yes I am using a Windows server....Leave a comment:
-
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'];
-
-
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]... -
-
Sir, is the value of id in table1.id, LocationID or something else according to my tables?...Leave a comment:
-
-
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,... -
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 ... -
Can you please tell me what you did in the format( ) part of the program.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)<<Leave a comment:
-
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....
No activity results to display
Show More
Leave a comment: