PHP5 strtotime
I use PayPal as my ecommerce solution and I have a PHP script that captures
variables posted from PayPal to populate my database. The time variable
string is sent in the following format: HH:MM:SS DD Mmm YY, YYYY PST. The
script worked fine but since I upgraded to PHP5 the dates inputted into my
database (MySQL) are showing some date in 1969. Can anyone say what is
causing this or how to correct it? Thanks.
Samuel Marshall
Relevant Pages
- RE: Populate Drop-Down Listbox from Query?
... Need to add reference to ... the command string to connect to your database; if you do not know it already ... which gives you the connection string. ... You can build an event procedure using AfterRefresh to populate the ... (microsoft.public.excel.programming) - Strange Bug
... I have a pretty simple PHP script. ... displays data out of the database. ... Maybe there is a solution other than dumping my query to the ... string, and string of dashes) but that doesn't work. ... (comp.lang.php) - Newbie: error trying to save directory path to database
... In the database explorer tab, ... Dim fi As FileInfo = New FileInfo ... Dim ConvertedFileDate As String ... 'populate MonkeyMain.Local_ID ... (microsoft.public.dotnet.languages.vb) - Re: Newbie: error trying to save directory path to database
... I want to store a path and filename in a database, then be able to click on a row in the DataGridView to have the app load the file. ... In order to populate the source table in the first place, I have a button that recursively searches directories to find files of the appropriate type, and put that data into the table. ... Dim fi As FileInfo = New FileInfo ... Dim ConvertedFileDate As String ... (microsoft.public.dotnet.languages.vb) - Passing values from drop down menu
... I've coded a script to populate a drop down menu from a database but I ... can't seem to get the PHP script to pass the selected item. ... (comp.lang.php) |
|