Posts by OliverDamon • 161 points
19 posts
-
0
votes1
answer26
viewsQ: PHP does not think Session
Hello! I am logging in with Jquery and PHP, the connection is right. But when I soon instead of staying on a page he doesn’t find my session and sends me back to login. My HTML: <h2…
-
0
votes0
answers31
viewsQ: Catch result from next line
Hello! I am working on a series guide and I am wanting to create a forward button, in case when it is clicked, it go to next episode... On the screen there is a forward button that would change…
-
1
votes1
answer17
viewsQ: Open a Script and close another
Hello! I found a slide script, and it supports to move the images vertically and horizontally. In case I put 2 buttons for the user to choose and make the change... when I click vertically or…
javascriptasked OliverDamon 161 -
0
votes1
answer70
viewsQ: Limit output that has the same ID
Hello! I created 2 tables and made a relation between them. In case I want to limit the amount of an item if you have the same ID, example: Hotel IBIS - São Paulo Hotel IBIS - Rio de Janeiro Hotel…
-
1
votes0
answers110
viewsQ: How to use plugins in Cordova
Hello! I’m breaking up an app with Cordova, but I noticed 2 things q were missing that would transition from pages softer equal native and sound by clicking a link. The 2 plugins are already…
-
1
votes1
answer1074
viewsA: Encrypt javascript link
This text was not done by me, but I found it useful to share with the staff. Virtually every web developer has experienced this problem. Javascript is today one of the leading programming languages…
-
1
votes1
answer1074
viewsQ: Encrypt javascript link
Hello! I’m needing to encrypt a script, but when I do that the url I’m using as an API for ajax doesn’t work. And the most important thing would be to hide it.
-
0
votes1
answer210
viewsQ: Display data in the same row
Hello! I have a table setting another table and I’m trying to display the same content set in the same row. I did a while but the result is getting like this: André Cargo: Operário André Cargo:…
-
0
votes0
answers93
viewsQ: How to resolve Encode error
Recently I had a question here about how to solve a accent problem , and managed to help me in the following way: echo utf8_encode($row['nome']);. But there was one small mistake, which I’m failing…
-
0
votes0
answers45
viewsQ: How to resolve this accent error:
Hello! I am wearing <meta http-equiv="Content-Type" content="text/html; charset=utf-8" > in my HTML but not solving this error here: . The database is with accents, how can I resolve this…
-
2
votes0
answers36
viewsQ: How to hide Cordova Assets folder
Hello! I recently created an APK with Cordova and decided to look at the APK with Android Studio and when I opened, all my code in javascript and HTML could be displayed. I could hide the Assets…
-
2
votes1
answer1369
viewsQ: How to get a value in javascript link
Hello! How can I get certain values in a link? I have a url like this: slide.html? title=Volume name=12 but I only want to display the volume value in an H2. My Code: $(document).ready(function(){…
-
1
votes1
answer746
viewsQ: Create a Scroll that goes up and down Javascript
Hello! I made one scroll with javascript. After clicking on a button he goes up and another he goes down. But I didn’t like to leave 2. I would like to use a single button to go to the top and…
-
0
votes0
answers64
viewsQ: PHP API and JSON pulling database and folder
Hello! I’m working with an app with Cordova. I created an API with PHP pulling from a table of my database, but in this table there is a column where it pulls several images that are in a folder.…
-
1
votes1
answer2335
viewsQ: Take images from a javascript folder and display on a Slide
Hello! I have a slide that works normally. Only I have to keep passing him the link of each image. What I wanted to do is put a path from a folder so it can identify the png or jpg files and…
-
0
votes0
answers20
viewsQ: JSON n HTML is recognized for plugins
I made a JSON calling a database info, however I went to use a plugin of slide and it doesn’t work. But it seems q isn’t just him, with other types of function as well, it seems that he doesn’t…
-
2
votes1
answer185
viewsQ: JSON Search for data from specific pages
Hello! I am trying to pull data from an API I made in PHP to send in JSON to another site. I managed to pull the result of a whole table of employees, but now I want when click on the employees…
-
-1
votes1
answer249
viewsQ: Connecting MYSQL Database with PHP and Phonegap
I’m creating an app in HTML, CSS and JS with Cordova. And would like to know how I make his connection to a database of a server... In case I want to take his information and pass to the app.…
-
1
votes1
answer87
viewsQ: Send and Remove from database with Jquery
Hello! I recently did another post here but it was poorly explained. I was wanting to make a form that makes an Insert in the bank and also remove. I created a small system of titles, so users can…