[PHP-DB] Compatibility

2005-07-25 Thread Phares
I have some problems.. I have been running php 4 on two machines.. every time I copy scripts over, they do not function, even when I overwrite them. My scripts are just not working.. I need help!! Thanks. Good Day. -- Kind Regards, Phares Kariuki Is this the way a toy feels when its

Fw: [PHP-DB] Compatibility

2005-07-25 Thread Cilliè
How do you mean they do not work ? Do they produce errors ? What errors do they produce if they do? do they run perfectly but don't give the correct output ? are the two boxes exactly the same ? does one run redhat 7.3 and one slackware 10 ? does one run windows and the other freebsd ? come

[PHP-DB] Learning curve mysql--mssql

2005-07-25 Thread Joseph
Does anyone have an idea what the learning curve is going from using php/mysql--php/mssql? I am applying for a position which uses MS SQL Servers for a DB and ASP.NET (god forbid) for a front end and my only experience is WAMP. While I can convert over to php from ASP.NET, I am stuck with

RE: [PHP-DB] Learning curve mysql--mssql

2005-07-25 Thread Bastien Koert
Its gonna be a curveits a more complex beast to manage than MySQL and there are llimitations such as: Can't edit text fields with GUI tools No regex in sql statements DateTime handling differences No simple paging based on LIMIT, $offset, $DisplayRecords Personally its not my favorite to