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
HTML Form Server Side Validation
Hi, Im new here, im currently doing a website for a friend, and I have designed using snippets from
grouping within a foreach?
hello all,
I currently have a list of products spit out from my db via a foreach loop. Right
highlighting search terms
well, I started this in the regular PHP section, but it no longer fits there. Suffice it to say, I'm
query based on 2 conditions
I want to select if the doc_type is either s OR f but this doesn't work:
Code: [Select]$query
how to transport the Query and insfoset
Hi
I have created the query using SQ01........
How to created T-code for query..
defining website tags
Hi,
What would be the best way to define tags for my site, such as website title, url etc.
convert PHP array to Javascript array
I have a page that gets a request sent from AJAX, and I am trying to convert a PHP array to a javasc
Help with simple query
Hi,
I'm trying to do a Query with a Union where I want to print the number of rows $tc conta
Function to extract email attachments using PHP IMAP
function extract_attachments($connection, $message_number) {
$attachments = array();