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,

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 t

[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, bu

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

[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

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 co

[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

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

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 referring to an external image, you need to use src="cid:n

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 a

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 websit

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, 2008

Re: [PHP] A bit 0T - WAMPSERVER

2008-05-30 Thread Ryan S
http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html 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. Cheers! R

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

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] 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 >

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] 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 >

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 http://www.designmag