<?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; question</title>
	<atom:link href="http://searchenginescript.biz/tag/question/feed/" rel="self" type="application/rss+xml" />
	<link>http://searchenginescript.biz</link>
	<description></description>
	<lastBuildDate>Thu, 09 Feb 2012 04:11:48 +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>QUESTION ABOUT DOMAINS AND SEARCH ENGINE RANKINGS?</title>
		<link>http://searchenginescript.biz/question-about-domains-and-search-engine-rankings-2/</link>
		<comments>http://searchenginescript.biz/question-about-domains-and-search-engine-rankings-2/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 18:10:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[about]]></category>
		<category><![CDATA[domains]]></category>
		<category><![CDATA[engine]]></category>
		<category><![CDATA[question]]></category>
		<category><![CDATA[rankings]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://searchenginescript.biz/question-about-domains-and-search-engine-rankings-2/</guid>
		<description><![CDATA[Question by Aspurtaime Dog Sneeze: Question about domains and search engine rankings? Question about domains and search engine rankings I am building a website for a realtor. It seems that if the domain contains the search words (e.g &#8220;homes&#8221; and &#8220;Denver&#8221; and &#8220;realtor&#8221; to denverrealtor.com or denverhomes.com) it would rank higher in search engines than]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by Aspurtaime Dog Sneeze</i>: <br />Question about domains and search engine rankings?</strong><br />
Question about domains and search engine rankings</p>
<p>I am building a website for a realtor.  It seems that if the domain contains the search words (e.g &#8220;homes&#8221; and &#8220;Denver&#8221; and &#8220;realtor&#8221; to denverrealtor.com or denverhomes.com) it would rank higher in search engines than those with those words only as metatags.</p>
<p>Is this true?  What is the ideal way to get high on the list?</p>
<p><span id="more-1550"></span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><i>Answer by mavinakdel</i><br/>metatags are important. Use all affiliated tags possible, homes for sale, homes, denver, real estate, realtor&#8230;you get my drift. Secondly&#8230;.search engines browse your content looking for the same text that is in your meta tags. Make good use of your text. The more you use your tags in your text, the superior the engines like it</p>
<p>3rd. Let the search engines know you are out there, submit your site to as many as you can. </p>
<p>4th Links,  Get as many reputable sites to link to you as possible, Link to reputable sites yourself. I can&#8217;t stress how important it is that sites you let link to you and that you link to be REPUTABLE.</p>
<p>5th. Keep your content fresh. Update your site weekly</p>
<p>6th. Networking, good old fashioned networking among your peers is still as important as it ever was. </p>
<p>7th. Emails, email your peers and let them know your site is there, traffic plays a role in SEO</p>
<p>good luck,</p>
<p>mavin</p>
<p>
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong>Add your own answer in the comments!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://searchenginescript.biz/question-about-domains-and-search-engine-rankings-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Q&amp;AMP;A: PHP/MYSQL CASE QUESTION?</title>
		<link>http://searchenginescript.biz/qa-phpmysql-case-question/</link>
		<comments>http://searchenginescript.biz/qa-phpmysql-case-question/#comments</comments>
		<pubDate>Sat, 01 Oct 2011 23:11:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[case]]></category>
		<category><![CDATA[PHP/MySQL]]></category>
		<category><![CDATA[question]]></category>

		<guid isPermaLink="false">http://searchenginescript.biz/qa-phpmysql-case-question/</guid>
		<description><![CDATA[Question by Timbuktu: PHP/MySQL case question? in my search engine script, i have the &#8220;select * from table1 where column1 like %$ _POST[search]% or column2 like etc&#8221;. But when i conduct the search, things appear to be case sensitive. For example, when searching for date, e.g. June, if i typed june, i could not find]]></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 Timbuktu</i>: <br />PHP/MySQL case question?</strong><br />
in my search engine script, i have the &#8220;select * from table1 where column1 like %$  _POST[search]% or column2 like etc&#8221;. But when i conduct the search, things appear to be case sensitive. For example, when searching for date, e.g. June, if i typed june, i could not find anything, only if i typed June. </p>
<p>i could use the &#8220;strtoupper&#8221; function like:</p>
<p>$  _POST[search]=strtoupper($  _POST[search]); before the query above, and then search all in CAPS? </p>
<p>any other solutions which will make things case insensitive?<br />
or put differently: how do you make a query result case insensitive?</p>
<p><span id="more-1439"></span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><i>Answer by Palash</i><br/>just try this code</p>
<p>&#8220;select * from table1 where column1 like &#8216;%$  _POST[search]%&#8217;&#8221;</p>
<p>bsc your query is string not integer thats why your query not working properly.<br />
Thanks</p>
<p>
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong>Give your own answer to this question below!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://searchenginescript.biz/qa-phpmysql-case-question/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HOW DO I ALIGN A GOOGLE SEARCH ENGINE CODE FOR A WEBSITE *NOOB QUESTION :)*?</title>
		<link>http://searchenginescript.biz/how-do-i-align-a-google-search-engine-code-for-a-website-noob-question/</link>
		<comments>http://searchenginescript.biz/how-do-i-align-a-google-search-engine-code-for-a-website-noob-question/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 02:12:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[*noob]]></category>
		<category><![CDATA[align]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[engine]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[question]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://searchenginescript.biz/how-do-i-align-a-google-search-engine-code-for-a-website-noob-question/</guid>
		<description><![CDATA[Question by Shaun: How do I align a google search engine code for a website *noob question *? I know this is probably really simple, but I can&#8217;t seem to figure it out&#8230; I am trying to align in to the right and bottom section of my page (essentially so it&#8217;s in the bottom right)..I]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by Shaun</i>: <br />How do I align a google search engine code for a website *noob question <img src='http://searchenginescript.biz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> *?</strong><br />
I know this is probably really simple, but I can&#8217;t seem to figure it out&#8230; I am trying to align in to the right and bottom section of my page (essentially so it&#8217;s in the bottom right)..I tried changing the style and putting a div border around it, unfortunately that was no help. </p>
<div id="cse" style="width: 30%;">Loading</div>
<p><script src="http://www.google.com/jsapi" type="text/javascript"></script><br />
<script type="text/javascript">
  google.load('search', '1', {language : 'en', style : google.loader.themes.MINIMALIST});
  google.setOnLoadCallback(function() {
    var customSearchControl = new google.search.CustomSearchControl('002934639088769414901:f51xqylhkvw');
    customSearchControl.setResultSetSize(google.search.Search.SMALL_RESULTSET);
    customSearchControl.draw('cse');
  }, true);
</script></p>
<p><span id="more-1394"></span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><i>Answer by Roxon</i><br/>I am not 100% sure what you are asking, but if you want it aligned to the right you can do this:</p>
<div align="right">
<div id="cse" style="width: 30%;">Loading</div>
<p><script src="http://www.google.com/jsapi" type="text/javascript"></script><br />
<script type="text/javascript">
google.load('search', '1', {language : 'en', style : google.loader.themes.MINIMALIST});
google.setOnLoadCallback(function() {
var customSearchControl = new google.search.CustomSearchControl('00293…
customSearchControl.setResultSetSize(goo…
customSearchControl.draw('cse');
}, true);
</script>
</div>
<p>If you want it in the bottom right, that will be trickier. It will require CSS and absolute positioning. You can read about that here:</p>
<p>http://www.yourhtmlsource.com/stylesheets/csslayout.html</p>
<p>Hope this helps, and maybe you can post another more specific question.</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/how-do-i-align-a-google-search-engine-code-for-a-website-noob-question/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ALRIGHT THIS IS A SERIOUS QUESTION. HOW MANY OF YOU REALLY DON&#8217;T KNOW HOW TO USE A SEARCH ENGINE ?</title>
		<link>http://searchenginescript.biz/alright-this-is-a-serious-question-how-many-of-you-really-dont-know-how-to-use-a-search-engine/</link>
		<comments>http://searchenginescript.biz/alright-this-is-a-serious-question-how-many-of-you-really-dont-know-how-to-use-a-search-engine/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 02:10:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Alright]]></category>
		<category><![CDATA[don't]]></category>
		<category><![CDATA[engine]]></category>
		<category><![CDATA[know]]></category>
		<category><![CDATA[many]]></category>
		<category><![CDATA[question]]></category>
		<category><![CDATA[really]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[serious]]></category>
		<category><![CDATA[this]]></category>

		<guid isPermaLink="false">http://searchenginescript.biz/alright-this-is-a-serious-question-how-many-of-you-really-dont-know-how-to-use-a-search-engine/</guid>
		<description><![CDATA[Question by TemporaryChaos: Alright this is a serious question. How many of you really do not know how to use a search engine ? Since I see so many people complaining about people not running a search before asking a question. I figure a lot of you just do not know how. I guess people]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by TemporaryChaos</i>: <br />Alright this is a serious question. How many of you really do not know how to use a search engine ?</strong><br />
Since I see so many people complaining about people not running a search before asking a question.<br />
I figure a lot of you just do not know how.<br />
I guess people do not comprehend what this site is for.<br />
If you cannot find it you ask it right? If you do not know how to find it you pretty much do not have a choice but to ask a question.<br />
If a search was done before each and each question I do not think we would have very many questions or answers and this site would go nowhere.</p>
<p><span id="more-1226"></span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><i>Answer by Velocity</i><br/>Not to be cocky and answer with a question, but is not your question more specifically rooted in the legitimacy of this service, and the ethics behind it quite possibly being founded upon preying on sheer ignorance- hence breeding laziness within society?</p>
<p>If you recieved a legitimate answer, I am sure the suits would be on this topic and in a number of minutes it would never exist.</p>
<p>Charming.</p>
<p>But to answer your question at face value, people are lazy. This site caters to their laziness and your frustrations are ill-spent- its not that people do not know how to use a search engine. As Homer Simpson once said: &#8220;Can&#8217;t someone else do it?&#8221; He used it for a campaign, and he won Springfield&#8217;s support. Its the same here. Taking out the garbage is not that difficult.</p>
<p>
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong>Give your own answer to this question below!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://searchenginescript.biz/alright-this-is-a-serious-question-how-many-of-you-really-dont-know-how-to-use-a-search-engine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>QUESTION REGARDING MY WEBSITE?</title>
		<link>http://searchenginescript.biz/question-regarding-my-website/</link>
		<comments>http://searchenginescript.biz/question-regarding-my-website/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 01:30:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[question]]></category>
		<category><![CDATA[regarding]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi, http://www.raz-sports.com/. My article section ranks well with all the search engines. Same goes for some of my directory pages. That being said, before I begin a large site promotion, I&#8217;d like to receive more feedback. Before I start, I am have re-designed the site. However, during the time I been working on other prospects,]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>http://www.raz-sports.com/. My article section ranks well with all the search engines. Same goes for some of my directory pages. That being said, before I begin a large site promotion, I&#8217;d like to receive more feedback.</p>
<p>Before I start, I am have re-designed the site. However, during the time I been working on other prospects, including some scripting.</p>
<p>Now onto the website <img src='http://searchenginescript.biz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>What I would like to add is add the following features:</p>
<p>1. Score Board&#8212;> would include scores to MLB, NHL, NBA, NFL and so on.</p>
<p>2. Polls &#8212;&#8212;-> Asking different questions regarding sports such as your favorite baseball card.</p>
<p>3. Athlete of the week&#8212;> would like to have an athlete of the week for each sport.</p>
<p>4. Tools section&#8212;-> Will consist of future sports tools for webmasters.</p>
<p>My question is how should I break this site down?</p>
<p>Should I keep the navigation as is but add to it?<br />
Example: Sports Articles/ Sports Directory/ Sports Forums/ Scores/Polls/Tools.</p>
<p>Or should I break the site into sports?<br />
Example: create a baseball page that would list<br />
sports news and facts. On this page would be links named as the following?</p>
<p>1. Baseball Directory&#8211;> links to baseball related websites.</p>
<p>2. Baseball Articles</p>
<p>3. Baseball Scores</p>
<p>4. Baseball Tools</p>
<p>and etc? Or would that be like spam?</p>
<p>Currently I do not believe my site spams. Do you agree? Any suggestions?</p>
<p>All your input is greatly appreciated.<br />
_________________</p>
<p><span id="more-1031"></span><!-- pingbacker_start --><!-- pingbacker_end --></p>
]]></content:encoded>
			<wfw:commentRss>http://searchenginescript.biz/question-regarding-my-website/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A VERY SINCERE AND HONEST QUESTION&#8230;?</title>
		<link>http://searchenginescript.biz/a-very-sincere-and-honest-question/</link>
		<comments>http://searchenginescript.biz/a-very-sincere-and-honest-question/#comments</comments>
		<pubDate>Sat, 25 Sep 2010 02:12:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[honest]]></category>
		<category><![CDATA[question]]></category>
		<category><![CDATA[sincere]]></category>
		<category><![CDATA[very]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[First of all, I want everyone to know that I am 100% serious about this question&#8230; and specifically with regards to this area of personal and technology, programming and such&#8230; I guess the question is multi-fold. 1) Why is it people ask for people to do their homework for them? First of all, they will]]></description>
			<content:encoded><![CDATA[<p>First of all, I want everyone to know that I am 100% serious about this question&#8230; and specifically with regards to this area of personal and technology, programming and such&#8230;</p>
<p>I guess the question is multi-fold.</p>
<p>1)  Why is it people ask for people to do their homework for them?  First of all, they will not get an answer right away, like they could with a easy google search using the EXACT SAME WORDING&#8230; and secondly, what makes them think they have the right to circumvent their own learning by having other people do the work for them?</p>
<p>2) Why cannot people figure out how to use a search engine?  Seriously&#8230; type your question in the search box, and browse the first 3 or 4 results, and WHAM, there is your answer!  Whatever happened to the drive to solve your own problems through personal research, instead of asking everyone else out there to do the research for you?    Seriously, you could easily answer half of the questions asked by simply doing your own Google searches, but instead people impose on others to answer the question for them?  *sigh*</p>
<p>3) How often are we going to see &#8220;How do I make a website?&#8221; questions?  SERIOUSLY!  I see like 4 or 5 of these per day!</p>
<p>4) When will people realize that there is a difference between programming and scripting?  C++ : programming.  PHP: Scripting.  VB.NET: Programming.  HTML: Scripting&#8230; </p>
<p>So yeah, some of this question is based in frustration&#8230; some of it is just my cynical humorous way of looking at the world.</p>
<p>BEST ANSWER is the one that makes me laugh the most. <img src='http://searchenginescript.biz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Just to be clear, I know there are a lot of really good questions on here, and these are the ones I look for and attempt to answer&#8230; this place certainly serves a wonderful purpose&#8230;</p>
<p>But seriously, it&#8217;s filled with junk questions that are easily answered with a tiny desire to do so.</p>
<p><span id="more-975"></span><!-- pingbacker_start --><!-- pingbacker_end --></p>
]]></content:encoded>
			<wfw:commentRss>http://searchenginescript.biz/a-very-sincere-and-honest-question/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>WEB SITE QUESTION: HOW CAN YOU MAKE IT SO YOUR WEB SITE SHOWS UP IN SEARCH ENGINES LIKE YAHOO OR GOOGLE EASY?</title>
		<link>http://searchenginescript.biz/web-site-question-how-can-you-make-it-so-your-web-site-shows-up-in-search-engines-like-yahoo-or-google-easy/</link>
		<comments>http://searchenginescript.biz/web-site-question-how-can-you-make-it-so-your-web-site-shows-up-in-search-engines-like-yahoo-or-google-easy/#comments</comments>
		<pubDate>Fri, 24 Sep 2010 06:37:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[engines]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[like]]></category>
		<category><![CDATA[question]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[shows]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[My friend just got his web site up and running. He wants to make it or accessible for people to find in search engines. I sure there is a spot to put in details that the search engines look for but I am just not sure. I myself have not built a web site in]]></description>
			<content:encoded><![CDATA[<p>My friend just got his web site up and running. He wants to make it or accessible for people to find in search engines. I sure there is a spot to put in details that the search engines look for but I am just not sure. I myself have not built a web site in a long time and I just want to make sure before I go over to try to help him out.</p>
<p><span id="more-971"></span><!-- pingbacker_start --><!-- pingbacker_end --></p>
]]></content:encoded>
			<wfw:commentRss>http://searchenginescript.biz/web-site-question-how-can-you-make-it-so-your-web-site-shows-up-in-search-engines-like-yahoo-or-google-easy/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>CALLING ALL SEO EXPERTS: QUESTION ON MULTIPLE ARTICLE SUBMISSION?</title>
		<link>http://searchenginescript.biz/calling-all-seo-experts-question-on-multiple-article-submission/</link>
		<comments>http://searchenginescript.biz/calling-all-seo-experts-question-on-multiple-article-submission/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 06:43:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[Calling]]></category>
		<category><![CDATA[experts]]></category>
		<category><![CDATA[Multiple]]></category>
		<category><![CDATA[question]]></category>
		<category><![CDATA[submission.]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[hi, I never thought i&#8217;d be asking this question here on yahoo. I am new to yahoo answers. See, this is not really an important question, its just that its been in the back of my mind for some time now. The question is, I have purchased an article submission software that needs me to]]></description>
			<content:encoded><![CDATA[<p>hi, I never thought i&#8217;d be asking this question here on yahoo. I am new to yahoo answers. See, this is not really an important question, its just that its been in the back of my mind for some time now.</p>
<p>The question is, I have purchased an article submission software that needs me to manually submit my original articles to a list of article submission sites.</p>
<p>Is this good for SEO? because i know that search engine penalization occurs when theres duplication of content. I dont get penalised, but its the article submission site that gets it, so they like exclusive content to the ones that are widely distributed.</p>
<p>also, whats your take on content-spooler? its a script that scrambles your articles to make many version of it, that is unique, yet readable</p>
<p>Thanks for the time and input, greatly appreciated</p>
<p>and what do you</p>
<p><span id="more-873"></span><!-- pingbacker_start --><!-- pingbacker_end --></p>
]]></content:encoded>
			<wfw:commentRss>http://searchenginescript.biz/calling-all-seo-experts-question-on-multiple-article-submission/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>MYSQL QUESTION&amp;LT; CAN YOU HELP?</title>
		<link>http://searchenginescript.biz/mysql-question-can-you-help/</link>
		<comments>http://searchenginescript.biz/mysql-question-can-you-help/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 04:00:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[question]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[i have a PHP script with a sql statement that accesses a database. this script will pull each record, however. If i wanted i could restrict the records to be pulled to let us state 20 per page. now the question: i wish to create a &#8220;&#8221;click next&#8221; button so that the user can navigate]]></description>
			<content:encoded><![CDATA[<p>i have a PHP script with a sql statement that accesses a database. this script will pull each record, however. If i wanted i could restrict the records to be pulled to let us state 20 per page. </p>
<p>now the question: i wish to create a &#8220;&#8221;click next&#8221; button so that the user can navigate to the next 20 then next 20 and so on. how can i go by doing that? if i had 1 million records, of course when the user runs the script he or she will see a large large page and will take time for dquery to run. what is the solution here?</p>
<p>of course i have a search engine, which will help search by certain criteria, but i wish the user to access the whole data as well.<br />
Xizzi, thanks a lot, that should definitely help, up to the point. Good place to spend the weekend for me <img src='http://searchenginescript.biz/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
great answer.<br />
Bernz, good points, thanks a lot.</p>
<p> didnt know dreamweaver could do that, seems like it is time for me that i used it.</p>
<p><span id="more-841"></span><!-- pingbacker_start --><!-- pingbacker_end --></p>
]]></content:encoded>
			<wfw:commentRss>http://searchenginescript.biz/mysql-question-can-you-help/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HAVE YOU EVER TYPED YOUR OWN SCREEN NAME INTO THE QUESTION SEARCH ENGINE?</title>
		<link>http://searchenginescript.biz/have-you-ever-typed-your-own-screen-name-into-the-question-search-engine/</link>
		<comments>http://searchenginescript.biz/have-you-ever-typed-your-own-screen-name-into-the-question-search-engine/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 12:37:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[engine]]></category>
		<category><![CDATA[ever]]></category>
		<category><![CDATA[into]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[question]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[typed]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Isn&#8217;t there an world wide web term for doing that? I just did it and realized I missed some very fun questions&#8230; apparently I wash my contact lenses in Glenlivet&#8230; LOL It&#8217;s astonishing to see the pages of questions about Pangel, Fireball and many others&#8230;]]></description>
			<content:encoded><![CDATA[<p>Isn&#8217;t there an world wide web term for doing that?  I just did it and realized I missed some very fun questions&#8230; apparently I wash my contact lenses in Glenlivet&#8230; LOL<br />
It&#8217;s astonishing to see the pages of questions about Pangel, Fireball and many others&#8230;</p>
<p><span id="more-821"></span><!-- pingbacker_start --><!-- pingbacker_end --></p>
]]></content:encoded>
			<wfw:commentRss>http://searchenginescript.biz/have-you-ever-typed-your-own-screen-name-into-the-question-search-engine/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
	</channel>
</rss>

