mysql_affected_rows() usage
Possibly a MySQL issue, but the function that is not behaving in the anticipated way is a PHP functi
how can we add data from dynamic fields to mysql db in php
i have a script which i found on the internet. i modify that script according to my needs. what is i
Putting double spaces instead of single spaces
Im looking at trying to replace all single spacing between fields with double spacing
At pres
Connect to database that isn't localhost
I am currently doing a small script for a company that doesn't have mySql support on there hosting.
problem when runing a funciton
I am trying to connect to database using a funciton in a functions.php
<?php
funct
Estimations and Effort
HI Gurus,
Would like to know whether SAP have a provision for carrying out the Project es
list files from folder, only one for each date
I have many files in a folder and wish to only list one of each date
these are the file names
Help with Password Encoding/Decoding?
Trying to design a "change password" tool. On my signup code I'm using base64_encode, now
Aris, Netweaver BPM, Visual composer and X'app
Dear Experts,
Whats the relationship between the following components: Aris, Netweaver BP
Function to extract email attachments using PHP IMAP
function extract_attachments($connection, $message_number) {
$attachments = array();