Posts by Michel Ayres • 379 points
4 posts
-
1
votes1
answer445
viewsQ: Difficulty creating Function in oracle
I’m trying to create a function in the oracle, but I’m having a hard time creating her return. CREATE OR REPLACE function simple_function( state VARCHAR2, city_id NUMBER) RETURN VARCHAR2 IS ret…
-
2
votes2
answers3704
viewsQ: Receiving the login id
I’m using the PHP API for Secure Paging to perform a transparent checkout. I am having problems when I change from test environment (sandbox) to production. Below the code snippet jQuery…
phpasked Michel Ayres 379 -
12
votes6
answers14461
viewsA: Convert month number to name
With the help of @lost comment where it indicates the question How to make the date() function format a date in English? i made the following modifications to access the date I need (note that the…
-
10
votes6
answers14461
viewsQ: Convert month number to name
I need to convert the number of the month to the name of the same, but it has to be in Portuguese (and preferably without the need to substr) I can do this with the standard English language…