Questions tagged as 'php'

1
answer

Why do I get SOAP-ERROR: Encoding: object has not 'tax', in wdsl with nested complextype?

I have to consume a SOAP web services with PHP and I get the title error. The (partial) structure of the wsdl is as follows <xs:element name="Obligations" type="tns:ObligationsType"/> <xs:complexType name="ObligationsType"> <...
asked by 02.08.2018 / 13:23
1
answer

Open PHP file in SublimeText in web browser

I have a question and even though I'm looking for it I can not find the form, I'm developing a small web, I used to use Netbeans, I have several pages that are not HTML, but php, the detail is that now that I'm moving to SublimeText I find a way...
asked by 25.08.2018 / 20:37
1
answer

SELECT ANIDADOS

I make a ticket system in which when filling out my form of my main table tickets I have users and areas what I intend to do in my form > select is that when choosing an area, only the users that belong to that area appear . I appreciate...
asked by 01.08.2018 / 06:00
0
answers

Asset () on a controller in Symfony2.3

To an image in the "src" I have to put a varibale path, when I do that in the twig, the resulting url is invalid, which leads me to use asset () to be correct, but it does not work because says that variable with the path does not exist. What...
asked by 01.08.2018 / 15:14
0
answers

Keep object in session to put together a ticket

I want to generate a ticket or invoice. And I have the ticket window, an add button that leads to the product listing page, and in it the add button (selected products) and a finished one returns to the previous screen. But I can not list the de...
asked by 01.08.2018 / 07:33
0
answers

Save with phpexcel in temporary file

is that I have to save an excel in a temporary file but I do not know how Originally this way I keep the excel file header('Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'); header('Content-Disposition: atta...
asked by 01.08.2018 / 15:12
0
answers

How to make a status monitor or activity progress

I would like to know how I can do not know if it is called as I know it, a monitor of activities, in which a user who has logged in can observe the activities he has done, if he has not made a form for example a padlock will appear saying that i...
asked by 01.08.2018 / 05:28
0
answers

how to put a foreach inside a while

$query4 = $mysqli -> query ("SELECT s.e_mail FROM staff_courses as sc join staff as s on(s.id_staff = sc.id_staff) WHERE sc...
asked by 12.09.2018 / 23:15
0
answers

How to deal with annoying JS message?

On my page I have several manners that are shown after being redirected after certain conditions have been met. The problem is that when I click on any element of the page that I did not send to another page, console sends me this message: Unca...
asked by 12.09.2018 / 23:18
1
answer

Laravel 5.5 Parse error: syntax error, unexpected '?'

Creating a Laravel 5.5 project when opening in the explore my project throws me the following error. Symfony \ Component \ Debug \ Exception \ FatalThrowableError (E_PARSE) Parse error: syntax error, unexpected '?', expecting variable (T_VARIA...
asked by 12.09.2018 / 21:39