<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Search engine script &#187; Questions</title>
	<atom:link href="http://searchenginescript.biz/tag/questions/feed/" rel="self" type="application/rss+xml" />
	<link>http://searchenginescript.biz</link>
	<description></description>
	<lastBuildDate>Tue, 22 May 2012 07:10:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>QUESTIONS RELATED TO SEARCH ENGINE OPTIMISATION ( SEO ). ABOUT LINK BUILDING?</title>
		<link>http://searchenginescript.biz/questions-related-to-search-engine-optimisation-seo-about-link-building-2/</link>
		<comments>http://searchenginescript.biz/questions-related-to-search-engine-optimisation-seo-about-link-building-2/#comments</comments>
		<pubDate>Thu, 12 Apr 2012 17:09:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[about]]></category>
		<category><![CDATA[building]]></category>
		<category><![CDATA[engine]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[Optimisation]]></category>
		<category><![CDATA[Questions]]></category>
		<category><![CDATA[related]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://searchenginescript.biz/questions-related-to-search-engine-optimisation-seo-about-link-building-2/</guid>
		<description><![CDATA[Question by ching c: Questions related to search engine optimisation ( SEO ). about link building? I will give you a situation. If i build links for a site by different ways like article submission (adding a link to my page at the bottom resource box), relevant constructive commenting on blogs or sites, Forum posts,]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by ching c</i>: <br />Questions related to search engine optimisation ( SEO ). about link building?</strong><br />
I will give you a situation. If i build links for a site by different ways like article submission (adding a link to my page at the bottom resource box), relevant constructive commenting on blogs or sites, Forum posts, reviews, adding permanent links (links only) on sites, etc.<br />
How can i keep track of the links i built? can i somehow know each and each link i built on the internet?</p>
<p>My real question is that if i search on google for my url<br />
WIll google display each and each of the back link i built over the internet? Or it will display only the ones it thinks about of any value?</p>
<p>And if some of my links like comments on blogs, links on sites, article submission links are not displayed, then do the undisplayed ones help index my site superior with google? Do the undisplayed ones help build my trust with google better?<br />
do they help me superior index my pages ?<br />
I shall be grateful for a complete answer. Thanks a lot in advance..</p>
<p><span id="more-1621"></span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><i>Answer by kevin s</i><br/>You can use my backlink checker</p>
<p>
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong>Know better? Leave your own answer in the comments!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://searchenginescript.biz/questions-related-to-search-engine-optimisation-seo-about-link-building-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PHP MYSQL SEARCH TABLE QUESTIONS.?</title>
		<link>http://searchenginescript.biz/php-mysql-search-table-questions/</link>
		<comments>http://searchenginescript.biz/php-mysql-search-table-questions/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 17:10:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Questions]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://searchenginescript.biz/php-mysql-search-table-questions/</guid>
		<description><![CDATA[Question by piki to to loss: php mysql search table questions.? Hi, I have run into a slight problem and was wondering if anyone could help me. ok first off I am trying to search the table &#8216;friendships&#8217; on my database. in the this table there are 3 columns (sender, receiver,approved). i have set up]]></description>
			<content:encoded><![CDATA[<a target="_blank" href="http://your-own-search.com/"  target="_blank"><img src="http://searchenginescript.biz/se.jpg" alt="Search engine" border="0" /></a><p><strong><i>Question by piki to to loss</i>: <br />php mysql search table questions.?</strong><br />
Hi,<br />
I have run into a slight problem and was wondering if anyone could help me.<br />
ok first off I am trying to search the table &#8216;friendships&#8217; on my database.<br />
in the this table there are 3 columns (sender, receiver,approved).</p>
<p>i have set up a search engine bases off of this website<br />
(http://www.designplace.org/scripts.php?page=1&#038;c_id=25)<br />
it works well for me to enter in a easy query and get a result but this is where I run into the trouble</p>
<p>Out of the 3 columns table the &#8216;sender&#8217; is the id of the person who sent the request, in the &#8216;receive&#8217; is the person who received it, and the approved is rather or not it has been approved(yes/no).<br />
(but i do not know who sent the request and who received it)</p>
<p>I want to make the search results display a list of the users friends.<br />
on searching i have the users id stored in a cookie so i can access it.</p>
<p>what code could i add onto that site&#8217;s code that would grant me to  find out which was the user id, (out of the sender or the receiver with the approved=yes). and then how could i display each of the friend&#8217;s id (remember i only have the user&#8217;s id stored in a cookie)?</p>
<p>Also remember that there is more than one friendship on the table, and each user can have multiple friendships.</p>
<p>thanks for any input!</p>
<p><span id="more-1573"></span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><i>Answer by Colanth</i><br/>You&#8217;re not defining the relationship between the table and &#8220;friends&#8221; to us.  If you mean the records that have the receiver id (the user&#8217;s id) and approved = yes, just do that search:</p>
<p>SELECT * FROM tablename WHERE receiver = userid AND approved = &#8216;yes&#8217;;</p>
<p>If you want it to search for the userid in both sender and receiver:</p>
<p>SELECT * FROM tablename WHERE (receiver = userid OR sender = userid) AND approved = &#8216;yes&#8217;;</p>
<p>
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong>What do you think? Answer below!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://searchenginescript.biz/php-mysql-search-table-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PLEASE ANSWER THESE COMPUTER RELATED QUESTIONS?</title>
		<link>http://searchenginescript.biz/please-answer-these-computer-related-questions/</link>
		<comments>http://searchenginescript.biz/please-answer-these-computer-related-questions/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 01:58:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Answer]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[Please]]></category>
		<category><![CDATA[Questions]]></category>
		<category><![CDATA[related]]></category>
		<category><![CDATA[these]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[* This is important in any language, programming or otherwise:_ _ _ _ _ _ * Popular antivirus software:_ _ _ _ _ _ * Equivalent of aliasing in C:_ _ _ _ _ _ _ * Anaconda, cobra,…or a scripting language: _ _ _ _ _ _ * Related to either a tortoise or]]></description>
			<content:encoded><![CDATA[<p>* This is important in any language, programming or otherwise:_ _ _ _ _ _<br />
          * Popular antivirus software:_ _ _ _ _ _<br />
          * Equivalent of aliasing in C:_ _ _ _ _ _ _<br />
          * Anaconda, cobra,…or a scripting language: _ _ _ _ _ _<br />
          * Related to either a tortoise or a turtle- not both:_ _ _ _<br />
          * A powerful search engine:_ _ _ _ _ _ _ _ _<br />
          * Something to do with cloud computing:_ _ _ _ _<br />
          * ASCII value 13 superior known as:_ _ _ _ _ _ _ _   _ _ _ _ _ _<br />
          * Technology named after the creator’s hairstyle based nickname:_ _ _ _ _ _ _<br />
          * Involves making a processor work faster than it was designed to be:_ _ _ _ _ _ _ _ _ _ _ _<br />
          * Common way to compress video:_ _ _ _ _ _ _ _ _ _ _<br />
          * Do this before you remove your USB flash drive:_ _ _ _ _ _ _<br />
          * 2^60 is better(or worse!) known as:_ _ _ _ _ _ _</p>
<p>Please try to answer as many questions as possible.</p>
<p><span id="more-993"></span><!-- pingbacker_start --><!-- pingbacker_end --></p>
]]></content:encoded>
			<wfw:commentRss>http://searchenginescript.biz/please-answer-these-computer-related-questions/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>I JUST PURCHASED MULTIPLE DOMAINS AND NEED ADVICE (3 QUESTIONS) I JUST BOUGHT THE FOLLOWING 4 DOMAINS.?</title>
		<link>http://searchenginescript.biz/i-just-purchased-multiple-domains-and-need-advice-3-questions-i-just-bought-the-following-4-domains/</link>
		<comments>http://searchenginescript.biz/i-just-purchased-multiple-domains-and-need-advice-3-questions-i-just-bought-the-following-4-domains/#comments</comments>
		<pubDate>Sun, 19 Sep 2010 02:40:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[bought]]></category>
		<category><![CDATA[domains]]></category>
		<category><![CDATA[following]]></category>
		<category><![CDATA[just]]></category>
		<category><![CDATA[Multiple]]></category>
		<category><![CDATA[Need]]></category>
		<category><![CDATA[purchased]]></category>
		<category><![CDATA[Questions]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[as you can see they are each similar in spelling but different. this way no matter how someone spells it, they will always get to my site. further more i have the other 3 domains redirect to the first one. I originaly thought It would be cool to have a website devoted to the real]]></description>
			<content:encoded><![CDATA[<p>as you can see they are each similar in spelling but different.  this way no matter how someone spells it, they will always get to my site.  further more i have the other 3 domains redirect to the first one.  I originaly thought It would be cool to have a website devoted to the real working women of the world, you know, the lady mechanics, cowgirls, secrataries, delivery girls, femal teachers, etc.  the girls that get dirty and work hard in life, not the plastic fake &#8220;women in uniform&#8221; kind of junk you see all over the net.<br />
anyway, here are my three swift questions:<br />
1. what do you think would be a clever original thing to do with this website?<br />
2. when it comes to search engines is it superior to have my other sites MIRROR the main one or redirect to it?<br />
3. is there a pre-made script I can buy that will make this task easier for me? I knwo it will be a lot of work, : )</p>
<p>www.sexyworkingwomen.com www.sexyworkingwoman.com www.sexyworkinwomen.com www.sexyworkinwoman.<br />
i have read that some forums &#8220;hire&#8221; forum writers to see the forums, do you think thats a common practice and do you think its worth it?  anyone know what the going fee is?  thanks again!</p>
<p><span id="more-957"></span><!-- pingbacker_start --><!-- pingbacker_end --></p>
]]></content:encoded>
			<wfw:commentRss>http://searchenginescript.biz/i-just-purchased-multiple-domains-and-need-advice-3-questions-i-just-bought-the-following-4-domains/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WHY DO PEOPLE ASK QUESTIONS ON YAHOO ANSWERS THAT THEY CAN FIND ON THEIR OWN WITH YAHOO SEARCH?</title>
		<link>http://searchenginescript.biz/why-do-people-ask-questions-on-yahoo-answers-that-they-can-find-on-their-own-with-yahoo-search/</link>
		<comments>http://searchenginescript.biz/why-do-people-ask-questions-on-yahoo-answers-that-they-can-find-on-their-own-with-yahoo-search/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 00:38:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Answers]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[people]]></category>
		<category><![CDATA[Questions]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[their]]></category>
		<category><![CDATA[they]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I&#8217;ve seen a question like , &#8220;What is the capitol of Nebraska?&#8221; before and all I did to find the answer is put it into the search engine so why do you think people do not do that themself?]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve seen a question like , &#8220;What is the capitol of Nebraska?&#8221; before and all I did to find the answer is put it into the search engine so why do you think people do not do that themself?</p>
<p><span id="more-939"></span><!-- pingbacker_start --><!-- pingbacker_end --></p>
]]></content:encoded>
			<wfw:commentRss>http://searchenginescript.biz/why-do-people-ask-questions-on-yahoo-answers-that-they-can-find-on-their-own-with-yahoo-search/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>WHY DO THE QUESTIONS GET ASKED BEFORE THE ANSWER IS SOUGHT ON A SEARCH ENGINE.?</title>
		<link>http://searchenginescript.biz/why-do-the-questions-get-asked-before-the-answer-is-sought-on-a-search-engine/</link>
		<comments>http://searchenginescript.biz/why-do-the-questions-get-asked-before-the-answer-is-sought-on-a-search-engine/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 20:44:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Answer]]></category>
		<category><![CDATA[asked]]></category>
		<category><![CDATA[before]]></category>
		<category><![CDATA[engine]]></category>
		<category><![CDATA[Questions]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[sought]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[So many questions and answers could be found by using the search engine. Is it to simple for people to ask questions instead of doing a tiny research of there own?.]]></description>
			<content:encoded><![CDATA[<p>So many questions and answers could be found by using the search engine.<br />
Is it to simple for people to ask questions instead of doing a tiny research of there own?.</p>
<p><span id="more-927"></span><!-- pingbacker_start --><!-- pingbacker_end --></p>
]]></content:encoded>
			<wfw:commentRss>http://searchenginescript.biz/why-do-the-questions-get-asked-before-the-answer-is-sought-on-a-search-engine/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>QUESTIONS RELATED TO SEARCH ENGINE OPTIMISATION ( SEO ). ABOUT LINK BUILDING?</title>
		<link>http://searchenginescript.biz/questions-related-to-search-engine-optimisation-seo-about-link-building/</link>
		<comments>http://searchenginescript.biz/questions-related-to-search-engine-optimisation-seo-about-link-building/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 21:36:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[about]]></category>
		<category><![CDATA[building]]></category>
		<category><![CDATA[engine]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[Optimisation]]></category>
		<category><![CDATA[Questions]]></category>
		<category><![CDATA[related]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I will give you a situation. If i build links for a site by different ways like article submission (adding a link to my page at the bottom resource box), relevant constructive commenting on blogs or sites, Forum posts, reviews, adding permanent links (links only) on sites, etc. How can i keep track of the]]></description>
			<content:encoded><![CDATA[<p>I will give you a situation. If i build links for a site by different ways like article submission (adding a link to my page at the bottom resource box), relevant constructive commenting on blogs or sites, Forum posts, reviews, adding permanent links (links only) on sites, etc.<br />
How can i keep track of the links i built? can i somehow know each and each link i built on the internet?</p>
<p>My real question is that if i search on google for my url<br />
WIll google display each and each of the back link i built over the internet? Or it will display only the ones it thinks about of any value?</p>
<p>And if some of my links like comments on blogs, links on sites, article submission links are not displayed, then do the undisplayed ones help index my site superior with google? Do the undisplayed ones help build my trust with google better?<br />
do they help me superior index my pages ?<br />
I shall be grateful for a complete answer. Thanks a lot in advance..</p>
<p><span id="more-656"></span><!-- pingbacker_start --><!-- pingbacker_end --></p>
]]></content:encoded>
			<wfw:commentRss>http://searchenginescript.biz/questions-related-to-search-engine-optimisation-seo-about-link-building/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

