ProgScripting Languages
Hello,
I am currently building a site that will be functioning the same as PHPmyAdmin.Hopefully. But that's too far to finish.
To everybody here who knows how to retain a value into the form, actually it was pretty easy. But talking about clearing after retaining values for me is super confusing. I got stuck on reset button that doesn't function anymore after the form has been submitted. It was perfect before I click “submit” button. I just don’t understand why HTML reset does not have the power to remove PHP values.
- 1754 views
- 1 answers
- 0 votes
Hi!
I'm just learning PHP, I made this code that will redirect automatically to index.php every time the session variable is not set or it is being destroyed by logout. I am using header function for this. It worked perfectly on my laptop, but when I had uploaded it on a free web hosting site, every time I run the code, it will display an error on the very top of the page saying: "Warning: Cannot modify header information – headers already sent by (output started at /home/database/admin.php:2) in /home/database/home.php on line 2 "
I just don't get what it really means, I've been trying to transfer anywhere my code but still, it displays the error above.
What are the possible solutions for this?
- 862 views
- 2 answers
- 0 votes
What is the difference between POST and GET in PHP, and how can I access information sent through GET on a form and how about information sent through POST and how to exchange them, or if there's a software to do the exchange?
- 1204 views
- 2 answers
- 1 votes
I would like to know about Server Side Includes, can you give me more information about it. I also would like to know what it is for. Also if possible, can you give me information about Server Side Include commands?
- 986 views
- 2 answers
- 0 votes
What is the definition of the following term: new(), delete(), malloc(), free(). Hi, what are the differences between them? In the above terms which is better in the C++ perspective? Please write me with example.
- 1266 views
- 2 answers
- 0 votes
What is garbage value in a programming language?
Please list some examples that gives garbage values in turbo C++?
- 838 views
- 2 answers
- 0 votes
Here's my 7-line code, supposedly making a dialog box saying "It worked!":
import javax.swing.*;
class MyFirstProgram {
public static void main(String[] arg) {
JOptionPane.showMessageDialogue;(nul… "It works!");
System.exit(0);
}
}
I get this error when trying to compile it using javac:
hello.java:4: error: cannot find symbol
JOptionpane.showMessageDialogue((null)…
(the arrow..) ^
I'm writing the code exactly how my textbook tells me, so why is this happening and how can I fix it?
- 932 views
- 2 answers
- 0 votes
Hi,
I tried to run a web-based application when this error message popped up on my screen (see below for the screenshot).
I checked my connection to the internet, and it seemed fine.
I didn’t know which server the message is referring to. I have searched the web, but I couldn’t find any resolution.
Kindly help me resolve this problem.
Thanks.
Message – Web Page dialog
Cannot communicate with the server
- 740 views
- 1 answers
- 0 votes
Hi,
I was developing a Visual C++ program and tried to install its runtime module, but I got this error message with error number 1935, see below for the screenshot. I have searched the web, but I haven’t found a sound resolution to the problem.
A web said about a missing folder and even a registry-related problem.
Not sure how to resolve this. Please help!
Error:
Microsoft_VC90_CRT_x86 Installer Information
Error 1935. An error occurred during the installation of assembly component
- 1953 views
- 2 answers
- 0 votes
Hi Experts,
I have developed a program using VB6. I compiled and ran it on a PC and the program worked fine. I then ran the same program on another PC (a laptop) when this error message popped up (below). I have registered the dlls already but got the same problem. I have searched the web but got no answers.
This site might give me the answers, please help. Thanks in advance.
Messenger API
Run-time error ‘429’:
ActiveX component can’t create object
- 708 views
- 2 answers
- 0 votes