Questions tagged as 'script'

1
answer

No connection response PHP [closed]

Good evening, could anyone help me? I'm doing an academic project where I have to link HTML pages and make them pull information from the database. So far, I have created a table in my database, created a php script to connect and put the for...
asked by 11.06.2018 / 03:32
1
answer

HTML - How to show / hide content when clicking on a link? [closed]

I need to set up a FAQ in this style: I click on the question, it presents the answer on the side. If I click on another question, the answer should alternate and show the answer for another question clicked. How can I do this? From what I...
asked by 03.08.2017 / 17:01
3
answers

Change tab title with script, how do? [closed]

I want to show only the product name without the site name, since I use a pre-ready platform, I can not edit the <title> tag, so I need to use a script to do this. At the moment it appears in the browser tab "Site Name - Product...
asked by 22.12.2018 / 01:15
2
answers

What will be printed on the screen by this script?

What will be printed on the screen by this script ? <?php $foo = 'bar'; $bar = 'foo'; print ${$foo}; ?>     
asked by 31.03.2016 / 20:42
1
answer

Code or script "Loading ..." [closed]

I would like to know what code or script to appear that famous phrase ( Loading ... ). Can anyone help me?     
asked by 26.08.2016 / 05:46
1
answer

Hide something HTML (Text, Images) [closed]

Oops, I wonder if you can hide an image / video in an HTML site but the image / video stays there, and if you click on the image / video it can be played in the image / video player As if the image / video was there, being able to be clicked...
asked by 16.10.2018 / 00:12
1
answer

Decrypt Java Script code, I need to change url and I am not finding [closed]

Is this code encrypted? I got this code from another site, it's a popup, it pulls the pages of a website, so to put the pages with my links I need to find out where to change, and this way it's almost impossible for me, what can be done Click h...
asked by 13.10.2016 / 03:15
1
answer

Add Sites in PopUp Script

I have this script to open a particular site every day. Would it be possible to add other sites? Example: Popup opened for user and if it accesses it again it will open 1 second site, and if it accesses again it will open a third one and s...
asked by 11.03.2017 / 01:04
2
answers

Relocate line to a certain position on another line

Situation I was putting together a script in which I knew I should have 17 fields, but I still did not know which ones to call, which looks like this: // ds_ind_exig_iss // ds_ind_exig_icms // ds_ind_exig_impressao_documento // ds_ind_ex...
asked by 05.01.2016 / 17:13
2
answers

Creating a module

I'm having trouble creating my own module. I would like an example with a step by step of the steps to create a module so I can identify where I am going wrong.     
asked by 12.03.2018 / 02:30