/    Sign up×
Community /Pin to ProfileBookmark

how can I add a store locator made in php to a html site

thanks

to post a comment
HTML

4 Comments(s)

Copy linkTweet thisAlerts:
@tirnaMay 26.2010 — does the html site have access to php?
Copy linkTweet thisAlerts:
@escobar479authorMay 27.2010 — yes it does
Copy linkTweet thisAlerts:
@Major_PayneMay 28.2010 — Might take a look at [url=http://storelocatorscript.com/]PHP Store Locator Script[/url]. Also, PHP Store Locators Scripts.
Copy linkTweet thisAlerts:
@pixel888Nov 24.2010 — If your server supports .htaccess file you can enable PHP engine for the HTML files by adding the line below to the .htacces file

AddType application/x-httpd-php .html

It will parse all your HTML files as PHP. This way you can use simple php include in the html file like AZ Store Locator does

[code=html]<?php include "locator.php"; ?>[/code]
×

Success!

Help @escobar479 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.14,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...