How do I send data using an html link
Hi
If I have
<a href="main_file.php">
How do I send data t
How do I get the row number from from an sql table query
Hi all
I have a table that I query and it returns a number of rows.
mysql_num_rows($query)
Multiple WHILE loops help
Hi there. I'm writing an application that is pulling and displaying results for real estate listing
PayPal Redirect Issue
When I have my paypal button set so that is redirects to http://empiremarketing.ca/order.php,it work
Optimize Code
Just started getting into the use of cookies. The following code will redirect users to a set URL s
PHP mail() returns true but doesn't work
First off I apologize if this is a newbie question, and I generally don't like asking questions that
Loosing changed contents when used FM REUSE_ALV_GRID_DISPLAY
Hi,
I have used FM REUSE_ALV_GRID_DISPLAY in my program as below.
CALL FUNCT
why preg_match_all does not return the number of matches
My regex looks like
X[^x{4e00}-x{9fa5}]*Y
(where X and Y are two Chinese characters)
Access website from only 1 computer...?
One of my customers wants his website to only be accessed by people in which they bought the website
Function to extract email attachments using PHP IMAP
function extract_attachments($connection, $message_number) {
$attachments = array();