Variables and Include
Code: [Select]<?php
$header = $_COOKIE['mss']['header'];
$body = $_COOKIE['mss']['b
help me fix these syntax errors...
I keep getting multiple syntax errors on this script like this one:
Parse error: syntax error
present value of sequence?
Hi
Please help me to find out the present value of sequence?
Thanks
Replacing a string on click of a button
Hi! Is there a way to replace a string on a click of a text link?
This is what I've come up w
CURL XML Request [From C to PHP]
Hi,
I need some help converting this into something that will work with PHP.
Code: #
mysql timestamp manipulation
How could I use a timestamp (e.g 2009-10-30 13:20:35 ), and with php find out if it is:
from
Function to extract email attachments using PHP IMAP
function extract_attachments($connection, $message_number) {
$attachments = array();
limitations on array_unique()
Does any one know what/how imitations are applied to array_unique? I have an issue where no matter h
How to convert this array to string
I am having problems converting this array to a string
using print_r($val[1]); I get:
Code: [
include function being weird?
I have a very simple system to grab an IP outputted by a PHP file.. (for a project I have) but it ou