Advanced Search

Search:

Type: Posts; User: qwikad.com; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.00 seconds.

  1. Thank you. It's what I needed!

    Thank you. It's what I needed!
  2. Putting ... at the end of a title (substr question)

    I've shortened titles to 60 characters. How do I tell this code to show three dots ... at the end of a title if the that title is more than 60 characters long and show nothing if it is less?


    ...
  3. Tested it and it's working great. Thank you.

    Tested it and it's working great. Thank you.
  4. Replies
    5
    Views
    266

    My apologies John for posting in a wrong forum. ...

    My apologies John for posting in a wrong forum.

    I am not joking but that header/refresh wasn't working initially and I don't know if it was because I had it in a wrong place or what. Last night I...
  5. Thanks! Will be testing it tonight.

    Thanks! Will be testing it tonight.
  6. Replies
    5
    Views
    266

    Header ("Refresh: ") and IE bug

    This header/refresh works everywhere except IE. Is there a way to fix this bug?




    header("Refresh: 12; url=./login.html");
  7. I want to hide this form on submit using javascript

    I'd like to hide this form after the submit button is pressed. Any ideas how I can do that? Thanks!!






    <form action="<?= $_SERVER["REQUEST_URI"] ?>" method="post">
    <table width="75%"...
  8. Ok, I just figured that one out. I am not sure...

    Ok, I just figured that one out. I am not sure how to remove my question now. :) Sorry. Maybe the mod can remove it.
  9. Show images from this category (question)

    This code pulls images from my entire website.





    <?php if($row['picfile']) { ?>

    <img src="<?php echo "$datadir[adpics]/$row[picfile]"; ?>"
  10. I got it. I went ahead and did the long way and...

    I got it. I went ahead and did the long way and it's working:




    <?php

    $url = 'http://' . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];

    if (false !== strpos($url,'contact') || false...
  11. Echoing more than one page with this script.

    I want to show a text when the contact page is viewed. Just like it's showing below. It works just fine.






    <?php

    $url = 'http://' . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];
  12. Replies
    3
    Views
    923

    What's up with IE? Padding issues.

    Hi,

    It looks just fine in all other browsers, but somehow IE shows padding differently in identical class styles on the same page!

    Notice how the first URGENT sign looks in IE:...
  13. Now that you mentioned it, I may. Right now I...

    Now that you mentioned it, I may. Right now I have it in the page. How important (or not) that
    <script type="text/javascript">
    Zfunction.e.t();
    </script> goes after the html tags? Can I throw...
  14. John, I've just added it to my site. It's doing...

    John, I've just added it to my site. It's doing what it's supposed to do.

    Did you design this code? It's genius.
  15. John, now I get it... and yes it is very...

    John, now I get it... and yes it is very confusing :) I will have to remove the html and the . other than that it should work.
  16. John, I need something that people will still be...

    John, I need something that people will still be able to click on. It's the bots that I am trying to deceive.
  17. Can you make it more practical? Give me an...

    Can you make it more practical? Give me an example, so that I could build on it. Thanks!
  18. Hiding links from bots using javascript question

    I need to make a link on my site undetectable for bots. I've just added rel="nofollow" to it, which should help.

    I just want to make sure that bots either do not see the link or totally ignore it....
  19. Replies
    2
    Views
    532

    Thank you John. It's working. I was online...

    Thank you John. It's working.

    I was online for 2 hours trying to solve this on my own, why didn't I come here right away???? :confused:

    Again, thank you.
  20. Replies
    2
    Views
    532

    onClick closing issues in Opera

    I have this option where after previewing an image, you can close it by clicking on the large image ( see an example here: http://qwikad.com/0/posts/6-services/ ). It works in all browsers except...
  21. I should have said that you should ignore the...

    I should have said that you should ignore the tags right now. But here's what it actually looks like, and I need to echo the $random right after the == just like it is in the instance below:

    ...
  22. How can I echo $random in this instance?

    I need to echo $random in $_GET['do'] == but I don't think it's echoing it.


    <?php
    $random = substr(md5(rand()),0,7);
    ?>


    if ($_GET['do'] == "<?php echo $random ; ?>")
  23. It's working. You rock!

    It's working. You rock!
  24. I need to echo $qs within an echo, but what I have isn't working....

    Hi guys!

    I need to show a $qs within an echo, but I have no clue how. Right now I have this and it's not showing:

    echo '<a href="/?<?php echo $qs; ?>do=reportabuse&confirm=1">confirm</a>';
    ...
  25. No can do, vwphillips, simply because I need it...

    No can do, vwphillips, simply because I need it to show it just once per session. Is ANYTHING I can do to add to the animation to make it more smooth at the current speed and load per session???
Results 1 to 25 of 69
Page 1 of 3 1 2 3