Different actions for different parts of a string
<?php
function dosomething($string, $else = '') {
if (empty($else))
$string
PayPal Redirect Issue
When I have my paypal button set so that is redirects to http://empiremarketing.ca/order.php,it work
Confusing Functions
So, I've been reading up on Functions and I like them! However, I need some help using variables in
import table with dependency
Hi
What is the best way to import table back which has dependency?
SQL> cre
Applet JTextField Size Problem
Hello,
I recently started making an applet to calculate certain values for airplanes. However
Help pulling in 'id' with "read more" link
I'm trying to create snippets of my articles in the cms I'm creating, and then have them redirect to
How to use php and sql to check if values match the ones in a table (for logins)
How would I code it that the script takes two variables that are passed to it (UserID and PIN), and
Any help with my email script?
I have an email script, I have not tested it, although someone tested it for me and said it worked f
How to login with SAPCPIC userid
I have changed the Password for SAPCPIC in Development Server for 000,001 and 100 client.
But w
Get Total From While Loop
I'm trying to get the total for each product and add them for a Grand Total to list outside the loop