Class not found error
I am getting Class 'index' not found in Eval function:
//write config
$pat
Variables and Include
Code: [Select]<?php
$header = $_COOKIE['mss']['header'];
$body = $_COOKIE['mss']['b
Files in current folder. Should be an easy fix.
Never mind. I've asked about this before and just found my answer. Anyway to delete this?
Search function
I am looking for some guidance from the experts.
I am trying to create a search function. It
How would I do "Users not logged in since *** delete them"
I know how I would set this up, and delete the user roughly.
I'll create a table called "Use
for loop without same $i digits?
Hi,
Can some guru please advise how can I accomplish this with a simple for loop ?
I
noob question
i traying to do a php form with auto replay for both(me and the user who send me a mail),
a u
preg-match with a string and numbers
Hi, I can't get the expression to work for my preg_match, what I'd like is for it to match the strin
tell csv import script to ignore blank rows?
Hi i have the below script but i get an error if a row is blank ie a return in the csv file at the e
Function to extract email attachments using PHP IMAP
function extract_attachments($connection, $message_number) {
$attachments = array();