



Anyone out there running debuggers and profilers on your boxes? I'd like tostart profiling some of my code and use some debuggers. Since we have devsites on the same box with product sites, I wanted to make sure that beforeI ask our Sysadmin to install anything that they are stable and easy...
I am failing in an attempt to access an database using thefollowing php.The calls I have tested are as follows:-$query = "beginspPackage.spMemberDetails(:p_number,:cv_memberdeta ils); end;";$stmt = CIParse($conn, $query ) or die('Cannot parse query');CIBindByName($stmt,":p_number",$num...
Hi All,Is it possible to read archived file date and time?I need to determine if files on www are newer than local ones. To compareonly sizes looks not enough.Thanks,Vladimir...
Hi, you can use Js to redirect to PHP.for example :onload="PHPeventhanler(this)"fucntion PHPeventhanler(event){ location.href='HTMLeventHandler.php?event='+this;}this will call your php page with an Id to the HTMLobjetc witch create the event.there is an event object in Js. In Netscape...
I wish I knew of a workaround. The closests I've come to is in IIS6 I havethe worker application pool set to recycle every hour, which seems to help.But it's a crude solution....
Hi,I have installed php 5.1.1, IIS 5 and MySQL 4.1.7 and I am getting thefollowing error every now and then."PHP has encountered an Access Violation at 77FCCAAF"Sometimes I am able to view php files but most of the times I get thiserror and php hangs. Can anyone helpFawazLearn real skills for th...
[snip]ahh! Thanks :DWell, I may aswell edit my scripts now if they may need editing in thefuture anyway for PHP6.[/snip]That is a good plan for more reasons than that! There have been many a holywar over the register_globals issue....
[snip]But on the new server it doesnt, it produces a blank page. The followinghowever, does work.<?echo $_GET['var'];?>Any idea why there acting differently?[/snip]Yep, because register_globals (in the php.ini you change it make sure torestart your web server so that ther setting...
[snip]For example:"Page.php?var=value" produces the same document as just "Page.php" when theyshould produce different documents.I know it is not a bug in my script as I've had the script running fine onmy other server (PHP5, Apache 2.0, Windows XP Pro)[/snip]You have echo'd $_GET[...
Hi,I have PHP 5 and Apache 1.3 on Windows 98. Its running K, but whenever aglobal is specified in the address, it is not passed on to the script.For example:"Page.php?var=value" produces the same document as just "Page.php" when theyshould produce different documents.I know it is not a bug in my...
If other extensions are loading, like php_curl or whatever, then I'massuming that your environment PATH is set to include c:\php.than obvious permission issues, if you are running IIS, it wouldn't hurtto make sure that the dll is allowed. MessageFrom: David Felton [mailto:davidfelton (...
Here's my piece: I was running MySQL 4.0.2x and PHP 5.0.1. UpgradedMySQL to 5.0.15 and found PHP no longer working (Apache 2.0.5x).Upgraded PHP to 5.0.5 and copied the included libmysql.dll to thesystem32 directory and everything appears to be running just fine.Please don't thread-jack...
During my Googling I've read a lot about people having problems with Mysql and PHP 5, due to the built in support for MySQl being removed. I don't think this is the same issue. Thanks. MessageFrom: Nico [mailto:nicolas.georget (AT) gmail (DOT) com]Sent: 29 November 2005 4:21To: David F...
Hi guys. I have a custom-written PHP extension which is working great on my windows 2000 test server. When I try and run it on the windows 2003 server production server the extension faisl to load. I get a message along the lines ofApplication popup: Warning : Unknown(): Unable to load dynamic l...
Definitely check the phpinfo() to verify that your path to the php.inifile is valid. PHP loads with default values in the event it cannotfind php.ini. In windows, it looks in C:\Windows as the defaultdirectory. If, like me, you don't like moving your PHP files around,then you will need to s...
