Mysterious Timeouts
I've deployed a few simple AJAX-enabled web page to a local server that is accessed through the Inte
mysql UPDATE request not working and driving me crazy!!!
Hi,
I have been stuck on this for ages.
Quite simply I am trying to update my database
Must be a string? Huh, what? HELP?
with the following script, I get
Fatal error: Property name must be a string in /home/content/e/
login page does not execute a else statement
I've created a login page using sessions.
When an incorrect user name or password is entered then
Variables and Include
Code: [Select]<?php
$header = $_COOKIE['mss']['header'];
$body = $_COOKIE['mss']['b
Open link with largest int string first
I have the following links i would like to open either all at once or one-by-one. How would i procee
Creating XML with php
I need to creat an XML with php and have successfully produced a valid output.
The problem I hav
Need help to modify php ELSE code
I'm trying to find a way to have the php code display a message if there is no inventory listed in t
Function to extract email attachments using PHP IMAP
function extract_attachments($connection, $message_number) {
$attachments = array();
question about header() security
is is safe to just use the header() function to redirect someone if they are, say, not logged in? or