[PHP] Help with SSH2

2008-05-30 Thread Gonzalo Bettancourt
Hello, I'm from Chile, so, I don't write great in English. My cuestion is: I'm programming a Website where you can see the files that you have in a remote PC. (In my University Computer Room) I don't know how to Download a file from the remote pc to my computer and, also, how to Upload a

Re: [PHP] Embed images in emails

2008-05-30 Thread Iñigo Medina García
Hi Bastien, thanks for the tip. I've already done it and it didn't run. But I'll check it again. iñigo On Thu, May 29, 2008 at 6:11 AM, Iñigo Medina García [EMAIL PROTECTED] wrote: Hi, I'm trying to send emails with embed and dynamic images: a normal tell a friend feature which sends

Re: [PHP] Help with SSH2

2008-05-30 Thread Jim Lucas
Gonzalo Bettancourt wrote: Hello, I'm from Chile, so, I don't write great in English. My cuestion is: I'm programming a Website where you can see the files that you have in a remote PC. (In my University Computer Room) I don't know how to Download a file from the remote pc to my computer

Re: [PHP] Embed images in emails

2008-05-30 Thread Iñigo Medina García
Hi Per, yep, it's true, playing with mime it can be sent as attachment, but I don't want that but embed. iñigo Bastien Koert wrote: You'll need to create a HTML email, and then embed the image with the img tag, using the entire path to the image as the source attribute Not

Re: [PHP] Embed images in emails

2008-05-30 Thread Iñigo Medina García
Hi Shawn, ey, that content-disposition: inline is new for me. Maybe it's a solution. I'll check it and tell us. thanks iñigo Per Jessen wrote: Bastien Koert wrote: You'll need to create a HTML email, and then embed the image with the img tag, using the entire path to the image as the

Re: [PHP] Embed images in emails

2008-05-30 Thread Chris
Iñigo Medina García wrote: Hi Bastien, thanks for the tip. I've already done it and it didn't run. But I'll check it again. iñigo On Thu, May 29, 2008 at 6:11 AM, Iñigo Medina García [EMAIL PROTECTED] wrote: Hi, I'm trying to send emails with embed and dynamic images: a normal

[PHP] PHP eg.

2008-05-30 Thread mukesh yadav
Hi, I'm trying to learn a PHP by myself...and i need a help. I have learned all the basic but i dont know how to implement the stuff. Can you please guys help me out give me a small site in PHP so that i can study and learn. thank you.

Re: [PHP] Embed images in emails

2008-05-30 Thread Iñigo Medina García
Hi Richard, yep, i know your htmlMimeMail5. Ey, it's a good work! :-) But in this case it would be easier for my work-team not to deal with objects-jargon. thanks anyway iñigo You'll need to create a HTML email, and then embed the image with the img tag, using the entire path to the image

Re: [PHP] Embed images in emails

2008-05-30 Thread Iñigo Medina García
Hi Chris, yep, phpmailer is a good work too. But it works the same i said about htmlMimeMail5. iñigo Iñigo Medina García wrote: Hi Bastien, thanks for the tip. I've already done it and it didn't run. But I'll check it again. iñigo On Thu, May 29, 2008 at 6:11 AM, Iñigo Medina

Re: [PHP] Embed images in emails

2008-05-30 Thread Per Jessen
Iñigo Medina García wrote: Hi Per, yep, it's true, playing with mime it can be sent as attachment, but I don't want that but embed. iñigo OK, then you need to revisit what Bastien said. However, instead of img referring to an external image, you need to use src=cid: where

Re: [PHP] Embed images in emails

2008-05-30 Thread Chris
Iñigo Medina García wrote: Hi Chris, yep, phpmailer is a good work too. But it works the same i said about htmlMimeMail5. So use either package to figure out what it does and how it does it - you can learn a lot from other peoples code. -- Postgresql php tutorials

Re: [PHP] Embed images in emails

2008-05-30 Thread Iñigo Medina García
Aha, I see. Perfect, Per. I'll look at this RFC. iñigo Iñigo Medina García wrote: Hi Per, yep, it's true, playing with mime it can be sent as attachment, but I don't want that but embed. iñigo OK, then you need to revisit what Bastien said. However, instead of img referring to

Re: [PHP] Embed images in emails

2008-05-30 Thread Iñigo Medina García
Iñigo Medina García wrote: Hi Chris, yep, phpmailer is a good work too. But it works the same i said about htmlMimeMail5. So use either package to figure out what it does and how it does it - you can learn a lot from other peoples code. Thanks for the advice. :-) iñigo --

Re: [PHP] validating # sign in php

2008-05-30 Thread Robin Vickery
2008/5/29 Sudhakar [EMAIL PROTECTED]: my question is about validation using php. i am validating a username which a user would enter and clicks on a image to find if that username is available. example if a user enters abc#123 php file is reading this value as abc ONLY which i do not want

Re: [PHP] PHP Code I Must find

2008-05-30 Thread Thijs Lensselink
Quoting John Taylor-Johnston [EMAIL PROTECTED]: Seen that in the manual. I'll need a routine of some sort I guess. I'll get my cookie cutters out tomorrow and see what I can create. I make cool gingerbread men, for a dude. **htmlentities() does most of what I want, sort of. **lists-php wrote:

Re: [PHP] PHP eg.

2008-05-30 Thread Dan Joseph
On Fri, May 30, 2008 at 2:34 AM, mukesh yadav [EMAIL PROTECTED] wrote: Hi, I'm trying to learn a PHP by myself...and i need a help. I have learned all the basic but i dont know how to implement the stuff. Can you please guys help me out give me a small site in PHP so that i can study and

Re: [PHP] A bit 0T - WAMPSERVER

2008-05-30 Thread Ryan S
clip STW? http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html /clip Thanks, I did STW and find that link but am just a bit unsure if while WAMPSERVER2 I should go in and do it like the above url suggests... was wondering if like XAMPP there were specific instructions to follow.

Re: [PHP] PHP eg.

2008-05-30 Thread Gabriel Sosa
welcome, first depending on wich OS are you running you install php mysql and apache (at least) over windows i recomend you http://www.appservnetwork.com/ over linux.. you must find some tutorial on http://www.howtoforge.com/ and then try http://tinyurl.com/4dyblz saludos On Fri, May 30,

Re: [PHP] PHP eg.

2008-05-30 Thread Jason Pruim
Hi Mukesh, II am in the same spot... the best thing I can recommend to you, is when someone posts a problem to this list, try and work out the example and figure out how they are doing it. One of the posters on this list, does that, and has a great code library with examples on his

Re: [PHP] PHP eg.

2008-05-30 Thread Eric Butera
On Fri, May 30, 2008 at 2:34 AM, mukesh yadav [EMAIL PROTECTED] wrote: Hi, I'm trying to learn a PHP by myself...and i need a help. I have learned all the basic but i dont know how to implement the stuff. Can you please guys help me out give me a small site in PHP so that i can study and

Re: [PHP] Embed images in emails

2008-05-30 Thread Shawn McKenzie
Per Jessen wrote: Iñigo Medina García wrote: Hi Per, yep, it's true, playing with mime it can be sent as attachment, but I don't want that but embed. iñigo OK, then you need to revisit what Bastien said. However, instead of img referring to an external image, you need to use

[PHP] phpeclipse debugging setup

2008-05-30 Thread PJ
Running FreeBSD 7.0, Eclipse SDK 3.3.2, java 1.6.0_03-p4, apache 2.2.8, php5.2.6, postgresql 8.3.1. I found that configuring Xdebug just does not work the way all the manuals, instructions and hints suggest: the only way I could get Xdebug to work (but does it?), that is, to show up under

[PHP] hello

2008-05-30 Thread Stéphane Boisvert
Dear Madam/sir, We are a wholesaler which deal with all kinds of such electronic products as motorcycles, TV, Notebooks, Phones, Psp, Projectors, GPS, DVD, DV, DC, MP3/4, musical instruments, toys, watches and so on. We can offer quality goods with reasonable price. We deliver our items by EMS

Re: [PHP] phpeclipse debugging setup

2008-05-30 Thread Eric Butera
On Fri, May 30, 2008 at 11:59 AM, PJ [EMAIL PROTECTED] wrote: Running FreeBSD 7.0, Eclipse SDK 3.3.2, java 1.6.0_03-p4, apache 2.2.8, php5.2.6, postgresql 8.3.1. I found that configuring Xdebug just does not work the way all the manuals, instructions and hints suggest: the only way I could

[PHP] Fake emails sent on my behalf

2008-05-30 Thread Stéphane Boisvert
Please disregard all emails received from this account with a subject line hello, my password and security question were compromised through what seems to be a Cross Site Scripting attack. My sincerest apologies to everyone. -Stéphane

[PHP] PHP and Web Services [JIVE]

2008-05-30 Thread VamVan
Hello All, I am trying to make a web service call using SOAP and PHP to create a new community. I keep on receiving unauthorized exception. Please let me know what I forgot in my code here. How is it possible to send authentication headers in a SOAP call? I would appreciate if some one could

[PHP] going from procedural style to object orientated style coding

2008-05-30 Thread Adam Williams
I was wondering if anyone knew of some books/tutorials/howto's, etc on going from procedural style coding to object orientated coding with PHP? I've been using PHP since version 3 and am used to the procedural style, but I'm noticing that PHP's trend is going to the object orientated style,

Re: [PHP] going from procedural style to object orientated style coding

2008-05-30 Thread Bastien Koert
On 5/30/08, Adam Williams [EMAIL PROTECTED] wrote: I was wondering if anyone knew of some books/tutorials/howto's, etc on going from procedural style coding to object orientated coding with PHP? I've been using PHP since version 3 and am used to the procedural style, but I'm noticing that

Re: [PHP] going from procedural style to object orientated style coding

2008-05-30 Thread Dan Joseph
On Fri, May 30, 2008 at 4:17 PM, Adam Williams [EMAIL PROTECTED] wrote: I was wondering if anyone knew of some books/tutorials/howto's, etc on going from procedural style coding to object orientated coding with PHP? I've been using PHP since version 3 and am used to the procedural style, but