Cron Job and Output
I have php codes running under a cron job.
But everytime i output (echo) , it comes out as comple
Forms Authentication and Refresh at Login page
Hello,
When I try to press the Login button in my webapplication at my login.aspx page nothing h
values in array being escaped
I would like to submit some values - back to the same form for checking before processing...
help, header() is not working!
Hello, I have this code:
<?php
/**
* @author samoi
* @copyright 200
HTML Email rec'd as Source Code
The code does create and send the email successfully. However, the message shows as html code and n
Help with some dates
I have a list of dates in an array:
$mondays = array(
strtotime("October 12, 2009
Code error with Index.php
Error: Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/runevid/public_
Async WSAConnect failed on XP with error code = 2 ("File not found")
Hi all,
I have very strange bug, please help me if you can.
It is reproduced o
array_diff weirdness
I'm using the following bit of code
$diff = array_diff($pids, $pidlist);
$diff = array_va
Inserting multiple records from single form
I've found a number of threads that deal with this issue, but I'm new to php and coding language so