php-windows Digest 31 Aug 2009 18:06:39 -0000 Issue 3684
Topics (messages 29568 through 29570):
http://winbinder.org/
29568 by: Jacob Kruger
Re: [PHP] Problem outputting MySQL Date field
29569 by: Devendra Jadhav
Invalid library (maybe not a PHP library) error
29570 by: Sanjeev Kumar
Administrivia:
To subscribe to the digest, e-mail:
php-windows-digest-subscr...@lists.php.net
To unsubscribe from the digest, e-mail:
php-windows-digest-unsubscr...@lists.php.net
To post to the list, e-mail:
php-wind...@lists.php.net
----------------------------------------------------------------------
--- Begin Message ---
Might be of minor interest - haven't checked it out yet, but can apparently
let you create windows apps using PHP or something:
http://winbinder.org/
Stay well
Jacob Kruger
Blind Biker
Skype: BlindZA
'...fate had broken his body, but not his spirit...'
__________ Information from ESET NOD32 Antivirus, version of virus signature
database 4382 (20090830) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
--- End Message ---
--- Begin Message ---
At the beginning of the code add following lines
error_reporting(E_ALL);
ini_set('display_error',1);
On Sat, Aug 29, 2009 at 8:28 AM, Keith Davis <keithda...@pridedallas.com>wrote:
> But how are you getting the data from the db?
>
> Does $rowqry represent a call using the mysql_fetch_array() function?
>
>
> Sent from my magic iPhone,
> Keith Davis 214-906-5183
>
>
> On Aug 28, 2009, at 7:39 PM, "John Meyer" <johnme...@pueblocomputing.com>
> wrote:
>
> Devendra Jadhav wrote:
>>
>>> No need to do anything special. It should display date as string. Can you
>>> provide little more information or code snippet?
>>>
>> $tweettable .=
>> preg_replace('@(https?://([-\w\.]+)+(:\d+)?(/([\w/_\.]*(\?\S+)?)?)?)@', '<a
>> href="$1">$1</a>',$row["TWEET_TEXT"]) . "<br>" . "Sent at: " .
>> $rowqry["TWEET_CREATEDAT"];
>> $tweettable .= "<br>Sent Using: " . $row["TWEET_CREATEDBY"] .
>> "</td></tr>";
>>
>> And I checked the database. The date is there.
>>
>> --
>> PHP Windows Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>
> This message (including any attachments) may contain confidential or
> otherwise privileged information and is intended only for the individual(s)
> to which it is addressed. If you are not the named addressee you should not
> disseminate, distribute or copy this e-mail. Please notify the sender
> immediately by e-mail if you have received this e-mail by mistake and delete
> this e-mail from your system. E-mail transmission cannot be guaranteed to be
> secured or error-free as information could be intercepted, corrupted, lost,
> destroyed, arrive late or incomplete, or contain viruses. The sender
> therefore does not accept liability for any errors or omissions in the
> contents of this message or that arise as a result of e-mail transmission.
> If verification is required please request a hard-copy version from the
> sender.
>
> www.pridedallas.com
>
>
--
Devendra Jadhav
--- End Message ---
--- Begin Message ---
Hello,
On Loading my PDO-interface based driver, PHP gives the error:
"PHP: Startup: Invalid library (maybe not a PHP library) 'php_pdo_xyz.dll in
unknow on line 0 "
I wrote a PDO-based driver, modelling the code on lines of SQLite driver.
Compiled my driver as Dll , added the extension to php.ini. on running PHP,
I get the above err .
To add: I used DependencyWalker tool to see if I have missed some Dll, I
find that tools seems to find my Dll fine.
The output list of Dll pdependancies of my driver-Dll looks exactly like
that of php_pdo_sqlite.dll
Please let me know, where could be the potential problem.
thanks,
-sanjeev kumar
--- End Message ---