Thank you. It's what I needed!
Type: Posts; User: qwikad.com; Keyword(s):
Thank you. It's what I needed!
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?
...
Tested it and it's working great. Thank you.
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...
Thanks! Will be testing it tonight.
This header/refresh works everywhere except IE. Is there a way to fix this bug?
header("Refresh: 12; url=./login.html");
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%"...
Ok, I just figured that one out. I am not sure how to remove my question now. :) Sorry. Maybe the mod can remove it.
This code pulls images from my entire website.
<?php if($row['picfile']) { ?>
<img src="<?php echo "$datadir[adpics]/$row[picfile]"; ?>"
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...
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'];
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:...
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...
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.
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.
John, I need something that people will still be able to click on. It's the bots that I am trying to deceive.
Can you make it more practical? Give me an example, so that I could build on it. Thanks!
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....
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.
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...
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:
...
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 ; ?>")
It's working. You rock!
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>';
...
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???