Search found 3 matches
- Fri Oct 10, 2008 7:04 pm
- Forum: PHP - Code
- Topic: Anyone familiar with eBays API?
- Replies: 0
- Views: 92
Anyone familiar with eBays API?
I am trying to work out a simple script with PHP and eBay's API. All I want to do is have a search box (form & submit) and when a user enters a word it then returns a link to eBay's search results (i.e link says 'There are 40 results, click here to see them on eBay'). The link of cause would hav...
- Fri Oct 10, 2008 4:48 am
- Forum: PHP - Code
- Topic: Help needed with simple php
- Replies: 6
- Views: 1159
Re: Help needed with simple php
Thanks for the reply. Ok what I actually want to do is as follows. I don't want to output the list of words to html I want to use them within another script . This other script is using a variable which contains ($query= 'item') I want to replace the 'item' with the generated list that my script out...
- Fri Oct 10, 2008 3:54 am
- Forum: PHP - Code
- Topic: Help needed with simple php
- Replies: 6
- Views: 1159
Help needed with simple php
Hey everyone, Basically I am a novice PHP user but I am trying to get into it. I have created a simple script which creates a list of words after running the entered word through a PHP class (the class generates words related to the word typed in). So here is what I have: <form action="index.ph...