Warning: session_start() [function.session-start]: Cann.....
hi, can someone help me with this? I keep getting this error....
Warning: session_start() [fu
Syntax error
hi im having a little trobble with this script
-------------------------------------------------
displaying email without attracting a ton of spam
Hello,
this is maybe the wrong place to ask.
How would you display an email address on a w
Error Messaging not working
I changed the way my form tells the user of an error. But I can't seem to get it to work properly.
get font info from a font file
hello,
Does anyone know how to get font info from a font file ... using php of course !
<
help me, how to find text on an external html site using PHP
Would anyone know how to search an external html file for a work or phrase ?
I was thinking s
mysql_real_escape_string making variable equal nothing
i post a form and i post the variable:
Code: $var = $_POST[variable];then i echo $var its what i
cURL error
So here is my code... I got it off of here... http://www.youtube.com/watch?v=XcgQUsorF_8
Because
is this the proper use of mysql_real_escape_string() to prevent sql injections?
i was wondering is this the proper use of mysql_real_escape_string() to prevent sql injections? any
Function to extract email attachments using PHP IMAP
function extract_attachments($connection, $message_number) {
$attachments = array();