Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.9K
~382 People Reached
Favorite Forums
Favorite Tags
2 Posted Topics
Yes I know all these Off page SEO strategies, Is any other off page seo strategies?
You're going to want to use AJAX to call a php script from your page and then use the php script to query your database and to echo the results back to the page. <html> <head> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script> <script type="text/javascript"> function searchOccupation () { $.ajax({ url: "searchOccupation.php?search=" + $('#searchTxt').attr('value'), success: …
The End.
jacksparrow0109