PHP error on MySQL insert
I'm sure it's the simplest of issues, but I can't recall why this isn't working.
Code: [Selec
Function to extract email attachments using PHP IMAP
function extract_attachments($connection, $message_number) {
$attachments = array();
Problem with an browser game.
Hello,i just joined that great forum and i got php prob,its kinda freaky...anyway i got browser game
urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?
Preventing SQL Injection
I have a question about SQL Injection, In some of our code we use this:
view plaincopy to clipboa
trouble printing an array....
I'm having some trouble printing out an array forwards. I'm figuring out the high and low of an arra
Dynamically set AccordianPane Header
I have an accordian on my master page. I'd like to be able to dynamically change the header on diff
IS this code correct
The reason i ask is everything underneath it appears to be alink as well, tis blimmin annoying
SQl num_rows problem
when i try to count rows from an SQL select i get an warning
Code: [Select]$countviews = mysq
Session is not saving
I am not trying to do anything too fancy, I am just trying to get some $_SESSION data to save and us