Search results

  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...
  16. G

    php_value auto_prepend_file WITHOUT htaccess?

    Hello, I want a file (or functions) to be automatically loaded / available for a subdomain of my website. HOWEVER, I do not want to alter php.ini and cannot use the htaccess "auto_prepend" command (server restrictions). Any ideas on how this can be achieved ? or would I need to "include" the...
  17. G

    Smarty PHP Template use PHP code ?

    FOUND ANSWER {assign var=title_words value=" "|explode:$head_text} Hi, Can anyone advise if this is possible - WITHIN a Smarty template file ? Basically the Smarty $head_text has 3 words, I'll like to use a small PHP script to 'explode' the words into an array, & use it later in the template...
  18. G

    Help with Smarty (PHP) CYCLE command?

    Hi there. Is the PHP Smarty 'cycle' command ONLY used with the TR tag of tables ?? i want to cycle the TD text colours of the SAME row.. - Is this possible ??? Or will I need to do that in the PHP script - & then pass the finished HTML to the Smarty template (included with the other HTML...
  19. G

    Smarty PHP - a new function?

    Hi, I've designed a simple / small function, that I created for PHP / Smarty. & think that it would be good to have it incorporated into future versions. Is there anyone at smarty i can contact / submit it ? (It'll be used with / in conjunction with one of their existing functions).
  20. G

    PHP MYSQL error - MDB2 Error: no such field?

    is there a way in PHP script to expand on the above error ? I want to know *WHICH* field is wrong / incorrect. Ive checked, checked & re-checked & all my field names are correct (in a SELECT query...)
Back
Top