Новости | FAQ | Авторы | Документация | В действии | Библиотека |
Инструменты | Полезные ссылки | Хостинги | Скачать | Примеры | Форум |
AK666 03.12.2020 04:35 / 03.12.2020 17:57
тобто<?php if(session_id() != ""){ session_start(); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "localhost:8888"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $lPOST = json_encode( array( 'post' => $_POST ,'get' => $_GET ,'session' => $_SESSION ) ); curl_setopt( $ch, CURLOPT_POSTFIELDS, $lPOST ); $output = curl_exec($ch); curl_close($ch); }else{ $output = json_encode(array('result' => 'error', 'error' => 'auth req')); } echo $output; ?>но вот чето кажется что тогда надо примерно в два раза увеличивать количество php-fpm ов и иже с ними...