Forum: PHP Nov 18th, 2008 |
| Replies: 4 Views: 1,157 You can grab the values from the global $_REQUEST array or $_POST array. The selected values are avaialble in the variable which has the same name as the form tag. e.g. the selected value for subject... |
Forum: PHP Nov 18th, 2008 |
| Replies: 5 Views: 698 I couldn't see any wrong in your code. |
Forum: PHP Nov 18th, 2008 |
| Replies: 2 Views: 281 After the form is posted all the form variables are available in the second page in the global array $_REQUEST[]. So when you want to keep the form variables in the first page then do this:
<input... |
Forum: PHP Nov 18th, 2008 |
| Replies: 5 Views: 442 |
Forum: PHP Nov 18th, 2008 |
| Replies: 13 Views: 2,606 Because you have set the primary key to be auto incremented so you don't need to pass anything here. |
Forum: PHP Nov 7th, 2008 |
| Replies: 2 Views: 401 Pass the result resource you get after executing the query in mysql_num_rows() and it'll give the total number of rwos fetched |
Forum: PHP Nov 7th, 2008 |
| Replies: 4 Views: 498 Or if you want to follow CSS to desig the grid which very popular then you can choose the CSS you want from this tutorial also-... |
Forum: PHP Nov 7th, 2008 |
| Replies: 2 Views: 3,901 Very simple, you can use either
<a href="..." target="_BLANK">...</a>
or use javascript function window.open() to open a new window having the link you specified |
Forum: Growing an Online Community Nov 5th, 2008 |
| Replies: 9 Views: 1,938 I've a online community for software developers, students and webmasters. The site is <url snipped>
I've launched this site on march 2008, since then I got lots of traffic from google or... |
Forum: Search Engine Optimization Oct 21st, 2008 |
| Replies: 28 Views: 10,986 I agree with stymee, participating and posting helpful topics will really drive traffics to your forum. |
Forum: Search Engine Optimization Oct 20th, 2008 |
| Replies: 16 Views: 11,084 Very good post... as a webmaster I learnt lots of stuffs from your post. Keep it up and please post some topics on how to increase page-rank in Google etc. |
Forum: Java Sep 10th, 2008 |
| Replies: 2 Views: 384 Can you please upload the decompiled files, I don't have one :( |
Forum: Java Aug 27th, 2008 |
| Replies: 4 Views: 936 You know what?
You should use interface when you want to take all the common features from different stuffs say you have one interface that contains method a() and another interface that contains... |
Forum: Java Aug 27th, 2008 |
| Replies: 4 Views: 1,233 No cookies are stored in client's machine and since they are not a secure enough to hold confidential information so they do not contain password. However as a text you can put password in cookies... |