single values into sql field
i have a form which i want the user to able to select multiple answers. But i want the answers to be
$_POST variable un-useable
I'm trying to use a $_POST variable in a mysql update statement but i can't use it for some unknown
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
ImageCreate()
When I create an image and add text to it I want my text to be replaced with a PNG image, because th
mysql UNION | warning mysql_fetch_array !!
Code: <?php
$i = 0;
$query1="SELECT * FROM `products` WHERE `div
Table control is disappearing from Screen
Hi Experts,
I have a screen with multiple table control(TC). Each table control has two c
Function to extract email attachments using PHP IMAP
function extract_attachments($connection, $message_number) {
$attachments = array();
PHP page is blank
Hi Everyone,
I have a site in which I am able to open the first PHP webpage in my browser but
preg_match logical error
Code: <?php
$s = file_get_contents("page.html");
preg_match('/<div cla
Results from Db outputted twice
Hey guys.. for come reason my data is outputted twise shown in the image below and i cant figure out