Re: [PHP] undef func

2013-05-10 Thread James Yerge
On 05/10/2013 06:08 PM, Gabriel Ricci wrote: > pear isntall php-dev > > > Att. > > Gabriel Ricci > > > Website > Follow @gabrielricci > Facebook profile , GitHub > prof

Re: [PHP] else if vs switch

2012-06-15 Thread James Yerge
On 06/15/2012 06:44 PM, April Mains wrote: > Ah yes that's it. > > Thank you for your help. Have a good weekend. > > April > > On 2012-06-15, at 4:29 PM, Joshua Kehn wrote: > >> Way easier to just use a map. >> >> $mapping = array( >> 'Calgary' => "abc@emailaddress", >> 'Brooks' => "def@

Re: [PHP] Need help Wth PHP

2011-10-09 Thread James Yerge
On 10/09/2011 08:41 PM, Rod Lindgren wrote: > I have a hosting account and am trying to get a friend's website up and > running. We downloaded his existing site from his current host and uploaded > it to my host. It is currently under a subdomain, www.egypt.aragren.com >

Re: [PHP] What would you like to see in most in a text editor?

2011-09-13 Thread James Yerge
On 09/13/2011 08:40 PM, Jim Lucas wrote: > On 9/13/2011 5:23 PM, tamouse mailing lists wrote: >> On Tue, Sep 13, 2011 at 3:35 PM, Robert Cummings >> wrote: >>> I'm a big fan of editors that work in the terminal. >> You'll get my emacs when you pry it out of my cold dead hands. >> > +1 > > mg too

Re: [PHP] dev to production server

2011-09-07 Thread James Yerge
On 09/07/2011 12:24 AM, Chris Stinemetz wrote: > Does anyone have a procedure or know of any tutorials that explain how > to take a mac/apache/php/mysql dev environment and converting it to > production environment? > > Basically I want to host my own web site on my local machine now that > I have

Re: [PHP] REQUEST and COOKIE

2011-09-06 Thread James Yerge
On 09/06/2011 05:47 PM, ALEJANDRO ZAPIOLA wrote: > Seeing the $_REQUEST[] and it is a matrix that has the content of $_GET, > $_POST and $_COOKIE, I think this can be used maliciously into the script. > i.e.: > request1.php > setCookie("name","alejandro"); > echo "location.href='re

Re: [PHP] mysqli sql question

2011-08-31 Thread James Yerge
On 08/31/2011 05:23 AM, Peet Grobler wrote: > Is it possible to get the actual sql that is being used to query or > update the database? > > E.g > $sth = $dbh->prepare ("update table set field=?, field2=? where id=?); > mysqli_bind_param ($sth, 'ssi', 'text1', 'text2', 10); > $sth->execute(); > > S

Re: [PHP] Form Already Filled Out

2011-08-03 Thread James Yerge
On 08/05/2011 12:43 AM, wil prim wrote: > Hello, S i created a simple login system, and I am using sessions > Everything > seems to work fine, however; when I upload my files to my server and type my > domain name my index.php page comes up and the form is automatically filled > out > with

Re: [PHP] Explode Question

2011-05-17 Thread James Yerge
On 05/17/2011 09:09 PM, ad...@buskirkgraphics.com wrote: > That is exactly it. > Thanks James I knew it was simple just forgot how it was done. > > > > > > Richard L. Buskirk > > -Original Message- > From: James Yerge [mailto:ja...@nixsecurity.org] >

Re: [PHP] Explode Question

2011-05-17 Thread James Yerge
On 05/17/2011 07:53 PM, ad...@buskirkgraphics.com wrote: > The desired result is. > > Array > ( > [0] = > "On the"; > [1] = > "course or in the"; > [2] = > "of colver"; > ); > > I am just not sure the delimiter can be an array in the Explode function. > > > > > > > Richard L. Busk

Re: [PHP] Explode Question

2011-05-17 Thread James Yerge
On 05/17/2011 07:53 PM, ad...@buskirkgraphics.com wrote: > The desired result is. > > Array > ( > [0] = > "On the"; > [1] = > "course or in the"; > [2] = > "of colver"; > ); > > I am just not sure the delimiter can be an array in the Explode function. > > > > > > > Richard L. Busk