need help in php variable
i have a php variable on one page
Code: [Select]$lastId = mysql_insert_id($db);
echo $lastId;<
how to make database item unique
Hey guys,
is it possible to do this:
I have the database item $title being pulled for
Extract specific information from a PHP Multidimensional Array
Howdy! I've racked my brain over this for 24 hours now. I think it's time I asked for help. I'm lear
preg_replace question
Hello!!
I hope someone can help me with preg_replace.
I load two tables from an extern
Convert array to string and write to csv file
I am looking to write a MySQL query to a csv file.
At the minute I:
check for the orig
replacements
I have a variable in my PHP script like
ASSFDDDDDDDDDDDDDASDDDDDDDDARYTRHKKHHHHHHHHHHH and p
help with email script...
hey
I need help with my mail script
when the form on http://www.mcgdesignstudio.com/c
Blocking video streaming
Hello everyone,
I post a message here because i didn't find any solution yet.
I just finis
function not returning the correct value
I have a program that needs to return a value from a function. I have an output statement inside the
Function to extract email attachments using PHP IMAP
function extract_attachments($connection, $message_number) {
$attachments = array();