Forum Moderators: coopster

Message Too Old, No Replies

PHP wrapper and search results

         

toplisek

9:53 am on Jan 14, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I like to embed ads after some keywords are searched.
How to do it in correct way using PHP (server side scripting language)?

coopster

3:04 pm on Feb 3, 2011 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



On the form processing page you would grab the keywords and run them against your ad database, return the ads that match the keywords, and show the ads on the return display.

toplisek

5:58 pm on Feb 3, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Is there some soficticated code to do this or all should be from the start?

coopster

5:26 pm on Feb 4, 2011 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Standard form processing and database retrieval. You can make it as sophisticated as you would like :)

toplisek

6:56 pm on Feb 4, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



What variables are important?

coopster

2:25 pm on Feb 7, 2011 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



I'm not certain I understand what you are asking when you refer to "variables"? I would imagine that could be different depending on what you are advertising, if it was local or not, etc.