User Profile

Collapse

Profile Sidebar

Collapse
opswordfish
opswordfish
Last Activity: Jan 9 '09, 03:16 PM
Joined: Feb 20 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • opswordfish
    started a topic Online DVD to Flash Conversion
    in .NET

    Online DVD to Flash Conversion

    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...
    See more | Go to post

  • opswordfish
    replied to Php5/mysql5
    in PHP
    My Connection code is as follows (without user/password):

    Code:
    <?php
    
    $link = mysqli_connect("mysql8.streamline.net", "", "");
    
    ?>
    I dont think that is the problem as I've tried it on a working Apache Server with PHP and MySQL and it works fine. PHP works fine on the IIS Web Server except the mysql functions just aren't recognised. If somebody...
    See more | Go to post

    Leave a comment:


  • opswordfish
    replied to Php5/mysql5
    in PHP
    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....
    See more | Go to post

    Leave a comment:


  • opswordfish
    started a topic Php5/mysql5
    in PHP

    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...
    See more | Go to post
No activity results to display
Show More
Working...