Código PHP:
Ver original<form action="publicar.php" method="post" enctype="multipart/form-data" name="form" class="general" id="form" style="" onsubmit="return checar();">
<div id="charLeft"></div>
<h2>Anuncia ya, Deja tu ubicacion detalle y dato de contacto en 360 caracteres :)</h2>
<p> </p>
<table width="300" border="0" align="center">
<tr>
<td width="148"><input name="opcion" type="radio" id="opcion_0" onclick="cambiar_opcion(this)" value="solo texto" checked="checked" />
Solo Texto</td>
<td width="136"> <input type="radio" name="opcion" onclick="cambiar_opcion(this)" value="con imagen" id="opcion_1" />
Con Imagen</td>
</tr>
</table>
<span id="sprytextarea1">
<label for="clasificados"></label>
<textarea name="clasificado" id="clasificado" cols="20" rows="8">Deshabilitado Temporalmente</textarea>
<span id="countsprytextarea1"> </span><span class="textareaMaxCharsMsg">Exceeded maximum number of characters.</span></span>
<span id="spryselect1">
<label for="categoria"></label>
<select name="categoria" id="categoria">
<option value="">Selecciona tu categoria</option>
<?php
do {
?>
<option value="<?php echo $row_categorias['categoria']?>"><?php echo $row_categorias['categoria']?></option>
<?php
if($rows > 0) {
}
?>
</select>
<span class="selectRequiredMsg">Please select an item.</span></span>
<input style="display:none;" id="imagen" name="imagen" type="file">
<input type="submit" value="Publicar Anuncio">
</form>
ese es el codigo del form
actualmente el action="publicar.php" esta en blanco en ves de publicar.php