Search found 4 matches
- Sat Feb 20, 2010 12:42 am
- Forum: Javascript
- Topic: Right Click Menu
- Replies: 5
- Views: 886
Re: Right Click Menu
What i mean is . . . . I have a loop of records <? while($row = mysql_fetch_array($recruitq, MYSQL_ASSOC)) { ?> <tr> <td><? echo $row['id']; ?></td> </tr> <? } ?> And i want to create a custom right click menu when you click on each <TR> row associated with that record information.
- Fri Feb 19, 2010 2:06 am
- Forum: Javascript
- Topic: Right Click Menu
- Replies: 5
- Views: 886
Right Click Menu
Anybody know of a right click menu code that can work with php loop? So if the link has a get valuable in it, it will be unique to the record that was clicked on.
- Mon Sep 14, 2009 7:59 pm
- Forum: PHP - Code
- Topic: PHP Form Help - Terminal Type Idea
- Replies: 2
- Views: 145
Re: PHP Form Help - Terminal Type Idea
Ok, im a complete noob.... if anybody could understand the above coding suggestion and wouldnt mind helping me out this is what i have.... <form name="message" action="process.php" method="POST"> <input type="text" name="text" size="50"><in...
- Mon Sep 14, 2009 1:30 pm
- Forum: PHP - Code
- Topic: PHP Form Help - Terminal Type Idea
- Replies: 2
- Views: 145
PHP Form Help - Terminal Type Idea
Ok, so I have a private messaging system, I want and i know its possible because anything is possible in the development world, I want to have one long text box. When people type in the text box i want it to figure out if they are sending a message or something else. So i want it to review the text ...