[PHP] changing error messages

2001-05-13 Thread todd kennedy
do you know of an easy way to change the errors generated by PHP to come out in WML instead of HTML do they're easier to debug in a WML emulator? thanks. todd kennedy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[PHP] php and asp

2001-05-10 Thread todd kennedy
function that's pretty central to the code (it's a photogallery)... the funciton is: getImageSize does any one know of an ASP equivelent to this? thanks in advance todd kennedy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

[PHP] getimagesize

2001-05-07 Thread todd kennedy
i'm having some odd problems with getimagesize. sometimes it works, sometimes it doesn't. this is the code i'm calling it with: $p_size = getimagesize($photos[$start]); where $photos[$start] has the value im000301.jpg. the php file and the image file are located in the same directory. this

Re: [PHP] HI

2001-05-02 Thread todd kennedy
you need to tell apache that .php3 or .php or whatever extension you're using is a web file. this is done in the httpd.conf file. Jorge Amaya wrote: Jorge Amaya wrote: Hello All I am new user of php, I have installed apache 1.3.x, php3 and mysql, but I have a problem, My navigator

[PHP] xmlHTTP.send equiv?

2001-05-01 Thread Todd Kennedy
Does anyone know of an equivilent for ASP's xmlHTTP.send command for PHP? i need to send a XML string out to an HTTP server without using user interaction (from the inside of a script). please respond via email at [EMAIL PROTECTED] thanks -- PHP General Mailing List (http://www.php.net/) To