Jump to content

PHP Code Error in Wordpress Theme

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
millsy007

millsy007

    Newbie

  • Members
  • PipPip
  • 15 posts
Hi

I am having some issues with a wordpress theme and the PHP being used is beyond my scope of knowledges :confused:

It should be passing an item name to paypal but instead is displaying
Order No.1278608841 - F j, Y

I believe F j, Y is a date format? so somewhere something got muddled so would really appreciate if someone could help me find where.

Thanks for any help...

#2
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
You probably want to find where F j, Y is in the code, and change it to date("F j, Y");

#3
Guest_johnny.dacu_*

Guest_johnny.dacu_*
  • Guests
Does PHP have native functions to access PayPal API? I've just search on Google but i haven't found such info.

#4
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,299 posts
No, but paypal has already made code to fetch and use.
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall