Recent content by fiber

  1. F

    Best country to run a web business?

    I'm a US citizen and wish to establish myself in another country that is advantageous for business- especially one that makes money via Google AdSense, etc. I wish for, in order of priority: 1. Cheap to live, 2. No double taxation, 3. Locals are tech savvy / computer programmers that could be...
  2. F

    How do I fix a PHP catchable fatal error: could not be converted to string...?

    Since transferring my site to a new host, it gives this error: Catchable fatal error: Object of class Pager could not be converted to string in /home2/wisebibl/public_html/turbophoto/config/paging.inc.php on line 49 The paths were fixed, but the new host has newer PHP I think could be changing...
  3. F

    What free software will trim a flash (.flv) video with no watermark?

    I've read other posts on this subject and their answers and they are wrong! Manufacturers of the software seem to be the ones replying saying their software is free and will do it. Incorrect. I've tried 3 that were recommended by forums like this that DON'T work, because it either doesn't trim...
  4. F

    Using PHP and MySQL, how do I insert an order, then retrieve the order # for...

    ...that I just inserted? The MySQL database has a basic autoincrement id. After inserting, I want to know the id for the record I just inserted. Any ideas?
  5. F

    Php/MySQL problem: how to query for specific ranges...?

    I have a mysql database with thousands of records, which each have an associated 'method number' ranging from 1 to 9,000. When someone clicks on the links for just the 200s, 300s, 1600s, etc. I want it to show only that grouping. BUT the problem is some the data has letters in it, like 232B...
  6. F

    What's wrong with this PHP code?

    $bears = "bears"; echo $bears; if($bears = "") {echo "your variable was just erased";} echo $bears; Why does checking if a variable is blank or not erase the variable in php? Thanks!
Back
Top