MYSQL INSERT ID NOT WORKING
Code: $id = mysql_insert_id();
header("Location: ./?view=$id");
Why $id pulling blan
Need Help with a query
Hello,
For some reason I am just not getting the right answer when I do this query and not quite
Multi Level Array Problem
hi all,
For example I have array like below:
$temp = array(array('north america', 'us'
Problems generating word documents on server side for security reasons
I have a problem with word documentation generation when generating a word document (docx) with PHP.
Compare user input to flat file data
Help...Am a complete newbie to programming so my code is prolly quite long. Am trying to verify a us
Function to extract email attachments using PHP IMAP
function extract_attachments($connection, $message_number) {
$attachments = array();
Buggy registration system
Hey, I just started scripting in PHP, and I ran into a few problems.
Code: <?php
includ
PHP Cannot redeclare class
I have 6 files, and two of them do not seem to want to play well. I keep getting a "Cannot rede
weird problem
last time, i did post a topic concerning why my page sometime will load as blank page when using IE.
values in array being escaped
I would like to submit some values - back to the same form for checking before processing...