RE: [PHP] Image Processing in PHP

2001-04-24 Thread Joseph Bannon
Resizing (and resampling) an image: http://www.php.net/manual/en/function.imagecopyresized.php http://www.php.net/manual/en/function.imagecopyresampled.php Is there anything extra in need to install? J -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail:

[PHP] search string

2001-04-15 Thread Joseph Bannon
What is the function to search a string? Basically, I want search a string (a url) to see if it has "www.yahoo.com" in it and if yes, tell the user their submission cannot be accepted. J -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP] last three characters of a string

2001-04-09 Thread Joseph Bannon
I need to examine the last 3 characters of a string. Is there code that does that? J -- 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] submitting to a remote form

2001-04-08 Thread Joseph Bannon
Thanks for the info. Question: Is there a simple way to encode text? J -- 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

[PHP] running as a script

2001-04-07 Thread Joseph Bannon
How do you get PHP to run at a script, like at a telnet prompt? J -- 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] submitting to a remote form

2001-04-07 Thread Joseph Bannon
I have a remote php script on a remote server that I need to submit information to. Does PHP have the ability for me to submit information remotely? J Say I'm Hot! - Post Your Picture! http://www.sayimhot.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

[PHP] cookies that don't expire

2001-04-06 Thread Joseph Bannon
How do you set cookies that don't expire? J Say I'm Hot! - Post Your Picture! http://www.sayimhot.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

[PHP] PHP and geocities

2001-04-05 Thread Joseph Bannon
Sure you can, but the only way I know of is to use fsockopen() and use fputs() to mimick an HTTP connection session. Can you give me the coding for this? To fake geocities you'll need to set the referer, I believe. Not sure what it needs to be set to, however. What is the code for this

RE: [PHP] is this syntax correct?

2001-04-02 Thread Joseph Bannon
What does global and session_register do? J Say I'm Hot! - Post Your Picture! http://www.sayimhot.com -- 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:

[PHP] geocities and php

2001-04-02 Thread Joseph Bannon
I notice that geocities does not allow you to reference images that are on their servers to your homepage on another server/host. Is there a way to make PHP send different host information to geocities' server? Thanks, J -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] changing image size

2001-04-02 Thread Joseph Bannon
Can PHP change the size of an image (gif or jpg)? J Say I'm Hot! - Post Your Picture! http://www.sayimhot.com -- 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,

[PHP] php jobs?

2001-04-01 Thread Joseph Bannon
What is a good place to find PHP jobs? J Say I'm Hot! - Post Your Picture! http://www.sayimhot.com -- 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:

<    1   2