Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 10-01-2008, 05:11 PM   #1
Advanced Warrior
 
David Surk's Avatar
 
Join Date: Dec 2005
Location: New York City, USA.
Posts: 745
Thanks: 2
Thanked 1 Time in 1 Post
Contact Info
Send a message via ICQ to David Surk Send a message via AIM to David Surk Send a message via MSN to David Surk Send a message via Yahoo to David Surk
Default PHP Gurus - How much should this cost me? (fairly simple)

Hi folks, hopefully someone who knows php can help me out. I'm using a script that generates really simple pages. It uses tpl and css files for the actual template formating and layout. What I want to do is add a pre head to the top of the pages generated with some specific text and formatting.

If I were to pay someone to modify the tpl file how much should it cost me?

Much love,
Dave.
David Surk is offline   Reply With Quote
Old 10-01-2008, 05:14 PM   #2
Glad I Got Canned
 
Join Date: Sep 2008
Location: NY
Posts: 681
Thanks: 330
Thanked 61 Times in 57 Posts
Social Networking View Member's Twitter Profile  View Member's YouTube Profile
Default Re: PHP Gurus - How much should this cost me? (fairly simple)

I'm not sure what you mean by "pre head." Are you talking about adding an html header or a visible region of the page?

SurviveUnemployment is offline   Reply With Quote
Old 10-01-2008, 05:21 PM   #3
Active Warrior
 
lightningzeus's Avatar
 
Join Date: Sep 2008
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: PHP Gurus - How much should this cost me? (fairly simple)

well if it is what i think it is, this should be a sumwhat easy job and should not cost u that much at all
im guessing maybe $15-$20 if done by sumbody good

lightningzeus is offline   Reply With Quote
Old 10-01-2008, 05:23 PM   #4
Advanced Warrior
 
David Surk's Avatar
 
Join Date: Dec 2005
Location: New York City, USA.
Posts: 745
Thanks: 2
Thanked 1 Time in 1 Post
Contact Info
Send a message via ICQ to David Surk Send a message via AIM to David Surk Send a message via MSN to David Surk Send a message via Yahoo to David Surk
Default Re: PHP Gurus - How much should this cost me? (fairly simple)

A pre head being just some text that is at the very top of the page. The pre head does have a small bit of php that is dynamic. It just tells the visitor what state or country they are from. But on the whole is just 1 line of text.

Much love,
Dave.
David Surk is offline   Reply With Quote
Old 10-01-2008, 05:32 PM   #5
NMP
Screw It
War Room Member
 
Join Date: Jul 2002
Location: Umea, Umea, Sweden.
Posts: 614
Blog Entries: 3
Thanks: 23
Thanked 20 Times in 18 Posts
Social Networking View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via ICQ to NMP Send a message via Yahoo to NMP Send a message via Skype™ to NMP
Default Re: PHP Gurus - How much should this cost me? (fairly simple)

MaxMind - GeoIP PHP API

Else Add:

<script language="JavaScript" src="http://j.maxmind.com/app/geoip.js"></script>

<br>Country Code:
<script language="JavaScript">document.write(geoip_country _code());</script>
<br>Country Name:
<script language="JavaScript">document.write(geoip_country _name());</script>
<br>City:
<script language="JavaScript">document.write(geoip_city()) ;</script>
<br>Region:
<script language="JavaScript">document.write(geoip_region( ));</script>
<br>Latitude:
<script language="JavaScript">document.write(geoip_latitud e());</script>
<br>Longitude:
<script language="JavaScript">document.write(geoip_longitu de());</script>

Delete lines you do not need.

Daniel
NMP is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum

Tags
cost, fairly, gurus, php, simple

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 10:12 PM.