Questions tagged as 'php'

3
answers

problem sending mail from localhost with phpmailer

I have installed PHP v5.6.25 (I use the 64x version) and wampserver v3.0.6, Apache 2.4.23. I've made some port modifications since I've followed several tutorials on YouTube but I do not remember which lines I've modified on a regular basis....
asked by 05.04.2017 / 14:13
1
answer

how can I use the laravel console on a remote server?

I'm new to laravel and I'm working on a project where I need to do a cron job, the problem is that I do not know what route to take, I'd like to know how to execute artisan commands on a remote server, and what programs should I use, any answer...
asked by 10.04.2017 / 17:23
3
answers

Short SQL query

In an application, if the user inserts a value in a input , the variable named $nro_entrada_registro will take that value and in addition a current date will automatically be inserted in a field called fecha_registro . But whe...
asked by 11.04.2017 / 20:46
2
answers

Collect url from the post in wordpress

When the user enters to edit / create a post using the Wordpress admin, the metabox labur_add_metabox is created, which contains a input de tipo text empty and a button. The action labur_init is also executed in which a j...
asked by 12.04.2017 / 07:55
1
answer

How to communicate with the WebSockets service

I have taken the example of Chat in Socketo.me. I have the chat-server.php : <?php use Ratchet\Server\IoServer; use Ratchet\Http\HttpServer; use Ratchet\WebSocket\WsServer; use MyApp\Chat; require dirname(__DIR__) . '/vendor/autoload....
asked by 11.04.2017 / 21:20
1
answer

Apache Service detected with wrong path

When I initialize the Control Panel with XAMPP, I receive the following error message:    Apache Service detected with wrong path What can I do in this case? This is the execution log:    [main] Initializing Control Panel   [main]...
asked by 13.05.2017 / 19:13
2
answers

Error working with foreach

Good afternoon, when trying to bring images from the database the page sends me the following errors:    Notice: Undefined variable: photos in C: \ xampp \ htdocs \ projectCarrito2 \ views \ index.view.php on line 72   Warning: Invalid argume...
asked by 02.04.2017 / 01:07
0
answers

PHP laravel error when saving an array I get FatalErrorException in InvoiceController.php line 35: syntax error, unexpected 'foreach' (T_FOREACH) [closed]

{ $customers=new Customer; $customers->firstname=$request->fn; $customers->lastname=$request->ln; $customers->sex=$request->sex; $customers->email=$request->email; $customers->phone=$request->phone; $customers->lo...
asked by 30.03.2017 / 19:47
1
answer

Arrangements in PHP with Netbeans IDE

I need to make a record in PHP where each person is included in the list. I must evaluate if the name of the existing color in a second arrangement that contains the name of the color and the meaning of each one, in case of finding it, it is...
asked by 31.03.2017 / 02:26
1
answer

How to send a form in parts? [closed]

I am creating a web page, I have 1 form divided into 4 tabs my question is how I can send to the BD every part of the data, it is a single table the whole form, they are asking me to be able to save the form for example the tab one and then you...
asked by 29.03.2017 / 01:08