7,163 Topics

Member Avatar for
Member Avatar for Shodow

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/a1039476/public_html/getdetails.php on line 69 help <form action="getdetails.php" method="post"> Search Within: <select name="searchtype"> <option value="CustomerID">Customer ID</option> <option value="CustomerName">Customer Name</option> </select> Search Record: <input name="searchterm" type=”"text" size="20"/> <input type="submit" name="submit" value="Search"/> </form> <?PHP echo "<title> *********** </title>"; $searchtype=$_POST['searchtype']; $searchterm=trim($_POST['searchterm']); if …

Member Avatar for pritaeas
0
250
Member Avatar for Shodow

onload mysql 'query' will be executed then if the visitor will hit search the mysql 'querysearch' will be executed how to do that? <form action="default.php" method="post"> Search Within: <select name="searchtype"> <option value="CustomerID">Customer ID</option> <option value="CustomerName">Customer Name</option> </select> Search Record: <input name="searchterm" type=”"text" size="20"/> <input type="submit" name="submit" value="Search"/> </form> $searchtype=$_POST['searchtype']; $searchterm=trim($_POST['searchterm']); …

Member Avatar for LastMitch
0
214
Member Avatar for DrChocolate

Dear Everyone, I have a functional instant search (in draft at [Click Here](http://www.woofwoofwoof.org/is08/search.htm)). I want the search to function very similarly to Google. This will help sighted people figure it out, and bring me much more in compliance with accessibility standards. Unfortunately, I'm missing two "Google-oid" features: . 1) **How …

Member Avatar for Airshow
0
345
Member Avatar for dinhunzvi

i have two tables with the following columns: departments: departmentID tinyint not null department varchar( 30 ) not null employees: employeeID SMALLINT(5) not null departmentID tinyint not null firstName varchar(30) not null lastName varchar(30) not null how do i create the two tables using SQL with a foreign key linking …

Member Avatar for ChrisHunter
0
196
Member Avatar for mafuz62
Member Avatar for vekatesh25

Do-follow blogs on the other hand do not use the “no-follow” attribute in their links. This allows search engines to index the links in comments and pass page rank accordingly. As a result, commenting on these blogs offers improved SEO benefits.

Member Avatar for roversin
0
196
Member Avatar for micheal.burns1

For a particular keyword, we have 2 listing on Google.com site. Unfortunately, the page which is at 30 rank lacks onpage factor's and relevancy for that particular keyword and the page which we have optimized ranks at 51 position. we need to get ranking in 1 or may be 1 …

Member Avatar for micheal.burns1
0
149
Member Avatar for Eridanus

Hello, I need a little help with the correct implementantion of the bisection search algorithm in the following exercise: - with 2 given variables, balance and annual interest rate, calculate the smallest monthly payment so that we can pay off the balance within a year test case: balance = 320000 …

Member Avatar for amRx1
0
1K
Member Avatar for somjit{}

**the code works perfectly, just i got something i dont understand...** i'v been trying to get a hold of recursion and sorting for about 3-4 days now, im getting some of it, but still not happy enough.. i searched for some good code for binary search and merge sort on …

Member Avatar for somjit{}
0
429
Member Avatar for shlokka

hi guys, i have a rege code that looks to see if a block of text has a link. i have modded it to show the link as an image if it exists (badly i know this method isnt very good) what i need to do is check if the …

Member Avatar for diafol
0
202
Member Avatar for mayank.15

Hey Everyone! I am a newcomer to Lucene and Nutch usage. I crawled a few webpages to create an Index using Nutch. Now instead of using Tomcat to search through this created index, I wanted to search through this index using a typical search in Lucene. Now, I realized that …

Member Avatar for b.s.herbert
1
91
Member Avatar for superchica08

Combining queue and stack link list? hello so here is my question i ave to connect a link lists together, one who behaves like a stack the other like a queue.the numbers used are 11 22 44 77 33 99 66. so the stack link list looks like this 66 …

Member Avatar for Lerner
0
1K
Member Avatar for pawan768

Hi , I want to add a form , which will after any one like us on Facebook then on Google Plus, After likeing us on FB and G+ page automatically opend. How i can apply these validation and how i check wether any one like fb or G+ like.

Member Avatar for adam.adamski.96155
0
86
Member Avatar for davy_yg

Hello, I just register my site in search enginee. How long does it takes for google until my search appears in google? I also have not enter the site description yet. If it is necessary, where should I enter it ? Most sites have site description in google when people …

Member Avatar for davy_yg
0
187
Member Avatar for Jur

I am making android application, where am I collectiong GPS information and in the end a make a gpx file with rte and rtept elements. It all works fine when I use trk,trkseg,trkpt but I can't make google earth show description of trkpt when you click on the point. So …

0
91
Member Avatar for TrustyTony
0
515
Member Avatar for utchia

Hi i am trying to write a search function and the question i have is this, when i do something like this comix[0] = new Comic("book title", "Author", "isbn", 454.24F); for (int i = 0; i < comix.length; i++) { Scanner console = new Scanner(System.in Scanner console = new Scanner(System.in); …

Member Avatar for Taywin
0
220
Member Avatar for harintfs

Hi friends, I have some doubts in SEO.. Pls imagine... I have www.mydomain.com which explains various topics in PHP programing, Google search result for this site is very good, Now I started asp.mydomain.com as subdomain for another topic, but It is not in search result even after 2 month (up …

Member Avatar for harintfs
0
156
Member Avatar for anandagrawalseo

What is Website Auditing? I am looking for some serious answers. kinldy explain it in details.

Member Avatar for SEOtacs
0
173
Member Avatar for jontennyeah

i have a 1 listview with the records from my ms access datebase. Can you help me to work with the button than can search all the records in each cell / subitems on the listview? THAnKS godbless :)

Member Avatar for jontennyeah
0
108
Member Avatar for micheal.burns1

I heard a lot about profile linking i.e. Get registered on a particular site and post link in your profile. But if the sites are irrelevant ones but they all have good domain authority and High PR. I'm not sure whether to go for profile link building or not? And …

Member Avatar for micheal.burns1
0
235
Member Avatar for jassicute

Hello friends, What is the Internal Linking and how we do the internal linking?What is the importance of the internal linking?

Member Avatar for Steve Biztech
0
158
Member Avatar for jyotsna01
Member Avatar for jyotsna01
0
98
Member Avatar for apanimesh061

<?php include 'simple_html_dom.php'; function get_url_contents($url){ $crl = curl_init(); $timeout = 5; curl_setopt ($crl, CURLOPT_URL,$url); curl_setopt ($crl, CURLOPT_RETURNTRANSFER, 1); curl_setopt ($crl, CURLOPT_CONNECTTIMEOUT, $timeout); $ret = curl_exec($crl); curl_close($crl); return $ret; } $url = 'http://rural.nic.in'; $outhtml = get_url_contents($url); $html= str_get_html($outhtml); foreach($html->find('li')as $item) { echo $item."<br>"; } //print_r($outhtml); ?> I wish to print only …

Member Avatar for adam.adamski.96155
0
95
Member Avatar for vkmigrate
Member Avatar for Ridsy

Many ways of finding do follow backlinks, i will give my tactic of finding do follow backlinks. First of all download the seo link analysis for Mozilla addon.And then activate and go the yahoo. Later write linkdomain:[url]www.seobook.com[/url] and look at seobook’s backlinks you will see black, red,and yellow.Black is do …

Member Avatar for seobellawright
0
475
Member Avatar for smith32

Hi, I'm working on a quick sort for double linked list. All work except the first item. I don't know what is wrong. Can u plz help me find the error? Here is my code. dlist_t* quick_sort(dlist_t* list) { dlnode_t *tnode = NULL, *first = NULL, *last = NULL; first …

Member Avatar for smith32
0
244
Member Avatar for zesiranjha

Hi Everyone Can you please share your Free blogs websites list. I need 200 websites, I want to create a blogs on these websites to get backlinks. Looking forward Zeeshan Ranjha

Member Avatar for erica.lrk
-1
249
Member Avatar for stephen2397

The main objective of using a website and marketing strategies to promote the website is to attract a huge mass from the web world and generate leads from the mass and enable the enhanced growth in the business. Regarding the marketing of a website many technology emerges in past 10 …

Member Avatar for RayKersten
-1
198
Member Avatar for dasd

I'm interested in the HTC One. It is reported to have a 'hard to damage' polycarbonate case and seems to have great user reviews. My issue is with AT&T selling this phone for $549.00 without contract (* $199.00 with a 2 Year - which I do not want!*) when it …

Member Avatar for rubberman
0
197

The End.