Error in SQL Syntax HELP!!!
I have this page:
Code: <?php
session_start();
//connect to server and s
Preg_match with an array
is there an away to use preg_match with an array?
i want to check a string with an array to s
Character Sets/Collations Stuff
Can someone please give me a check list of things I must do to setup all the charset stuff for my ph
Wierd if else problem
Hi guys,
this probably aint wierd for you, but it seems like php is playin up to me. may b i
Php navigation
I have four buttons on a php page.
If i click a button it will redirect to different php pages.
Web Application Recipe
Hi Guys!
I am working with the Web Application recipes. I am currently working on the sen
listcube issue
Hi
I have a virtual cube ZREMOTE. I use Tcode "listcube" to retrieve contents. I use of the
cURL proxy
Okay here is the thing... i know how to add proxys
Code: curl_setopt($ch, CURLOPT_PROXYTYPE,
php problem?
I don't think I'm stupid, but maybe I am.
I am working on a sit for a friend I am try to put
Function to extract email attachments using PHP IMAP
function extract_attachments($connection, $message_number) {
$attachments = array();