in stuck on what to put in my action area of my form <form action='' method="post" name="submit">
on this url
http://www.runningprofiles.com/members/index.php?page=update is where my tab area is...
it looks like this
<ul id="countrytabs" class="shadetabs">
<li><a href="#" rel="#default" class="selected">User Details</a></li>
<li><a href="include/profiletab/h
obbies.php
" rel="countrycontainer">Abo
ut me</a></li>
<li><a href="include/profiletab/g
oal.php" rel="countrycontainer">Goa
ls</a></li
>
<li><a href="include/profiletab/i
dols.php" rel="countrycontainer">Ido
ls</a></li
>
<li><a href="include/profiletab/t
hanks.php"
rel="countrycontainer">Tha
nks to..</a></li>
</ul>
so if i click the about me tab it shows "include/profiletab/hobbie
s.php" in the tab area!.. so if i want to use php on "include/profiletab/hobbie
s.php" in the tab area what would i need to put in the action script so it doesnt take me to "include/profiletab/hobbie
s.php" but uses the tab of this instead?