Jump to content

lesley

Member
  • Posts

    63
  • Joined

  • Last visited

Everything posted by lesley

  1. lesley

    PHP Banner Count

    I am using this code below to have random images on my site with unique hyperlinks. All of the hyperlinks go to external domains, and i need a way to know how many times people click on them. Is this possible? <?php $bannerAd[1] = '<a href="http://www.link.com"'>http://www.link.com"'>http://www.link.com"'>http://www.link.com" target="_blank"><img src="http://link.com/images/sample1.jpg" border="0"></a>'; $bannerAd[2] = '<a href="http://www.link.com" target="_blank"><img src="http://link.com/images/sample2.jpg" border="0"></a>'; $bannerAd[3] = '<a href="http://www.link.com" target="_blank"><img src="http://link.com/images/sample3.jpg" border="0"></a>'; $bannerAd[4] = '<a href="http://www.link.com" target="_blank"><img src="http://link.com/images/sample4.jpg" border="0"></a>'; $adCount = count($bannerAd); $randomAdNumber = mt_rand(1, $adCount); echo $bannerAd[$randomAdNumber]; ?>
  2. Thankyou for the responses. @Wickam: I use the REFORMAT HTML to simply "beautify" the code. @Eddie: I can use PHP in my code, however it is fairly new to me. Can you show me how the code would be written to accomplish this?
  3. i also just noticed that the code are being translated here also...which make sense. However here is the code with spaces between: " & # 6 4 ; "
  4. The link did not take properly - here it is agian: email Obscucator
  5. Hello, I read this article (http://www.killersites.com/webDesignersHandbook/emailObscucator.htm) online and started to make these code changes on my website. I use Microsoft Expression Web as my editor and when i type "@" and then choose to formet the document (using REFORMAT HTML) it replaces "@" with "@" Does anyone have a suggestion how i can still use the function of reformatting and not lose the code "@"? Or is there a better method to make an email address antispam? Thank you, Lesley
  6. thank your for the reply! That really helped me out. I am still strugging with the search field on the right, it is sitting too low.
  7. Hello, I am needing some help with CSS. I have built a site that works in all browsers, except when i click on compatibility view in IE. The menu on the left is offset and the search bar on the right is too low. Also the list items in the content area are very close the the text. Here is a link: http://ticau.com/pages/nursing.php Does anyone have any suggestions? Thanks, Lesley
  8. lesley

    css is off

    Thank you for the response. I have added IE statements for now. I am still not sure why things just changed on their own. Anyway, i am just have one more problem. the text on my homepage "welcome to tica" is being cut off by part of the image and i am not sure why. Any suggestions? Thanks, Lesley
  9. lesley

    css is off

    Hello, i am looking for some help. I havent changeed any of my code - but for some reason today my website is not rendering correctly in IE, it looks fine in Safari. the domain is tica.org. when you look at the page in IE, there is some text at the top that is appearing lower than it should, so is the search box. Anyway i try to correct it - it affects how the website renders in Safari and other browsers. So i am not sure what to do, any suggestions? Thanks, Lesley
  10. lesley

    link problem

    That worked great! Thank you so much for the help! It fixes it in all IE versions except IE5.5, but i dont think ill worry about that.
  11. lesley

    link problem

    Thank you! I was able to make that change and the webpage validates - however it did not solve the problem. The hover text not turning into a link does seem to be a problem only on older versions of IE. Is there anything i can code in like "if your using IE7 or earlier, do this"??
  12. lesley

    link problem

    Actually, its seems to be a problem just with Internet Explorer. I know i havent populated the links yet, but in IE, it only shows up as text.
  13. lesley

    link problem

    Hello, I am working on a webpage where i have an image and when you roll-over parts of it, text boxes pop up. I have been tring to make the text itself a hyperlink, but nothing i have tried has worked. You can see the page here: http://tica.org/_university/home.php Advice? Thanks, Lesley
  14. Thank you for your response. I agree CMS is a way to collect data from my customers - However i need to collect data that will feed directly into my internal database which is already built and not stored on my web server. Do those CMS products allow that type of data connections?
  15. Hello, I need to inprove my website to allow my customers to login and fill out complex order forms, and have that data sent directly to my internal database. The customers also need to login and see their membership and account details dynamically, so my database has to be able to serve up that data. I know of alot of websites that do this kind of online business - What kind of tools are there that could help me build this? Do i need a web service running on my server? Thanks for any input.
  16. Hello, I am creating an online contact form and need an upload button and captcha capability. So far I have only been successful at one or the other - not both together. My form is here: http://tica.org/email/email.php and the upload currently works - but I cannot seem to figure out how to integrate captcha. I have been able to add the fields themselves (images/text) but I cannot get it to validate. I do not know where to add the code on the page http://tica.org/email/email-thankyou.php. I have used many sites to help me, this is the main one: http://www.phpcaptcha.org/documentation/quickstart/ I have deleted all securimage files because I could not get them to work. Is there an easier way?
  17. i have to make sure the time i type is the exact time it actually is as when i publish the rss feed.
  18. I havent figured out how to automate the RSS through PHP/ASP. So i am currently adding my own items and creating the pubdates myself. It is a static site, no CMS. I keep a "news" section of the website which is just an unordered list and each list item links to a different page. This is the only section of the website i need RSS on. You can see it here if it helps - http://tica.org/member.php Thanks!
  19. Hi All, I am using a hosting company online (BlueHost) that offers statistics. However they do not offer stats on every single page of my site because it is too large. Does anyone know of an online service that can help me obtain these stats? Thanks, Lesley
  20. Hello, I have successfully created an rss feed for my website. However I am struggling with the pubdate. If I don?t get the time exactly correct, then when the update goes to outlook it does not show up as a new post. It is marked already read. Currently I am updating the RSS feed myself. Is there a way to automate the pubdate only? Thanks, Lesley
  21. lesley

    css

    Hello, can anyone give me a clue to what i need to tell internet explorer to do? The following page works well in Firefox, but not in IE. My css for rightrun and leftrun is what is messing up. http://loomtechnologies.com/allvalley/index.php Thanks for the help, Lesley
  22. Hello, I have built a website with php pages. Does a search engine handle a PHP format during a search differently than a HTML page? Will that skew the search results? I am having difficuly making my pages show up in search engines so i thought this might be why. Thanks
  23. Thanks to the tools/lessons from this website i have built quite a large website for my client. Now i am struggling with how to populate distinct meta-tags for each page. Is there a way to automate this? Or suggestions for the best/fastest way to create these keywords per page? Thanks, Lesley
  24. Hello, i have been searching for a open-source program that would allow my customers to create logins, and after they login they see a list of documents (PDF). As the admin, i would upload PDFs and assign which users could view/download them. Has anyone heard of something like this? THanks for your help, Lesley
×
×
  • Create New...