Forum: PHP Jul 2nd, 2008 |
| Replies: 3 Views: 299 Re: Lab scheduling only familiar with the basic queries... since im new to php.......Thats why im very blank to start it off..... hope i can get some guide. thank you . |
Forum: PHP Jun 30th, 2008 |
| Replies: 3 Views: 299 Lab scheduling hi there....I'm a trainee student who is new to the world to the world of programming.I would like to do a lab time table scheduling system.i have about 100 records where i have to generate list of... |
Forum: PHP Jun 18th, 2008 |
| Replies: 7 Views: 348 Re: exit will this work ?
echo '<BUTTON onclick="window.close();">Close me.</BUTTON>' |
Forum: PHP Jun 18th, 2008 |
| Replies: 7 Views: 348 Re: exit trying to create an exit button... but not working ... only manage to create button... |
Forum: PHP Jun 18th, 2008 |
| Replies: 7 Views: 348 exit hi good morning.. is my function for EXIT is corrcet? Thank you
<form><input type="button" value="exit"onclick="exit=false"></form> |
Forum: PHP Jun 18th, 2008 |
| Replies: 3 Views: 167 ????? hi there is anything wrong with the code down here....?
<?
@mysql_connect("localhost","root","") or die (mysql_error());
mysql_select_db("upit");
$sql="INSERT INTO students... |
Forum: PHP Jun 18th, 2008 |
| Replies: 2 Views: 217 |
Forum: PHP Jun 18th, 2008 |
| Replies: 2 Views: 217 reset hi this is my coding for submit and reset button ... but the reset button seems not working ...is it related to the value?.......or the return thing ? thanks for the help..
<input type="submit"... |
Forum: PHP Jun 17th, 2008 |
| Replies: 3 Views: 251 Re: inserting into selected fields hi the coding seems to give error... but it helps a lot.... my another problem is to capture data ...The following is for my authentication page...
echo "Username: '$ic'<br>";
why is it that the... |
Forum: PHP Jun 17th, 2008 |
| Replies: 3 Views: 251 inserting into selected fields hi im soosai ..very new to this PHP WORLD..have created database with the field tc...and i have 10 fields in it but only would like to insert those datas in the coding .... but the coding shows some... |
Forum: C Apr 7th, 2008 |
| Replies: 2 Views: 252 MPI functions in C hi there .. whats wrong with th e following code?
#include<mpi.h>
#include<stdio.h>
#include<math.h>
void main(int argc, char **argv)
{ |
Forum: Software Developers' Lounge Apr 2nd, 2008 |
| Replies: 3 Views: 539 clustering i have been working on clustering genes.. but some how i could not cluster the data set of 5000 genes. why ?
here is the coding i used..
j=xlsread('soosai.xls');
save soosai.mat j
load... |
Forum: C Apr 1st, 2008 |
| Replies: 9 Views: 379 Re: password generation #include <stdio.h>
#include <stdlib.h>
#include <time.h>
int main(int argc, char *argv[]) {
int main(int argc, char *argv[]) {
int passChar;
long long counter = 0; |
Forum: C Mar 31st, 2008 |
| Replies: 9 Views: 379 Re: password generation the password consists of 6 different characters where Different sets of characters as in uppercase, lowercase, numbers, and symbols ..... |
Forum: C Mar 31st, 2008 |
| Replies: 5 Views: 310 Re: password how to get the dofferent sets of passwords password from the set of 4 characters.. any coding available? |
Forum: C Mar 31st, 2008 |
| Replies: 9 Views: 379 password generation hi there ..... would like to know how would be the coding for password generation of different sets of characters... thanks u |
Forum: Legacy and Other Languages Mar 28th, 2008 |
| Replies: 1 Views: 700 Re: matlab hi there anyone have any idea on how to cluster 6000 genes using matlab? |
Forum: C Mar 28th, 2008 |
| Replies: 5 Views: 310 Re: password im doing a project on password checking programme which consists of 6 characters.I have to run this programme parallely using MPI functions.the programme must be done using C LANGUAGE ...I do not... |
Forum: C Mar 28th, 2008 |
| Replies: 5 Views: 310 password how to run a c programme on password checking programme parallely..thanks a lot |
Forum: C Mar 27th, 2008 |
| Replies: 2 Views: 250 probability hi im a very fresh n new user of this field... wanna know how to simulate different type of possilbilities of combinmation of number from a set of numbers and characters
example.. given that to... |