Posts by Antonio Antunes • 61 points
6 posts
-
0
votes1
answer236
viewsA: Redirect www to non-www
If these links (with www and subdomain) are with https, even if you create the redirect, you will get certificate error since you will need to open the link to identify that it is redirected. Which…
-
1
votes3
answers2025
viewsA: How to save a Base64 image to SQL and save it locally as PNG
Possible is, if you convert it to Base64, you can store it in text fields that fit your content. You can also store it in binary format using BLOB/BINARY type fields depending on your database. To…
-
1
votes1
answer305
viewsA: Change screen data change from the ID that is in Combobox
Initially: in your "Query Data Screen", when reading the returned values (within "while"), you only assign the results to the variables. You need to print them for the user, along with some markup,…
-
2
votes6
answers393
viewsA: If it doesn’t work
Well, we have some problems with that code. The first of these is the contents of $data_password. It will always be only the query text, because there is at no time the execution of it, nor the…
-
2
votes2
answers1198
viewsA: Run query sql
The way it is in the question, it already executes, to get the results, you can use the mssql_fetch_array as described in the previous answer. Taking the opportunity to indicate the strong…
-
0
votes1
answer223
viewsA: Problems with Wampserver
You must be using absolute references to resources such as links or images. You must use relative references. Example of an absolute link: <a…
wampanswered Antonio Antunes 61