Forum: PHP 17 Hours Ago |
| Replies: 4 Views: 98 thanks, i ended up ironically using curl.exe to run the cron job. there is no spikes with the exe whereas in php it spikes loading the module |
Forum: PHP 19 Hours Ago |
| Replies: 4 Views: 98 well i dont get the high cpu from httpd i get it from php.exe cli
php.net said its because curl loads a lot of stuff when it starts up. so i need to figure out another way do to cron |
Forum: PHP 1 Day Ago |
| Replies: 4 Views: 98 Hi
I'm having an issue with curl on windows with php. If i have curl enabled in php and i run php through command line i get an instant cpu spike... php.exe cpu jumps to about 20% then back down.... |
Forum: PHP Oct 5th, 2009 |
| Replies: 1 Views: 175 Hey
I am using multi curl to execute cron jobs based off sql records.
will the script i call run if i dont wait for the result and just close the connection?
or do i need to get the result? |
Forum: PHP May 20th, 2009 |
| Replies: 7 Views: 572 try to add a date time column in your database
then on login update users set datetime=now |
Forum: PHP May 13th, 2009 |
| Replies: 5 Views: 729 you would have to use post or get variables,
so do something like
<form action='script.php?q=$nextQuestion'>
(Question)
(Answers) |
Forum: PHP Jul 18th, 2008 |
| Replies: 2 Views: 572 i figured it out
it was because i didnt completely read the socket's responce so when i tried to write it was like woah! |
Forum: PHP Jul 18th, 2008 |
| Replies: 2 Views: 572 Wasnt sure where to post this but it uses php... help mods?
i can get the number of messages and connect to a telnet server so i say
top 1
and responds something along the lines of
-ERR... |
Forum: PHP Jun 10th, 2008 |
| Replies: 0 Views: 610 why does this work?
function restrict($string){
$words = @file('restrict.txt');//found at http://verve2.org/runningStory/restrict.txt
$me= "(((((())))))))(";
$me = str_replace($words, '',$me);... |
Forum: PHP Oct 3rd, 2007 |
| Replies: 2 Views: 780 there is a syntax error on the 3rd line, it could be why simpleXML isnt working
<name>Long Sleved></name> |