| | |||||
| ||||||||
| Web Development Wanted Requests for websites, templates, custom programming, logos or graphics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Regular Join Date: Jan 2005
Posts: 431
![]() ![]() ![]() | PHP help needed - small job rep only I need someone who is familiar with PHP to insert my affiliate code in a PHP page. I'm sure it's easily done but i don't know the correct syntax (i've tried it doesnt' work). Can someone plese lend a hand? thanks Simon
__________________ www.VWNG.com - Very Wise Name Generator
Last edited by simonj; 09-08-2008 at 10:55 PM.
Reason: typo
|
| |
| | #2 (permalink) |
| NamePros Legend Join Date: Dec 2005 Location: Philippines - www.Nabaza.com
Posts: 19,785
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | save as youraffiliatesite.php PHP Code: |
| |
| | THREAD STARTER #3 (permalink) |
| NamePros Regular Join Date: Jan 2005
Posts: 431
![]() ![]() ![]() | Thanks, but not quite what I had in mind. The page returns variables, which I need to incorporate into my affilliate link. Weblord if you want to take a look PM me, or if someone else can have a crack please let me know. thanks Simon heh you can probably get an idea as to what I want by looking at teh site in my sig
__________________ www.VWNG.com - Very Wise Name Generator |
| |
| | #5 (permalink) |
| NamePros Member Join Date: Dec 2007
Posts: 140
![]() | Hello, I m interested. Please send me exact details of the work. My Contact Details : MSN : nityog@hotmail.com Gmail : nityog@gmail.com I m looking forward to work with you. |
| |
| | THREAD STARTER #6 (permalink) |
| NamePros Regular Join Date: Jan 2005
Posts: 431
![]() ![]() ![]() | the line I'm having trouble with; $mystring='<ahref="http://affiliates.moniker.com/pub/Affiliates?affiliate_id=2328&landingpage=domainche ck&domain='.$prop; $prop is a variable that needs appending to the end of the url, but how do I finish off the $mystring to include $prop</a> (the display text for the url) any ideas? thanks Simon ok half way there lol! got it working but it won't display in the textbox, it just displays the html instead of parsing it. sigh (got it running correctly at the bottom of the page though...WOOT! )
__________________ www.VWNG.com - Very Wise Name Generator |
| |
| | #8 (permalink) |
| NP Maniacâ„¢ Join Date: Apr 2004 Location: Nottingham, UK
Posts: 820
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | A corrected version of -Nick-'s code from above; which didn't end the <a> tag before closing it. PHP Code:
__________________ PHP/MySQL Development offered: PM me for a quote. 47ideas.com - my freelancing portfolio. |
| |
| | #10 (permalink) | ||||
| NP Maniacâ„¢ Join Date: Apr 2004 Location: Nottingham, UK
Posts: 820
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | zoki: PHP Code:
PHP Code:
__________________ PHP/MySQL Development offered: PM me for a quote. 47ideas.com - my freelancing portfolio.
Last edited by Phoenix; 09-10-2008 at 03:17 PM.
| ||||
| |
| | THREAD STARTER #12 (permalink) |
| NamePros Regular Join Date: Jan 2005
Posts: 431
![]() ![]() ![]() | Thanks everyone, this is what I eventually came up with, which I'm kind of proud of as I have no PHP knowlege at all! PHP Code: Simon
__________________ www.VWNG.com - Very Wise Name Generator |
| |