Search Results

Showing results 1 to 10 of 10
Search took 0.00 seconds.
Search: Posts Made By: nschessnerd ; Forum: PHP and child forums
Forum: PHP 17 Hours Ago
Replies: 4
Views: 98
Posted By nschessnerd
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
Posted By nschessnerd
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
Posted By nschessnerd
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
Posted By nschessnerd
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
Posted By nschessnerd
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
Posted By nschessnerd
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
Posted By nschessnerd
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
Posted By nschessnerd
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
Posted By nschessnerd
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
Posted By nschessnerd
there is a syntax error on the 3rd line, it could be why simpleXML isnt working


<name>Long Sleved></name>
Showing results 1 to 10 of 10

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC