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)
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)
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)
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)
What variables are important?
coopster
2:25 pm on Feb 7, 2011 (gmt 0)
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.