This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

how to read POST fields !

I want to make a page with a form integrated !
I do a simple form, and it is well displayed, but when I do Submit !
I am not able to receive the value,
what is wrong???
thanks in advance !!


if ($submit_button){
   $message = $_POST['name']." well received!<br>";
}

$form = $message."
   <FORM ACTION='/node/55' METHOD='POST'>
NAME: 
<br><INPUT TYPE='text' NAME='name'>
<br>
<INPUT TYPE='submit' name='submit_button' VALUE='Entry'>
</form>
";

return $form;

I want add some new function for my group?How can i do it?

I just want to add some new function for my group module,for example ,I just want to add classified ad opinion for O.G.:
I want there is a menu for members to chose it,and they can view and add some classified ad ,just for the group members.

I just notice somebody collection some different modules,and make a new module,just like o.g ,gojoingo....
How could i do that?(I known it's a fool question,make me looks like a idiot,but i really want to know)

Thanks forward!

Module Cleanup - coding standards

Is there software or a tool, which can pipe messy php script with HTML and output it as clean code?
How does the drupal team clean-up their scripts?

I am wanting to be able to clean-up a php script which has HTML aswell.....and I want the output to have clean HTML script outputted aswell.

Is there anything which can do this?

Any ideas?

db array select box question

Hi,

I want the content of a select box dynamic. I have a db table with error code's. The code's from the db must be shown in de select box.

code:

organic groups

Hello ,

Does anyone have any suggestions about how to set up a group using OG with it's own language ?

What i would like is to have is a site with groups all in english and one group in japanese and possibly
more groups in differenet languages later .

Regards
Paul

Bookmark this page facility through toolbar...similar to Post to del.icio.us like facility

Hi,

I was interested in having a facility where I can add some javascript/Php code as a link in my IE, Mozilla toolbar, so that any one who is visiting any website can add the site url as bookmark in his/her drupal site just by clicking the link in toolbar. The link will be similar to what we have for popular sites like del.icio.us (Post to del.icio.us) or citeulike.org.

I am new to php development so any help will be appreciated.

Thanks and regards,
Lokesh Gupta

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions