Re: [PHP] Dennis Ritchie, Father of Unix and C programming language, dead at 70

2011-10-15 Thread Ricardo Martinez
int main() { printf("R.I.P. Dennis Ritchie: 1941-2011\n"); return 0 } sad notice... RIP On Fri, Oct 14, 2011 at 10:01 PM, tamouse mailing lists < tamouse.li...@gmail.com> wrote: > On Thu, Oct 13, 2011 at 5:08 PM, Daevid Vincent wrote: > > #include > > > > int main() > > { > >

Re: [PHP] Introducting CRUDsader : a new PHP ORM Framework

2011-10-14 Thread Ricardo Martinez
great :) i think take a look ;) On Fri, Oct 14, 2011 at 1:08 PM, jean-baptiste verrey < jeanbaptiste.ver...@gmail.com> wrote: > yes it's open source, it's under LGPL license! > > On 14 October 2011 03:52, Sharl.Jimh.Tsin wrote: > > > 在 2011-10-13四的 19:06 +0100,jean-baptiste verrey写道: > > > hi ev

Re: [PHP] Re: files outside of documentRoot

2011-10-14 Thread Ricardo Martinez
icture and stop the script fpassthru($fp); exit; i'm getting all time the player black. all idea are welcome!!! :) thx!!! On Wed, Oct 12, 2011 at 12:46 PM, Ricardo Martinez wrote: > It works thx a lot =) > > > > On Tue, Oct 11, 2011 at 5:26 PM, Bastien Koert wrote: >

Re: [PHP] Re: files outside of documentRoot

2011-10-12 Thread Ricardo Martinez
It works thx a lot =) On Tue, Oct 11, 2011 at 5:26 PM, Bastien Koert wrote: > On Tue, Oct 11, 2011 at 11:00 AM, Ricardo Martinez > wrote: > > Hi! > > > > i'm was checking, readfile(); and fpassthru(); > > > > With easy examples, i can use it for

Re: [PHP] Re: files outside of documentRoot

2011-10-11 Thread Ricardo Martinez
time error by the headers. ( already sendt ... ) Anyone knows how to use it for can call the files and work together with other page ¿? Thanks On Sun, Oct 9, 2011 at 6:57 PM, Sean Greenslade wrote: > > On Sun, Oct 9, 2011 at 9:52 AM, Ricardo Martinez wrote: > >> The files are, png

[PHP] Re: files outside of documentRoot

2011-10-09 Thread Ricardo Martinez
The files are, png, pdf and flv. Only users login can see or download it. thx ;> On Sat, Oct 8, 2011 at 11:16 PM, Shawn McKenzie wrote: > On 10/08/2011 03:40 PM, Ricardo Martinez wrote: > > Hi List! > > > > I need to access files outside the DocumentRoot. > > >

[PHP] files outside of documentRoot

2011-10-08 Thread Ricardo Martinez
Hi List! I need to access files outside the DocumentRoot. I've been looking for info and documentation, and I've read that it can be done using symbolic links and another way is by using headers. I want to know, what do you think, what is the best way, and if anyone knows a good doc about of it.

Re: [PHP] Best editor?

2011-08-03 Thread Ricardo Martinez
hi! " > Notepad!!! LOL.. I use netbeans but eclipse is nice. A lot of it is > personal opinion. " i was using notepad a lot of years, nowdays i use gedit (@linux ) i think that gedit is avaible for windows too. Greetings!!! On Wed, Aug 3, 2011 at 5:43 PM, Andre Polykanine wrote: > Hi, > > >

Re: [PHP] upload big files

2011-04-17 Thread Ricardo Martinez
possibility for the user to get feedback. > > you should consider to use a java uploaded - or a bit nicer - a javascript > based solution like this: http://www.uploadify.com/ > > <http://www.uploadify.com/>daniel > > 2011/4/14 Ricardo Martinez > > > Hi List! &

[PHP] upload big files

2011-04-14 Thread Ricardo Martinez
Hi List! Need can upload big files ( around 300MB ) the system must be easy of use ( cann't use ftp ). Was thinking in make it, using a form with post, and update the cfg files for can upload big files. But don't know how it going to work. I think that can give a lot of errors or be unestable. J

Re: [PHP] Re: echo?

2011-03-23 Thread Ricardo Martinez
Hi after of the for, u can use it shoulds back the class of variable, by example "its is string" "its is int" etc for ($i=0;$i<$rows;$i++) echo $i.' '.$row['itemname']; echo gettype($i); Can be that you must define before the class of this variable, because, the system is thinking this i

Re: [PHP] Re: Independent Contractor Suggestions

2010-10-22 Thread Ricardo Martinez
On Thu, Oct 21, 2010 at 4:39 PM, Paul M Foster wrote: > On Wed, Oct 20, 2010 at 05:47:12PM -0700, Kris Craig wrote: > > > Hi musicdev, > > > > There are a couple issues I think need to be addressed with what youd > > described. First and foremost, $20/hr is considerably below the going > > rate f

[PHP] File Manager with acl

2010-07-27 Thread Ricardo Martinez
Hi! i want ask to the list, if anyone knows a FIle Manager with ACL, written in PHP and MySQL. thanks! -- Ricardo ___ IT Architect website: http://www.rjmc.es

[PHP] calendar libs

2010-07-13 Thread Ricardo Martinez
Hi! i'm looking for a good calendar libs, want ask, if anyone knows a good library. thx! Ricardo