Page 1 of 1

I need some Help

Posted: Thu Dec 25, 2003 6:50 pm
by supra
I need to add some radio buttons, text fields to a php file i downloaded and everything i try does nothing.....If you can help me, let me know

supra

Posted: Thu Dec 25, 2003 8:05 pm
by Dale
...

Radio Buttons:

Code: Select all

<FORM METHOD=post ACTION="">
<input name="test1" type=radio>Test 1<br>
<input name="test2" type=radio>Test 2<br>
<input type="submit">
</form>
Textfields:

Code: Select all

<FORM METHOD=post ACTION="">
<textarea name="test3" cols=48 rows=4></textarea>
</form>
Is that what you wanted????

Posted: Thu Dec 25, 2003 8:36 pm
by supra
Here is what I have:
http://setup.gregbibbens.com/tracks/fil ... /index.php

and what Im trying to do is:

http://www.flog.com and setup swap -- something very similar

its and uploader/downloader. Ive searched for the last 2 hours and came up with nothing

supra

Posted: Thu Dec 25, 2003 9:18 pm
by Dale
Sorry cant help :(

Posted: Wed Jan 14, 2004 9:56 am
by Dr Evil
Show us the code. We might help with that.
Your second site is using css.

Dr Evil