[PHP] Data Post or Get Variable Undefined

2002-06-21 Thread Salman Ahmed

Hi,

In new version of php 4.2, I am trying to do post or get of data from html form to the 
php page. But it says undefined variable. Is there something different in new version 
for post and get. It do have increased security I have read but how can I do post and 
get.

I have changed php INI file variable of cgi force redirect to 0 as PHP was not working 
for me on other values. But now cannot do post and get. Have read online help but 
couldnt figure out so please help. How can I do post and get in php new installers.

OS : Windows

Statbat();



[PHP] Plz dont hate me for this

2002-05-15 Thread Salman Ahmed

Hi,

I am also PHP lover plz dont hate me for this but I really need to know any free perl 
hosting company where I can host my perl script. Only circumstances has made this that 
I programming in perl. I have no idea where to put my question, as I always did 
programming in php and asked this list. So I am asking this question here to, plz tell 
me about free CGI hosting site.

Asking for the help and forgiveness
Statbat



[PHP] Sending Html Pages

2002-05-12 Thread Salman Ahmed

Hi,

I am trying to send html pages via email, that is instead of sending plain text format 
to the client I am trying to send Rich Text using mail function of PHP. At first I was 
sending 

--
Hello Bob,

Thanks for downloading this from my site 
--

BUT for Rich Text I am doing
 
--
!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN'

html

head
meta content=text/html; charset=iso-8859-1 http-equiv=Content-Type
/head

body
div align=left
table border=0 cellpadding=10 cellspacing=0 width=500
tr
td
font face=Verdana size=2
Hi, 
br
Thanks for downloading this from my site 
/font
/td
/tr
/body
/html
--

But what happens is instead of sending html page it sends as a text with all code 
displayed as it is without being parsed.

Please tell what can I do to send rich text emails as the this one u are reading to 
the clients using PHP mail function.

Kind Regards
Salman