EU VAT Package 2010
Does any one know whether SAP will be developing new reporting functionality due the new VAT rules t
Lack of simpleXML Documentation
What is up with this.
Look at: http://www.php.net/manual/en/function.simplexml-load-file.php<
Why is the logic of this simple code not working?
Hey, I'm trying to determine if a table already exists in mysql, but doing a query first with mysql_
Entering Data Problem
Code: $result = mysql_query("SELECT * FROM flights");
while ($row = mysql_fetch_array($
PHP5 - Verifying a secure mail is secure
I need to send an e-mail from a form to a external department and because it contains personal custo
Login Script Issues
I am using a script I got from http://phpsense.com/php/php-login-script.html in order to allow peopl
moving mouse to display image coordinates
I have an existing MFC application that shows an image in the main window.
I'd like to be able to
Module pool selction screen parameters combination logic
Hi floks,
Am new to the module pool development ,Recently i have created one program based on
Generating unique numbers using php
Hi,
I need help in generating unique number using php.I tired using rand() in php.But, by using r
Get relative path from absolute path
How would one go about getting the relative path to a file from its absolute path?