Questions tagged as 'php'

1
answer

Define several tags on the same text field

Holas I would like to implement the one that can define several types of products, that I consult from a database, in a single text field, something like the definition of labels when a question is formulated in StackOverflow: I foun...
asked by 12.10.2018 / 18:00
0
answers

why does this notice appear in dokuwiki?

install DOKUWIKI on my pc as localhost // localhost / dokuwiki / install.php? l = on , I followed the installation instructions of the user manual, I started session as indicated, I even followed a Youtube video to see if I had done everythin...
asked by 12.10.2018 / 17:17
0
answers

go through fix I insert data extracted into database

I have some varible that are arrays with different types of car models and I need to read it either with a for or something similar for then those data obtained insert them into a database in their respectable brands the arrays are the...
asked by 12.10.2018 / 19:29
1
answer

Show buttons

I have a table in which it is filled with a foreach and in a column it shows buttons to delete or edit that row @foreach($clock as $r) <tr class="text-center {{ ($r->hours > 480) ? 'bg-warning-soft' : '' }} {{ ($r->hour...
asked by 12.10.2018 / 19:50
0
answers

php text output

I have a code that reads a file and does a series of functions to it. I do not know very well how I could save the file once its modifications were made in a file.txt. Do you know any way? <?php $fp = fopen("archivo.txt", "r"); $linea = fg...
asked by 12.10.2018 / 16:50
0
answers

SOAP method with xmlns parameter

I am trying to consume a SOAP service, but one method is giving me the following error: Server was unable to process request. ---> Object reference not set to an instance of an object. I have done direct tests with a plugin for Chrome, a...
asked by 12.10.2018 / 19:34
0
answers

IIS [8], PHP [7.1.19] and Oracle [11.2] - Windows 10 [Error]

I have a problem connecting from php to oracle. when using the function oci_connect(); The result I receive is: call to undefined function oci_connect() Windows 10 IIS8 PHP 7.1.19 Oracle 11.2 I have changed the .dll with oth...
asked by 12.10.2018 / 21:05
1
answer

how to set the header of my table

<!DOCTYPE html> <!--[if lt IE 7 ]><html class="ie ie6" lang="es"> <![endif]--> <!--[if IE 7 ]><html class="ie ie7" lang="es"> <![endif]--> <!--[if IE 8 ]><html class="ie ie8" lang="es"> <!...
asked by 17.10.2018 / 16:48
0
answers

change requests from prestashop.com to my server

I have mounted prestashop 1.7.4.3 but some images ask prestashop.com for example that image asks for the domain of prestashop and I need that I take it from my localhost or to modify the tag
asked by 17.10.2018 / 17:17
1
answer

Confirm of received (Email)

As I can do to add a link in an Email , in which, when the recipient click , open a page with a message and I am notified . I will try to explain a little better. At my university, when they send us an email, at the end is a link , when...
asked by 14.10.2018 / 22:31