Posts by Alis • 151 points
16 posts
-
-1
votes1
answer2070
viewsQ: How do you insert images into an XML file?
Hello, I have an xml file, and I would like to know how to introduce an image inside it, someone could help?
-
2
votes2
answers8130
viewsQ: Is it possible to read a. txt file in Javascript?
If possible, how would I do that? I have a file called version., and I need Javascript to read it and show its content on the screen. Does anyone have any idea how they would do that? PS: Please…
-
3
votes3
answers189
viewsQ: Is there any way to write a function on the screen other than by onclick?
Hello, the only way I know how to call a javascript function in html is by onclick, but my html is not a button to click, I wonder if there is another way to show a function when it is called. ex:…
-
0
votes0
answers29
viewsQ: Where to place the string tag or how to place the ID from the correct foma
Hello, I would like your help, because I can not organize the code, it alone takes but when I implement it on this page there, it does not work. what could change? Code: <html> <head>…
-
-4
votes1
answer1704
viewsQ: Warning error: mysql_fetch_array() expects Parameter 1 to be Resource, Boolean Given in
I know you probably have other similar answers, but none of them I thought you needed. In the database I have a table with id, name, version, upload and size. I just need to get the version of the…
-
5
votes2
answers165
viewsQ: How to access the version of a.exe file with PHP?
I need to access the property called "version" in my file, and I know that this is not possible in Javascript, but I don’t know what language to use, or what to do to get to it. I thought about…
-
0
votes1
answer51
viewsQ: How to access version of a . exe file with Javascript?
I’d like you to help me solve a little problem. I need to access the property called "version" in my file, and I know this is done in Javascript. But I don’t know which tag to use, or what to do to…
-
-2
votes2
answers604
viewsA: I can’t connect PHP to SQL Server 2014
Look, I don’t know if it’s gonna help much, but I believe there are different ways to make a connection, I also use Wamp. So I think you can just change the way you connect. For example: <?php…
-
-1
votes1
answer3875
viewsQ: How to Insert HTML Code within Javascript?
I have this code, I’d like to know if it’s correct the way it is? Javascript code: function texto(){ if(SONome == 'Windows 10 x32'){ window.location.href =…
-
0
votes2
answers23
viewsQ: Enable buttons for windows, and Windows 32 and 64 Bit
Hello, I need your help because I have a problem related to this code, in it I need to distinguish which Windows the person uses, and if it is 32 or 64. But I do not know what is wrong, I am new in…
-
3
votes2
answers2189
viewsQ: How to know the user’s operating system version using Javascript?
I wonder if there is how to do so when the person enters my HTML page, already identify which operating system it has, and then enable certain buttons. For example if it has Windows 7, the program…
-
1
votes1
answer234
viewsQ: To have a database in phpMyAdmin you need the database in Mysql?
Hello, I would like you to help me on a question, my code makes connection with my bank that is in phpMyAdmin, and in some places that I read, I verified that it is a bank manager. My question and…
-
1
votes1
answer51
viewsQ: phpMyAdmim Database Connection Error (New Code) Nothing is solving
Look, I don’t know exactly where to start but, anyway... I have the page posted below, and I’ve checked some with errors in the database and entering data in it. The code was made in case there is…
-
0
votes2
answers459
viewsQ: Page php, Not Saved In Bank ! Why?
The code below is inside a huge page, I need that the value that the person put in "email" is inserted in the variable and so to the bank. I’ve reviewed thousands of different codes but always…
-
0
votes0
answers48
viewsQ: How to forward the input to another page?
Hello, my problem is this, I have a page made in php to run the download, and I need to call it on the button(input) already tried by onclick, but at the same time I call the page need to…
-
0
votes1
answer282
viewsQ: How to make one page transparent above another? com php
I would like you to help me get a transparent screen above another... like, when he clicks on the button this new screen will appear and will leave the background transparent, but still with the…