[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: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] php and asp

2001-05-10 Thread todd kennedy

i've got a problem...i've written some stuff in PHP and now the person I
wrote it for is looking for an ASP version to play with as well...

I've gotten most of it working in ASP now (eek.  VBScript is downright
archaic compared to php4), but I'm having problems finding an equivelent
for one PHP 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, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[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 does work however:
$p_size = getimagesize(im000301.jpg);


any clues?

thanks.
todd


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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 doesn't recognize the files of
  php3, that is to say it doesn't work me php in the navigator, I have
  configured such and like says the manual in php.ini and also in the
  directives of Apache
  that I will be making bad

 Forget to tell them that work on windows 98 OS.

 
  thank you for their help
 
 
 
 
 

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[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 unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]