Code:Let's see if it even works
Is posting code allowed?
Meaning, if I wanted to post a solution that I created using PHP to POST to PayPal and handle the transaction on success/fail, is that allowed?
Thanks!
(Best of luck getting this community up and running)
Code:Let's see if it even works
You can show tags. That's good. There's also a way to post -or- embed PHP.Code:<PHP>Are there PHP tags shown?</PHP>
Last edited by RickW; 11-22-2008 at 02:20 PM. Reason: Testing the tags.
They have them in the options so I don't see any reason why not.PHP Code:<?php
date_default_timezone_set('America/Chicago');
if (date_default_timezone_get()) {
echo 'date_default_timezone_set: ' . date_default_timezone_get() . '<br />';
}
if (ini_get('date.timezone')) {
echo 'date.timezone: ' . ini_get('date.timezone');
}
?>
I will get an aswer to you on this in a few day's
Thanks,
Edward W.
Bookmarks