Need understanding of this bit of code
Code: <?php
// WHERE clause filters
$arrSQLFilters = array();
//
XML Grouping
I'm using xml_parse_into_struct to get all my elements, but now I need to group them. For example, h
Hotlinking Picasa as the image folder of a website
Hi there PHP freaks, I would like to create a private album in Picasa to use it as the image folder
need help in php variable
i have a php variable on one page
Code: [Select]$lastId = mysql_insert_id($db);
echo $lastId;<
Setting a default timezone?
I have read about how to change the timezone in PHPMYADMIN, but it changes back, it doesn't STAY the
To add a field on the screen XK02.
Hi All,
How to add an additional field in the vendor change control screen XK02.
The
How to show next and prev records
Hi all,
Sorry if this is simple, i'm very new to php, well, any programming language actually
whats wrong with my code please help!!!
this is the error
Warning: mysql_close(): supplied argument is not a valid MySQL-Link res
Using Curl_multi for processing multiple URLs
Hi,
I am at a loss as to how to implement this. I would like to be able to automatically assi
Converting RGB values to HEX
Code: <?PHP
$file_handle = fopen("colors/rgb.csv", "r");
wh