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
I need some Help
Moderator: General Moderators
...
Radio Buttons:
Textfields:
Is that what you wanted????
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>Code: Select all
<FORM METHOD=post ACTION="">
<textarea name="test3" cols=48 rows=4></textarea>
</form>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
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