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
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
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
> 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
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
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
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
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
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
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
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
11 matches
Mail list logo