Click here to Skip to main content
15,881,803 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
AnswerRe: Can Anybody help me in SMTP for Bulk Emailing Pin
Richard MacCutchan20-Jul-12 22:39
mveRichard MacCutchan20-Jul-12 22:39 
SuggestionRe: Can Anybody help me in SMTP for Bulk Emailing Pin
Mohibur Rashid18-Sep-12 15:14
professionalMohibur Rashid18-Sep-12 15:14 
Generalproblem with a query and not sure why... Pin
MacRaider420-Jul-12 7:35
MacRaider420-Jul-12 7:35 
AnswerRe: problem with a query and not sure why... Pin
MacRaider423-Jul-12 8:53
MacRaider423-Jul-12 8:53 
Generalhow to rebind a port in socket programming Pin
desatir731615-Jul-12 2:53
desatir731615-Jul-12 2:53 
GeneralRe: how to rebind a port in socket programming Pin
desatir731617-Jul-12 2:04
desatir731617-Jul-12 2:04 
GeneralRe: how to rebind a port in socket programming Pin
BobJanova17-Jul-12 3:43
BobJanova17-Jul-12 3:43 
GeneralRe: how to rebind a port in socket programming Pin
desatir731617-Jul-12 4:35
desatir731617-Jul-12 4:35 
thanks for your reply BobJanova
i solve my problem with this code:
PHP
<?php
$fp = fsockopen("127.0.0.1", 26002, $errno, $errstr, 30);

    fclose($fp);

?>

by this i could close my last open port, maybe is not a good solution
i found it here:http://php.net/manual/en/function.fsockopen.php[^]

PHP is not the right tool for a stateful persistent TCP connection.
so, what is good for do this?
and what are the chatroom that creates on php?
Generalwhere to start for create a chat system in php? Pin
desatir731612-Jul-12 5:52
desatir731612-Jul-12 5:52 
GeneralRe: where to start for create a chat system in php? Pin
desatir731612-Jul-12 8:16
desatir731612-Jul-12 8:16 
AnswerRe: I found sth Pin
desatir731612-Jul-12 9:01
desatir731612-Jul-12 9:01 
GeneralRe: where to start for create a chat system in php? Pin
AndyInUK13-Jul-12 3:05
AndyInUK13-Jul-12 3:05 
GeneralRe: where to start for create a chat system in php? Pin
BobJanova13-Jul-12 4:53
BobJanova13-Jul-12 4:53 
GeneralRe: where to start for create a chat system in php? Pin
desatir731614-Jul-12 23:35
desatir731614-Jul-12 23:35 
GeneralRe: where to start for create a chat system in php? Pin
enhzflep15-Jul-12 0:07
enhzflep15-Jul-12 0:07 
GeneralRe: where to start for create a chat system in php? Pin
BobJanova17-Jul-12 3:47
BobJanova17-Jul-12 3:47 
QuestionWritng a non-database specific code in PHP Pin
awedaonline11-Jul-12 3:12
awedaonline11-Jul-12 3:12 
AnswerRe: Writng a non-database specific code in PHP Pin
Peter_in_278011-Jul-12 12:30
professionalPeter_in_278011-Jul-12 12:30 
GeneralRe: Writng a non-database specific code in PHP Pin
awedaonline13-Jul-12 4:26
awedaonline13-Jul-12 4:26 
AnswerRe: Writng a non-database specific code in PHP Pin
sali2212-Jul-12 18:13
sali2212-Jul-12 18:13 
GeneralRe: Writng a non-database specific code in PHP Pin
awedaonline13-Jul-12 4:27
awedaonline13-Jul-12 4:27 
QuestionProtecting PHP Mailing Pin
M-Badger6-Jul-12 12:44
M-Badger6-Jul-12 12:44 
AnswerRe: Protecting PHP Mailing Pin
BobJanova11-Jul-12 23:49
BobJanova11-Jul-12 23:49 
GeneralRe: Protecting PHP Mailing Pin
M-Badger13-Jul-12 22:05
M-Badger13-Jul-12 22:05 
GeneralRe: Protecting PHP Mailing Pin
BobJanova17-Jul-12 3:42
BobJanova17-Jul-12 3:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.