strtotime issue
Hey all,
I'm playing around with some code, and basically the idea is:
Person changes
MVC - Code review
I'm in the process of trying to wrap my head around MVC, and as part of that, I'm attempting to impl
issues verifying if user is logged in
I am having issues when a user logs in via asp Login control, the IsAuthenticated still seems to com
error with opendir
when i do this
if ($handle = opendir($dir)) {
while (false !== ($file = readdir($han
values in array being escaped
I would like to submit some values - back to the same form for checking before processing...
storing video files into mysql in php
hi
i have my video files in my folder ,
i have to store the path of the videos into db an
mysql query with single quotes in a variable
$sitedetails = "INSERT INTO vars (address, sitename, description, ownername, theme) VALUES ('$u
array_diff weirdness
I'm using the following bit of code
$diff = array_diff($pids, $pidlist);
$diff = array_va
PHP & MS Access - Line Break
Hey Guys!
I'm pulling records from an MS Access database and listing them using PHP and I'm r
Binding 2 UDP sockets on same port, connected to different destinations, 1 receives
Hello,
My application wants to send/recv data to 2 different UDP ports on a remote computer, us