Date Format
Hi there,
I have a date format like this right now:
Sat, 17 Oct 2009 17:04:00
I ne
function not returning the correct value
I have a program that needs to return a value from a function. I have an output statement inside the
Help with file_get_html
The following code gives the expected results:
<html>
<head&g
Day of week
I am using PHP version 5.0.5
I have a varaible ($DATE (date format yyyy-mm-dd)) that is being inc
writing a screen scraper
Hello,
I'm writing a screen scraper application and want to be able to get absolute addresses
Escaped characters
I have a script that allows you to post news to the home page of my site. Along with the news is the
Is there a more efficient way to code this than what I have?
I have three associative arrays.
$combinedSettings
$userSettings
$defaultSettings
limit string by words??
hello all,
I was wonder if there is a function to limit a string by the number of words inste
How to make a mail Form secure?
I want to create an email Form on my web site. How can I make the Form secure so the submitted info
finding key position of specified value in multi-dimensional array
Code: $openedfile = fopen($tfc_file4, "r");
$rc = 1;
while(!feof($openedfile))
{<