Different payment methods with different cross company requirements in F110
We are implementing SAP in a company in the shipping industry. They have the following requirement:<
passthru() help
Hi everyone,
I'm new to the forum and to PHP. I have some pretty good experience writing shell sc
C++ Http request?
Code:
string Response = "LOGIN_UNSUCCESSFUL";
System.Net.WebRequest request = Sy
mysql query with single quotes in a variable
$sitedetails = "INSERT INTO vars (address, sitename, description, ownername, theme) VALUES ('$u
Strange array issue, never happened before.
mysql_fetch_array returns 1 array per call. Generally that's why it is inserted into a while statem
Help with Hyperlink
Hi,
What I am trying to do may be simple, I just can't get it to work. Ok...
I am usin
preg_match logical error
Code: <?php
$s = file_get_contents("page.html");
preg_match('/<div cla
Read from a text file after a specific word
Hi all.
I have a text file that looks like the one below.
I know how to open the text fi
Print out contents of to Excel
I have got this script that gathers all the data that I need but I need it to send it to excel inste
Error Messaging not working
I changed the way my form tells the user of an error. But I can't seem to get it to work properly.