ProgScripting Languages
I want to store my site user’s photo in a folder. And want to store the location of the photo’s in a mysql table. But I can’t know the procedure. Who can help me to store that photo’s in mysql using php.
Its very helpful for me. Please give me the instruction in details.
- 1355 views
- 1 answers
- 0 votes
Hello!
I am working on a project and I realized that it contains a set of forms on a screen resolution of 1920 * 1080, but I would want to move to a screen resolution of 1280 * 820.
Please, suggest a solution on how I can code or do some programming to automatically resize the forms according to the resolution of the screen.
Thank you in advance.
- 1678 views
- 2 answers
- 0 votes
Hello,
I want to create a page (HTML/PHP) that loads an URL, in this URL there are a submit button that doesn't have a name but have an id ("u721957_1"). I want that when I load this page, automatically this submit button is pushed. I don't like to submit the form directly because there are some data in the button that I need, I tried this: document.getElementById('u721957_3').click() as a function in the onLoad of the body but it doesn't work (you have to note that I can't change the id of the button).
Any solution please??
- 794 views
- 2 answers
- 0 votes
As we know " who" command in unix gives output as:
abc pts/0 Aug 23 10:43 …
bcd pts/2 Aug 23 10:43 …
but i want to see the output as :
abc pts/0 Aug 23 10:43 …
bcd pts/2 Aug 23 10:43 …
Total number of users: 2
Please help me to get this output.
- 1427 views
- 1 answers
- 0 votes
I need help in modifying a javascript for .aspx page. I do get a javascript error on my file upload javascript function. It is using document.getElementById() and then the element is passed. I don’t know what caused this error but loading of the page with the javascript and gets an error. Please see the error below for further details.
Server Error in '/' Application.
The controls collection cannot be modified because the control contains code blocks (i.e. <% … %>).
- 1394 views
- 1 answers
- 2 votes
I need help i want to input a single character and print a message "It is a vowel" if it is a vowel otherwise print message
"It is a constant". By using if-else structure and OR operator only?
- 1080 views
- 3 answers
- 0 votes
A C++ program consists of three main parts name them?
Explain Preprocessor Directives
The main () function
and C++ Statements?
- 892 views
- 2 answers
- 1 votes
I am always having troubles trying to load JavaScript and flash pages.
I have tried re-installing/uninstalling flash player.
I have also lowered my internet security settings to allow ActiveX controls.
I am using Internet Explorer 7.0 and Windows XP Home.
I was wondering if anyone could help me out.
- 849 views
- 2 answers
- 1 votes
Hi techyv guys, I have a problem here with Filemaker Pro, I encountered an error message when I imported a data from Microsoft Excel, you may refer from the image below for better view of my problem.
FileMaker Pro
This file could not be translated using the selected file type.
- 3586 views
- 1 answers
- 0 votes
Good Day to all, I am sharing here with an experience that needs some comments from you guys, I am using Microsoft Visual Basic, while I was doing some implementation of an interface on a class that has broken compatibility, I meet an error generated by the compiler, please refer below the complete error message.
Microsoft Visual Basic
Compile error:
Procedure declaration does not match description of event or procedure having the same name
- 2242 views
- 4 answers
- 0 votes