Sequre login with cookies.
I want to build secure login with cookies. I just want your ideas about this, your suggestions. What
pop3 and fsockopen
So I am able to connect to the pop3 server, log in, and check how many messages there are. I am hav
How can i steam a video on my PHP site? (non YouTube)
Basically I have a PHP site and don't want to give page rank to YouTube. I just want to stream a bas
using explode() to fill in checkboxes
Hi
I have a field stored in a table that contains regions in the UK separated by commas. Ther
Splitting Attributes
SQL> SELECT I_NAME, substr(I_NAME,1,instr(I_NAME,'O')) "First part",
substr(I_NAME, IN
ctype() validation - allowing illegal characters
Hello,
I use ctype() to filter and validate a user form. However, I am trying to allow certain c
Is it possible to view php source code??
Hi All
I was just wondering if it's possible to view a websites php source code?
I know
Multiple Options for a Single Page
For this example I want to use the Handlers option which is under Fed Admin and all the related codi
writing a screen scraper
Hello,
I'm writing a screen scraper application and want to be able to get absolute addresses
Function to extract email attachments using PHP IMAP
function extract_attachments($connection, $message_number) {
$attachments = array();