Recent content by Gordon S

  1. G

    Is it possible to put a flv on my ipod?

    just wondering...
  2. G

    Is it possible to put a flv on my ipod?

    just wondering...
  3. G

    Is it possible to put a flv on my ipod?

    just wondering...
  4. G

    I updated my droid eris (htc; the first one) and it took away the digital clock on...

    ...the home screen? the one with the weather, and date, time (of course) etc. how do I get it back?
  5. G

    I updated my droid eris (htc; the first one) and it took away the digital clock

    on the home screen? the one with the weather, and date, time (of course) etc. how do I get it back?
  6. G

    PHP - new database = No result?

    echo "TEXT A<br>\n"; $db = new Database ('data_base_user_name') or die ("cannot connect to database"); echo "TEXT B<br>\n"; How can I display "B" ? - it stops at 'A' & has no errors / warnings at connecting to Database
  7. G

    Is it possible to make ringtones with your own mp3's?

    Can i cut the song to my liking and send it to my phone? will any programs do that? How do I do it?
  8. G

    PHP Codeignighter tutorials?

    Hello. Are there any good codeignighter tutorials that are not MP3 / Voice-tutorials. (plain old text / html reading - & pictures)
  9. G

    Any disadvantages of specifying font styles in html/css?

    hi, I'm updating a website for a friend, However he has requested a specific font style (calibri??) - I've updated the site, & refreshed my screen - but nothing changes. Is there a drawback to specifying specific unknown / lesser-known fonts ? Ive seen a website (years) before advising the...
  10. G

    PHP cron job - Find PREVIOUS / calling script ?

    Hi, i'm de-bugging a scheduled task / Cron job, & I know a particular sub-script is being called - However I do not know WHICH script is calling it... at the top of the script (B), I have this - to log the variables - But it doesn't advise me which script (A) i'm using to call this script...
  11. G

    PHP cron job - Find PREVIOUS / calling script ?

    Hi, i'm de-bugging a scheduled task / Cron job, & I know a particular sub-script is being called - However I do not know WHICH script is calling it... at the top of the script (B), I have this - to log the variables - But it doesn't advise me which script (A) i'm using to call this script...
  12. G

    CGI - Perl PREG help - please?

    Hi, Basically, I have a perl script (on a timer - so it doesn't do it in one go), to extract Yahoogroups pages, & grabs the member count of selected groups. It is working, However I find that sometimes it scans the same group multiple times - before going to the next group (Thus slowing down...
  13. G

    What are the steps to change the water pump on my 1995 Jeep Wrangler? It's a 2.5...

    You will be a lot better off to go invest in a repair manual, that way you will get it done correctly, and have it for future repairs and troubleshooting
  14. G

    PHP - file command. ARRAY problem?

    Hi, I'm using the php 'file' command to extract the details of a PLAIN TEXT file on the server. No matter what i do, I get "Array" as a result - (foreach doesn't work, as its not an array). How do I view the line-by-line results of the file i just opened. How do I change format ?? Heres the...
  15. G

    PHP Putenv - How do I automatically change timezones when daylight savings ?

    Hello. i know how to use putenv to change my website timezone. I am in Auckland New Zealand, and the website clock showed the correct time. However yesterday (sunday) morning, our clocks went forward 1 hour. so now my website clock is 1 hour out. Is there some PHP code that will...
Back
Top