Results 1 to 2 of 2

Thread: links and php

  1. #1
    Join Date
    Dec 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default links and php

    I have a page with many links on it but all the links are saved into my ,mysql database.These links are displayed on my site.I wanted to know if google robots sees those links there.if the admin of this forum will allow me to post my links page so that you can see it i will be greatfull to him.thanks a lot.

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    You can post links to a page you genuinely have a question about, always.
    However, the links in your signature are very suspicious.... they look a lot like spam.

    As for mysql, if you PHP script outputs them, then google and any other robots will see them. PHP parses the page and the source (PHP source) is never seen by anyone who doesn't have direct access to the file on the server. The output of the page is plain html, with things such as links just basic html code and, aside from the page's extension, there will be no trace that the page is PHP, except, perhaps, to someone who can tell, by format, that the likely way to have created the page is with PHP, as would be the case with, for example, a page that updates itself constantly.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •