I am trying to put a search engine on my website, but I do not have access to MySQL. Here is my current PHP Code:
Code: Select all
php
$_POSTї'search'] = strtoupper($_POSTї'search']);
if ($_POSTї'search']=='COMPUTER' OR $_POSTї'search']=='REPAIR') {
print ("<A HREF=/repair.html>IT Worked with computer repair</A>");
print ("<P>Big name companies do not have time to sit down and talk with a customer to fufill their computer needs. Here at PC First Aid, we realize the importance of a high-quality repair along with superior technical support. ");
}
if ($_POSTї'search']=='SALES' OR $_POSTї'search']=='COMPUTER'){
print ("<A HREF=/repair.html>IT Worked with computer sales</A>");
print ("Our sales department is like no other. We do not carry items in stock like other companies, we actually browse the web for the lowest cost product to insure customer satisfaction.");
}
if ($_POSTї'search']=='WEB' or $_POSTї'search']=='DESIGN'){
print ("<A HREF=/repair.html>IT Worked with web design</A>");
print ("In the 21st century, business do not have time to hire employees for web design. Here at PC First Aid, we provide this service at a minimal fee.");
}
if ($_POSTї'search']=='HOSTING' or $_POSTї'search']=='WEB'){
print ("<A HREF=/repair.html>IT Worked with web hosting</A>");
print ("We provide low-cost, high-quality web hosting with numerous features. Choose from a variety of three plans that best suit your needs. </P>");
}Ryan
RySK8er30@Aol.com