Re: [PHP] Node.PHP

2012-03-30 Thread Michael Save
>> if you want develope / clone more modules for that please start from >> http|s.req :p and let me coninue at php >> >> http://stackoverflow.com/a/9199961 my nodejs + php thing >> >> 2012/3/22, Michael Save : >> > Very nice! >> > >>

Re: [PHP] Node.PHP

2012-03-22 Thread Michael Save
Very nice! I'll have a proper look at this in the morning, and I'll try it out for myself. Looking forward to seeing more development on this. Michael On Thu, Mar 22, 2012 at 11:40 AM, Joseph Moniz wrote: > Hey, > > So i had my first Hackathon at work last week and my project was to > prototype

Re: [PHP] hello everybody

2012-03-21 Thread Michael Save
w3schools is not a good source. http://w3fools.com/ On Thu, Mar 22, 2012 at 5:33 PM, Midhun Girish wrote: > I think this would be an ideal resource for beginners > http://www.w3schools.com/php/php_forms.asp. I used it when i began php. I > would suggest doing the entire course in there. Really h

Re: [PHP] $POST and $_SESSION

2012-03-15 Thread Michael Save
How about this? $first_name = @$_POST['first_name'] or $first_name = $_SESSION['first_name'] ? $_SESSION['first_name'] : null; Thanks, Michael On Fri, Mar 16, 2012 at 2:13 AM, Daniel Brown wrote: > On Thu, Mar 15, 2012 at 11:04, Tedd Sperling wrote: >> Hi gang: >> >> What's a better/shorter wa

Re: [PHP] questions about $_SERVER

2012-02-12 Thread Michael Save
On Mon, Feb 13, 2012 at 5:28 PM, Rui Hu wrote: > hi, > > How PHP sets variables in $_SERVER, say, $DOCUMENT_ROOT? What should I know > if I want to modify $_SERVER myself? > > Thanks! > > > -- > Best regards, > > Rui Hu >