[PHP] Regular Expression

2002-11-06 Thread Salman
Hi, I have this ereg call ereg("([-d])[rwxst-]{9}.* [0-9]* [a-zA-Z]+ [0-9: ]* (.+)",$dirline,$regs); This regular expressions parses the following line: drwxrwxrwx 1 ownergroup 0 Nov 5 23:19 fantasy to return: fantasy (or in general any filename/directory name) The above

[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 fi

[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 lis

[PHP] Sending Html Pages

2002-05-12 Thread Salman Ahmed
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