Search results

  1. G

    Yellow Submarine

    I just got through watching this movie and I liked it, despite its very ...odd visuals. I loved the songs and it was just overall an enjoyable film. Does anyone else around here like this movie?
  2. G

    Question from a newbie

    Hello, I have never used a PDA before & am thinking about purchasing a TX. Is it user friendly? How does it stack up against the top end Dell Axiom, which is the other unit I've considered? Jadecat
  3. G

    Anyone know where I ca get the SMS and MMS programs that come with Zire 72

    I had a Zire 72 but returned it, and sadly the T3 software disc is kind of bare compared to the Z72 one. The T3 one doesn't have Versamail or the SMS/MMS program. The T3 one does have Bluechat and Blueboard, but for $100 more, I want it all. Are these programs free (they were on my Z72 disc)...
  4. G

    FOOD IS DELICIOUS

    http://newlifestileforall.blogspot.com/ THIS IS SOMETHING NEW FOR YOU
  5. G

    Voice actor surprises.

    Long long ago, back when the internet was new to me, and I found I could look up and learn all kind of pointless things, I learned at some point through a Sonic website the in the old cartoons that Sonic had been voiced by none other than the actor that played Stevel Urkle. This kind of surpised...
  6. G

    N95 Owners Post Picture Of your N95 here !

    Post it here
  7. G

    jsut bought a new asus 24inch.. need sharper image.?

    could it be because I'm using VGA and not DVI?
  8. G

    PHP: Hide error reporting only if $var returns false.?

    if(!$conn){ die (error_reporting(E_ERROR | E_PARSE)"Failed to connect to mySQL server.")); I'm trying to get it so that if $conn // connection to mysql server isn't made, that it dies and prints "Failed to connect to mySQL server." but also doesn't display any warnings. (only for that variable...
  9. G

    A variable that holds other variables? PHP?

    I tried heredocs, but I think heredocs don't support PHP codes. For example $php = <<<phpcode <?php $var = 'This is a var'; $time = 2; ?> phpcode; That didn't work.. how do I hold php codes inside a variable? Thanks. But there not like the example above they are much longer variables.. for...
  10. G

    PHP - How to separate variables from text.?

    I have a variable called, $content_h_pixel. It look like this in a heredoc.. $content_h_pixelpx How can I seperate "px" from the variable? (remember this is in a heredoc) Thank you.
  11. G

    PHP, do not display variable if false.?

    I have two variables. $type = 'Search Engine'; $title = 'Yahoo' . $type; Output, Yahoo Search Engine What I'd like to do is to set $type = 0; and then verify $type in $title = 'Yahoo' . $type to see if $type is true or false. 0=false.. If it's false, I want title to be. $title = 'Yahoo' ...
Back
Top