Hi. Is it possible to make code that will add the button to pay to recognized dates where and when the workday is not s create events that will investigate whether it was or not. This looking to be able to restrict payment when I am available to paying customers and can not fulfill the order.
Thank you very much
care to rephrase, as it stands that makes no sense.
So to some extent the problem as to all this but I asked for help for this code to skype :
<?php function getSkypeStatus($username) { $remote_status = fopen ('http://mystatus.skype.com/'.$username.'.num', 'r'); if (!$remote_status) { return '0'; exit; } while (!feof ($remote_status)) { $value = fgets ($remote_status, 1024); return trim($value); } fclose($remote_status); } function getSkypeStatusIcon($username) { $status = getSkypeStatus($username); if($status == 0 || $status == 1 || $status == 6) { echo '<img src="skype-icons/'.$status.'.png" alt="call '.$username.'" />'; } else { echo '<a href="skype:'.$username.'?call"><img src="skype-icons/'.$status.'.png" alt="call '.$username.'" /></a>'; } } ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Skype web status </title> </head> <body> СКАЈП СТАТУС: <?php getSkypeStatusIcon('skecot'); ?> </body> </html>
<?php function getSkypeStatus($username) { $remote_status = fopen ('http://mystatus.skype.com/'.$username.'.num', 'r'); if (!$remote_status) { return '0'; exit; } while (!feof ($remote_status)) { $value = fgets ($remote_status, 1024); return trim($value); } fclose($remote_status); } function getSkypeStatusIcon($username) { $status = getSkypeStatus($username); if($status == 0 || $status == 1 || $status == 6) { echo '<img src="skype-icons/'.$status.'.png" alt="call '.$username.'" />'; } else { echo '<a href="skype:'.$username.'?call"><img src="skype-icons/'.$status.'.png" alt="call '.$username.'" /></a>'; } } ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Skype web status </title> </head>
<body> СКАЈП СТАТУС: <?php getSkypeStatusIcon('skecot'); ?> </body> </html>
To add the code paypal :
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="1232156"> <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> </form>
Code of paypal to be in place when I ring, ie instead of my ring to transfer to paypal.
Is it possible to achieve. Thank you.
Please delete this post
Are you trying to say that you only want people to be able to view and purchase items while you are on Skype?
Kudose;10928581 wrote:Are you trying to say that you only want people to be able to view and purchase items while you are on Skype?
Yes.
Solve this problem and please post to be deleted
perosf;10928592 wrote:Yes. Solve this problem and please post to be deleted
instead of being selfish, why not share the solution so others may learn.
where the red line sets the code paypal ;-)
Thank you for sharing your solution.
I believe it is standard around here to keep useful posts around unless there is just cause to have the posts removed.