Forum: PHP Aug 8th, 2009 |
| Replies: 1 Views: 318 Hello everyone, i am just new in php. I dont really know how to insert a value from a pop up window. I am working it on. But it seems i can't insert the value. Please help me. Thank you. |
Forum: PHP Jul 29th, 2009 |
| Replies: 1 Views: 145 Hello people, i just want to ask for help, i have been trying to input in php and connect to database, however, if i input wrongly,,there is an output like this:
Warning: pg_query()... |
Forum: PHP May 21st, 2009 |
| Replies: 2 Views: 305 Thanks by the way. I found out that there is a code there that shows the error. |
Forum: PHP May 19th, 2009 |
| Replies: 2 Views: 305 This is the sample table :
CREATE TABLE contacts
(
id character varying NOT NULL,
CONSTRAINT pkey_id PRIMARY KEY (id)
) |
Forum: Database Design Apr 28th, 2009 |
| Replies: 1 Views: 885 Hello, i am just a beginner,i have no idea on what system should i have to start. Right now, i only think as Hotel Management System, will anybody help on how to start it?Thank you ahead. |
Forum: Database Design Mar 28th, 2009 |
| Replies: 0 Views: 424 Hello everyone. I am only starting database systems. I want to start making systems, but I don't know any kind of system. I would be glad if you can recommend me with any topics or titles about the... |
Forum: PHP Mar 27th, 2009 |
| Replies: 2 Views: 410 Hello everyone. I am just now starting PHP. It is my first time actually. I dont know how to run the PHP. I saved the file as "HelloWorld.php", but when i opened it in firefox, no any words appear. I... |
Forum: Java Jan 17th, 2009 |
| Replies: 3 Views: 284 Yes, i also knew about the concept FIFO, which is opposite from the stack, LIFO. So in this case, words can be inserted in a queue. Ok, thanks for the reply. Thank you very much.:icon_lol: |
Forum: Java Jan 17th, 2009 |
| Replies: 3 Views: 284 Hello, have a good day everyone. I am confused if what elements are to be inserted in a queue. Are only numbers can be inserted in a queue? Are letters or word(e.g."Subject") can be inserted in a... |
Forum: Java Oct 23rd, 2008 |
| Replies: 2 Views: 1,303 helo guyz...do you know any sites to recommend where can i find java exercises (exercises w/ answers)..,,,it is our sembreak,,,and i want to do other stuffs bout programming to develop my mind more... |
Forum: Java Oct 4th, 2008 |
| Replies: 2 Views: 486 i think you dont have to do two class,,one class is enough..
public class Schedule{
public static void main (String args[]){
}
public static String Teacher ((String sLastName, String... |
Forum: Java Sep 29th, 2008 |
| Replies: 3 Views: 683 a very nice tswing tutorial ever,,hheeh,,thanks guyz... |
Forum: Java Sep 29th, 2008 |
| Replies: 1 Views: 1,027 hello guyz,,is simpletron machine language??different from java language??i am confused,,we are about to make a program in simpletron but it's too hard to start,, |
Forum: Java Sep 29th, 2008 |
| Replies: 3 Views: 683 hello guyz, do you know best sites to recommend about "JOPtionPane"?? i need to have more tutorials with this due to our next project..i hope you could help me guyz...thank you ahead.. |
Forum: Java Sep 25th, 2008 |
| Replies: 3 Views: 1,042 hello, guyzz,,i hope you can help me,,actually,,this is not my whole code.but please help me with this...
public class Calculator {
public static void main (String args[]) {
String exp =... |
Forum: Java Sep 21st, 2008 |
| Replies: 3 Views: 1,137 thank you very much for the help guyzz...,,now it's clear for me.... |
Forum: Java Sep 19th, 2008 |
| Replies: 3 Views: 1,137 hello guy,,can you really help me understand more about "stack" in java??
i am still confused about stack.push or stack.pop.....can you help me understand it more??..thank you again... |
Forum: Java Sep 18th, 2008 |
| Replies: 3 Views: 599 hello,,is this a student of ma'am romz??? |
Forum: Java Sep 11th, 2008 |
| Replies: 3 Views: 1,254 i already done it,,but it the String s will not be read...it may not have initialized according to... |
Forum: Java Sep 11th, 2008 |
| Replies: 3 Views: 1,254 public class Calculator {
public static void main(String[] args) {
String s; // string that holds the expression
s = JOptionPane.showInputDialog("Enter a simple infix... |
Forum: Java Sep 10th, 2008 |
| Replies: 1 Views: 1,477 hello guyz,,,i just want to ask if it's possible to put "my picture" in my code..at the JOptionPane??
ex:
if i run my program,,the first that will appear is my picture before i start to input... |
Forum: Java Sep 2nd, 2008 |
| Replies: 6 Views: 770 thank you very much,,,may i as,,how useful are tokens??? |
Forum: Java Sep 2nd, 2008 |
| Replies: 6 Views: 770 hello guyz,,who knows how to tokenize???i mean,,i am about to start to make "String Calculator" but i don't know how to tokenize,,,do you know any sites that could explain best about tokens??thank... |
Forum: Java Aug 30th, 2008 |
| Replies: 8 Views: 1,542 hello, i have run your codes,,i has no error when it was compiled,,but when i run it,,it said that it has no "main"...i am confused either... |
Forum: Java Aug 30th, 2008 |
| Replies: 8 Views: 1,542 actually i am starting to make codes,,,i know some of them,,,but making a string calculator is our requirement for midterm,,,,
..by the way,,i just want to say sorry if i posted anywhere,,,but... |
Forum: Java Aug 30th, 2008 |
| Replies: 8 Views: 1,542 thank you thank you very much,,,this is a GREAT gREAT help for me,,,,hehehe,,thank you,,mwuah!! |
Forum: Java Aug 29th, 2008 |
| Replies: 8 Views: 1,542 thank you very much,,,this is a great help... |
Forum: Java Aug 29th, 2008 |
| Replies: 5 Views: 586 i really don't know how to make an algo. with it,,it's very hard,,actually i am just a beginner of java,,that is why i am not that simply good on making codes,,,this is a hard one,,, |
Forum: Java Aug 29th, 2008 |
| Replies: 8 Views: 1,542 hello,,can you help me with my problem??if it's okey for you,,,
right now,,we are required to make a calculator using only string..ex:
i can only use the imports: JOptionPane/BufferedReader
... |