Hi
I was wondering if anyone could help me? They dont seem available from searching on Google but is there a .net library that would allow a dvd to be converted to a flash video on a web page?
The idea is for a dvd to be selected on an online form and for a library function to be called for the conversion to take place. Then I would like this file to be placed in the same directory as the web page.
Regards...
User Profile
Collapse
-
Online DVD to Flash Conversion
-
My Connection code is as follows (without user/password):
Code:<?php $link = mysqli_connect("mysql8.streamline.net", "", ""); ?>
-
I tried using mysql as well but that didn't work either. I just looked in my php.ini file and the extension directory seems right and the mysqli dll file is enabled. I've also added C:/PHP/ to the path. There's probably something very simple I'm doing wrong but I have no idea what it is....Leave a comment:
-
Php5/mysql5
Hi
I've visited a lot of forums regarding getting MySQL5 working with PHP5 in IIS and it seems that with MYSQL5 you need to use mysqli in PHP and that you need to uncomment the extension in php.ini
However I have tried both of these and I still get the error:
Fatal error: Call to undefined function mysqli_connect( )
I was wondering if somebody can help? It's probably something simple I've...
No activity results to display
Show More
Leave a comment: