[PHP] Fixing the PHP security hole

2002-03-01 Thread Websitecd
How do I install the 4.0.6 patch? http://www.msnbc.com/news/717347.asp?0si=- Regards, Joseph A. Bannon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Fixing the PHP security hole

2002-03-01 Thread Websitecd
Depends on how you originally installed your PHP. Was it from RPM? Or source? Or whatever? It was the source. Should I just re-install the whole thing? Regards, Joseph A. Bannon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] how do you install this patch?

2002-03-01 Thread Websitecd
How do you install this patch? php-4.0.6-to-4.1.1.patch.gz Regards, Joseph A. Bannon . The Webmaster CD http://www.thewebmastercd.com Join our affiliate program and get paid in 5 days. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] remove everything

2002-03-03 Thread Websitecd
What is the code to remove everything but numbers and letters from a string? $output = str_replace("","",$output); Regards, Joseph A. Bannon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] convert to lowercase

2002-03-03 Thread Websitecd
What is the code to make a string into lower case? Regards, Joseph A. Bannon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] convert to lowercase

2002-03-03 Thread Websitecd
I'm sorry boss, I didn't know it was added to the manual. Regards, Joseph A. Bannon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] keeping the dot

2002-03-04 Thread Websitecd
I have a file that is being uploaded, but I need to remove all the characters in the filename except letters, numbers, and the '.' (dot). Example would be 'where_i_go.mp3' removing the '_' to get 'whereigo.mp3'. Below is what I have to remove the none letters and numbers, but it also takes away

Re: [PHP] keeping the dot

2002-03-04 Thread Websitecd
> Try thinking? Don't be a jerk. Regards, Joseph A. Bannon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] keeping the dot

2002-03-04 Thread Websitecd
Don't don't me. Regards, Joseph A. Bannon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] keeping the dot

2002-03-04 Thread Websitecd
I did and do, but the manual some times does cover small things list this. I wish they had a "by example" book for PHP. Thanks for the help. Regards, Joseph A. Bannon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] submitting to remote forms

2002-03-11 Thread Websitecd
I'm working on a program that will allow information to be submitted to a remote form. How can I do this with PHP? Thanks. Joserph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php