Re: [PHP] Auto CRUD Generator

2011-11-29 Thread Daniel Brown
On Sat, Nov 26, 2011 at 15:15, Muhammad Hassan Samee wrote: > is there any class/script that can  automatically create a CRUD > [Create,Read,Update,Delete] grid table for any database table .? Search Google for Xataface. It's a full frontend which dynamically changes with database structure

Re: [PHP] Looking for PHP/JS/MySQL gurus in the Northern VA area

2011-12-08 Thread Daniel Brown
On Wed, Dec 7, 2011 at 23:11, Rob Gould wrote: > Can anyone tell me if there are folks on this list in the Northern VA area?   > I need to find a freelancer who knows PHP, Javascript, and mySQL.  My client > likes face-to-face meetings on occasion, so I really need someone local. None of the

Re: [PHP] Virus warning

2011-12-11 Thread Daniel Brown
On Sun, Dec 11, 2011 at 10:03, Ashley Sheridan wrote: > Did anyone else receive an odd message today about a message to the list > bouncing back because of a virus warning? From the looks of it someone > spoofed an email to the list from my address, which meant I got the > warning email, but I wo

Re: [PHP] Virus warning

2011-12-11 Thread Daniel Brown
On Sun, Dec 11, 2011 at 10:40, HallMarc Websites wrote: >> > [>] > I got it too this morning. :\ Are you you guys referring to the ezmlm warning for 315869? -- Network Infrastructure Manager http://www.php.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Virus warning

2011-12-11 Thread Daniel Brown
On Sun, Dec 11, 2011 at 10:52, HallMarc Websites wrote: > Yes That's normal. That's nothing anyone did to spoof anyone else's email address or anything, it's simply the list saying, "this was a phishing email that some moron or bot tried to send, and your filters blocked." If you read

Re: [PHP] Split

2011-12-13 Thread Daniel Brown
On Tue, Dec 13, 2011 at 15:33, Jack wrote: > OK so I have seen enough errors about split, so I decided to update my code: > >  return split("/", $sPath, $iMax); > > > > I tried: > > return preg_split("/", $sPath, $iMax); > > return preg_split("/", $sPath, $iMax, PREG_SPLIT_DELIM_CAPTURE); > > > >

Re: [PHP] PHP code problem with pages

2012-01-21 Thread Daniel Brown
On Sat, Jan 21, 2012 at 20:07, Carlos Sura wrote: > Hello Mates, > > Maybe my subject line is not descriptive as I wish, but I just did not know > how to put on it. > > I have the following problem, I'm using jQuery to make a slide effect > (horizontal), everything seems to be working find, but I

Re: [PHP] Status from secur...@php.net

2012-01-23 Thread Daniel Brown
On Mon, Jan 23, 2012 at 13:52, TR Shaw wrote: >> >> On Mon, 2012-01-23 at 13:37 -0500, TR Shaw wrote: >>> >>> None of the US and CA sites work anymore Some pages even generate >>> errors on main page others give semi blank pages when searching for a >>> function. CA2 does indeed work:

Re: [PHP] php.net problems?

2012-01-23 Thread Daniel Brown
2012/1/23 Alex Nikitin : > Rasmus confirmed that they are having issues with php.net: > > You can use the sk.php.net mirror while they fix their problems, as > well as docs.php.net. We had a primary system failure at the same time as a migration was underway, which led to complications and sub

Re: [PHP] php.net problems?

2012-01-23 Thread Daniel Brown
On Mon, Jan 23, 2012 at 15:59, Donovan Brooke wrote: > > Good!, thought I went insane there for a moment and couldn't remember any of > the PHP functions... (as nothing was coming up in the search) ;-) Can't it be both? ;-P -- Network Infrastructure Manager http://www.php.net/ -- PHP Ge

Re: [PHP] php.net problems?

2012-01-23 Thread Daniel Brown
On Mon, Jan 23, 2012 at 16:30, Donovan Brooke wrote: > > Purple cucumbers are automobile.. Mmm. *nods* Giggity. -- Network Infrastructure Manager http://www.php.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Continued Problems Accessing *.php.net?

2012-01-23 Thread Daniel Brown
ALL: As you may have noticed, early this morning we got bored and decided to delete php.net from the Internet. After getting an estimated sixteen-point-four trillion complaints, we became overwhelmed and aggravated by your incessant need to RTFM that we pressed CTRL+Z and brought it back.

Re: [PHP] Re: Continued Problems Accessing *.php.net?

2012-01-24 Thread Daniel Brown
On Tue, Jan 24, 2012 at 11:53, Al wrote: > > Now, how about having the "some very talented folks" fix the severely > restricted access to the NNTP server. Rarely can I download more than about > 10 topics without a time out. > > Per your request several times over at least 2 years, I've filed bug

Re: [PHP] Re: Long Live GOTO

2012-02-06 Thread Daniel Brown
On Mon, Feb 6, 2012 at 12:59, Larry Martell wrote: > > I just pulled out my notes from that job - it took me 59 hours to do > the conversion and remove the gotos and recursion, and another 67 > hours for testing, verification, integration, documentation, and > certification. And, having contr

Re: [PHP] What's Your Favorite Design Pattern?

2012-02-07 Thread Daniel Brown
On Tue, Feb 7, 2012 at 13:56, Mike Mackintosh wrote: > I was curious to see what everyones favorite design patterns were, if you use > any, and why/when have you used it? > > Choices include slots and signals (observer), singleton, mvc, hmvc, factory, > commander etc.. Mine is apparently CP

Re: [PHP] is it possible to change the html title from the WYSIWYG editor?

2012-02-13 Thread Daniel Brown
On Mon, Feb 13, 2012 at 15:50, Haluk Karamete wrote: > you may find it weird, actually very weird, but is the following possible> > > load up a post or page into the admin panel and place something like > this in to the editor; > > > //assume exec-PHP already active > > $current_page_url_here = g

Re: [PHP] is it possible to change the html title from the WYSIWYG editor?

2012-02-13 Thread Daniel Brown
On Mon, Feb 13, 2012 at 17:15, Haluk Karamete wrote: Please keep the replies on the list for all to benefit, including the archives. > Isn't it TinyMCE considered a WYSIWYG one? but, anyway, that's beside > the main point. Indeed. Hence: " even web-based things like TinyMC

Re: [PHP] Form Post to different domain

2012-02-14 Thread Daniel Brown
On Tue, Feb 14, 2012 at 13:14, Rick Dwyer wrote: > Hello all. > > If I have a form on domain A that uses POST to submit data and I want to > submit the form to domain B on an entirely different server, how do I pull > the form values (... echo $_POST["myval"] returns nothing) from the form > a

Re: [PHP] Form Post to different domain

2012-02-14 Thread Daniel Brown
On Tue, Feb 14, 2012 at 13:36, Rick Dwyer wrote: > > I only have access to domain B... the one receiving the Form POST. Then all you should need to do is: a.) Verify that Domain A is indeed pointing to Domain B, to the script you expect, as a POST request. b.) In the POST-rec

Re: [PHP] Form Post to different domain

2012-02-16 Thread Daniel Brown
On Thu, Feb 16, 2012 at 09:53, Tedd Sperling wrote: > > Why the '.PHP_EOL' ? > > I've never seen that before and looking through the PHP documentation doesn't > give me much. Cross-compatibility. For systems which use \n, PHP_EOL will be \n. For systems which use \r\n, PHP_EOL will be \r\n

Re: [PHP] Form Post to different domain

2012-02-16 Thread Daniel Brown
On Thu, Feb 16, 2012 at 10:57, Matijn Woudt wrote: > > What if the system PHP is running on not the same one as the one that > is going to read the plain-text/CSV/.. files? I don't think it is good > practice to use it when writing to files. I often write files on a > Linux server that people are

Re: [PHP] Test

2012-02-20 Thread Daniel Brown
On Mon, Feb 20, 2012 at 13:57, Jay Blanchard wrote: > Does this work? It does now. Guessing your host fixed some routing issues when you contacted them. -- Network Infrastructure Manager http://www.php.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://

Re: [PHP] Test

2012-02-20 Thread Daniel Brown
On Mon, Feb 20, 2012 at 14:40, Bastien wrote: > Definitely doesn't work The list works just fine, it's you goofs who need to work now! ;-P -- Network Infrastructure Manager http://www.php.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/un

Re: [PHP] Where did my comment go related to lower/upper bounds for any number and offset?

2012-02-23 Thread Daniel Brown
On Thu, Feb 23, 2012 at 15:31, Daevid Vincent wrote: > Hey. To anyone that works on the php.net site. I posted this comment: > > http://www.php.net/manual/en/language.operators.bitwise.php#107617 > > And I saw it there shortly after and even sent that link to some colleagues. > Now it's gone on ev

Re: [PHP] Little Info...

2012-02-29 Thread Daniel Brown
On Wed, Feb 29, 2012 at 13:01, Don Wieland wrote: > This is a bit related to PHP but mostly mySQL (is there a similar list for > this stuff? Let me know please) php...@lists.php.net and p...@lists.mysql.com, specifically. -- Network Infrastructure Manager http://www.php.net/ -- PHP Gener

Re: [PHP] curl equivalent in PHP

2012-03-02 Thread Daniel Brown
On Fri, Mar 2, 2012 at 11:29, Nibin V M wrote: > Thanks guys :) > > Now another problem...I use a test domain ( say blahblah.com ) for testing > this, which isn't registered yet. So with the given code the index page is > loading fine. But when I try to click on any links, it will redirect to the

Re: [PHP] Function mktime() documentation question

2012-03-07 Thread Daniel Brown
On Wed, Mar 7, 2012 at 15:03, Tedd Sperling wrote: > Hi gang: > > I am using the getdate(mktime()) functions to get month data (i.e., name of > month, first weekday, last day, number of days). > > To get the number of days for a specific month, I use: > > // $current_month is the month under ques

Re: [PHP] Function mktime() documentation question

2012-03-08 Thread Daniel Brown
On Mar 8, 2012 6:14 PM, "Tedd Sperling" wrote: > > On Mar 8, 2012, at 11:20 AM, Ford, Mike wrote: > >> -Original Message- > >> From: Tedd Sperling [mailto:tedd.sperl...@gmail.com] > >> From my code, the number of days in a month can be found by using 0 > >> as the first index of the next m

Re: [PHP] Function mktime() documentation question

2012-03-09 Thread Daniel Brown
(To the list, as well. First day with my new fingers, apparently) On Fri, Mar 9, 2012 at 08:09, Daniel Brown wrote: > On Thu, Mar 8, 2012 at 21:23, Tedd Sperling wrote: > >    This starts getting a bit off-topic from your original email, but > knowing that you're try

Re: [PHP] questions about $_SERVER

2012-03-11 Thread Daniel Brown
On Sat, Mar 10, 2012 at 10:37, Tedd Sperling wrote: > As such, there are no "globals" in PHP other than SuperGlobals. As I said, if > I'm wrong, please show me otherwise. A superglobal is predefined at run-time by the parser, environment, SAPI, etc. (_SERVER, _POST, _GET, _REQUEST, _ENV, _SE

Re: [PHP] questions about $_SERVER

2012-03-12 Thread Daniel Brown
On Sun, Mar 11, 2012 at 14:16, Tedd Sperling wrote: > > As to placing an additional requirement (i.e., being predefined) on the > definition as to what constitutes a SuperGlobal is outside my understanding. > As such, I must defer to the PHP Manual, namely: > > http://php.net/manual/en/language.

Re: [PHP] $POST and $_SESSION

2012-03-15 Thread Daniel Brown
On Thu, Mar 15, 2012 at 11:04, Tedd Sperling wrote: > Hi gang: > > What's a better/shorter way to write this? > > $first_name = $_SESSION['first_name'] ? $_SESSION['first_name'] : null; > $first_name = isset($_POST['first_name']) ? $_POST['first_name'] : > $first_name; > $_SESSION['first_name'] =

Re: [PHP] $POST and $_SESSION

2012-03-15 Thread Daniel Brown
On Thu, Mar 15, 2012 at 14:31, Stuart Dallas wrote: > > The @ prefix is banned from all code I go anywhere near - it's evil! I've > used the following 'V' function for a long time, primarily for accessing the > superglobals but it works for any array. > > session_start(); > $_SESSION['first_nam

Re: [PHP] Thinking out loud - a continuation...

2012-03-21 Thread Daniel Brown
On Wed, Mar 21, 2012 at 14:39, Jay Blanchard wrote: [snip!] > I ran it through json_encode() and got the following output > > {"John":{"email":"j...@demo.com","website":"www.john.com","age":"22","password":"pass","description":{"hair":"blonde","eyes":"blue","build":"medium"}},"Anna":{"email":"a...

Re: [PHP]make error

2012-03-23 Thread Daniel Brown
2012/3/23 黄昭源 : > Hello, I have a problem. > When I configure php with the parameter --with-mysql=/usr/local/mysql and > make, some errors happen. Below is the errors: > ext/mysql/php_mysql.c:995: undefined reference to `_mysqlnd_init' > ext/mysql/php_mysql.c:1012: undefined reference to `mysqlnd_c

Re: [PHP] Re: make error

2012-03-23 Thread Daniel Brown
2012/3/23 Asher Wong : > I have installed the MySQL-devel and I can find mysql.h, but I still have > the error I mentioned above. > ext/mysql/php_mysql.c:995: undefined reference to `_mysqlnd_init' > ext/mysql/php_mysql.c:1012: undefined reference to `mysqlnd_connect' > ext/mysql/php_mysql.c:876: u

Re: [PHP] Re: make error

2012-03-23 Thread Daniel Brown
2012/3/23 Asher Wong : > Now I use the command below to configure php: > ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=mysqlnd > --with-mysql=/usr/local/mysql/bin/mysql_config --with-mysqli=mysqlnd > --with-pdo-mysql=myslqnd > > And the error happened: > configure: error: Cannot

Re: [PHP] Re: make error

2012-03-23 Thread Daniel Brown
2012/3/23 Asher Wong : > I droped it but now the new error happened: > checking for mysql_config... not found > configure: error: Unable to find your mysql installation Try: locate mysql_config > And I'm sorry to send more than one reply. Maybe there are something wrong > with the ne

Re: [PHP] Is the php sockets extension experimental?

2012-03-28 Thread Daniel Brown
On Wed, Mar 28, 2012 at 09:39, Meike Stone wrote: > Hello, > > in the packet description of the php5-sockets in the SuSE Linux > Enterprise Server 11 (SLES11) is > the package php5-sockets in the additional SDK available, but marked > as "experimental" (see below). > Is this the true, where can I

Re: [PHP] Critical Error

2012-03-28 Thread Daniel Brown
On Wed, Mar 28, 2012 at 11:59, Karl James wrote: > Hey guys, > > A customer of mind is having issues uploading photos through > > A admin portal page. They get "Critical Error" If it's a pre-existing CMS, check with the associated project or company. Taking a quick look through, though, it a

Re: [PHP] Node.PHP

2012-03-31 Thread Daniel Brown
On Fri, Mar 30, 2012 at 21:33, Michael Save wrote: > Because "normal" PHP is not asynchronous. > > Also, I kind of doubt you can outperform node.js with standard PHP. Your doubts are indeed well-grounded. Using node.js (indeed, V8-based apps in general) are compiled as native machine code, w

Re: [PHP] some good deals on good books

2012-03-31 Thread Daniel Brown
On Sat, Mar 31, 2012 at 03:02, tamouse mailing lists wrote: > I know there are quite a few people here who are just beginning to > learn how to write programs as they also learn about PHP. O'Reilly has > a deal on some pretty important books available electronically, save > 50%. If this appeals to

[PHP] Re: learning resources for PHP

2012-04-03 Thread Daniel Brown
On Mon, Apr 2, 2012 at 23:53, Tim Dunphy wrote: > Hello list, > >  I am quite sure that you've heard this question at least a few times > before. :) But I have been dabbling a bit in PHP for years and I've > decided that its' high time that became serious about getting a solid > grounding in it. C

Re: [PHP] OT Re: [PHP] javascript in or in ?

2007-08-13 Thread Daniel Brown
On 8/12/07, tedd <[EMAIL PROTECTED]> wrote: > For example, if your wife says (and you're not listening as usual) > "Do these pants make my butt look big?" Neither answer is going to > help much. But, if said separately, you at least have a chance of > surviving the ordeal. And I'll also point

Re: [PHP] A question that has been bugging me..

2007-08-16 Thread Daniel Brown
On 8/16/07, Jason Pruim <[EMAIL PROTECTED]> wrote: > Hey Everyone, > > Is it possible to have variables affect the database results of an > included php page in a shtml page? Let me try and clear that up... > > index.shtml?order=a < that does not resort the database results > index.php?order=a

Re: [PHP] A question that has been bugging me..

2007-08-16 Thread Daniel Brown
On 8/16/07, Jason Pruim <[EMAIL PROTECTED]> wrote: > > On Aug 16, 2007, at 10:34 AM, Daniel Brown wrote: > > > On 8/16/07, Jason Pruim <[EMAIL PROTECTED]> wrote: > >> Hey Everyone, > >> > >> Is it possible to have variables affect the databas

Re: [PHP] A question that has been bugging me..

2007-08-16 Thread Daniel Brown
On 8/16/07, Jason Pruim <[EMAIL PROTECTED]> wrote: > > On Aug 16, 2007, at 11:31 AM, Daniel Brown wrote: > > >> > >> Unless I use sessions maybe? Could I write the sort order into a > >> session variable and have that change? Or did I completely >

Re: [PHP] A question that has been bugging me..

2007-08-16 Thread Daniel Brown
On 8/16/07, Jason Pruim <[EMAIL PROTECTED]> wrote: > > On Aug 16, 2007, at 11:56 AM, Daniel Brown wrote: > > > On 8/16/07, Jason Pruim <[EMAIL PROTECTED]> wrote: > >> > >> On Aug 16, 2007, at 11:31 AM, Daniel Brown wrote: > >> > >>>

Re: [PHP] This is a bug?

2007-08-20 Thread Daniel Brown
On 8/20/07, Augusto Morais <[EMAIL PROTECTED]> wrote: [snip!] > // - foo.php > include "lib/clients.class.php"; > $clients = new clients(); //instatiating the clients class > [snip again!] > > var_dump($clients); //i dont get the object here. I got NULL!!! why?!?!!? > > problem: > When the method(i

Re: [PHP] Pass $_GET to php cli.

2007-08-20 Thread Daniel Brown
On 8/20/07, N0K <[EMAIL PROTECTED]> wrote: [snip!] > But if i do in a browser: > http://www.example.com/administration.php?varpass=112233&checkpass=Submit > > Then i go directly to the administration web, without request pass. > > So, im trying to the the same in php command line [snippity-snip!]

Re: [PHP] LDAP

2007-08-21 Thread Daniel Brown
On 8/21/07, Dan Shirah <[EMAIL PROTECTED]> wrote: > Okay, hopefully someone can help me out here. I've gone over ldap at > php.net and multiple other sites but can't get it to work. Everytime I run > the query my results are "0 entries returned". > > My AD tree is: CN=Users,DC=domain,DC=us. I hav

Re: [PHP] Table shows even when if () is false

2007-08-22 Thread Daniel Brown
On 8/22/07, Dan Shirah <[EMAIL PROTECTED]> wrote: > From my understanding, if $result_deferred_comments is empty, than none of > the code below the if should be executed, correct? > > The actualy rows/columns that would contain the data do not appear, but I am > still seeing the "DEFERRED PAYMENT R

Re: [PHP] Trying to understand sessions and using them to authenticate...

2007-08-24 Thread Daniel Brown
On 8/24/07, Jason Pruim <[EMAIL PROTECTED]> wrote: > Hi Everyone, > > I'm attempting to figure out the proper way to use sessions to log > someone into my system. The idea being, if they arn't logged in all > they can see is the login form, and if they are logged in, they and > have access to a dat

Re: [PHP] Trying to understand sessions and using them to authenticate...

2007-08-24 Thread Daniel Brown
On 8/24/07, Borokov Smith <[EMAIL PROTECTED]> wrote: [snip] > A warrant about your example not being validated, will most likely not > stop the OP from using this code as is, thereby subjecting himself to > SQL injection. > And all it needed was mysql_real_escape_string() in there. > > Kinda' like

Re: [PHP] Trying to understand sessions and using them to authenticate...

2007-08-24 Thread Daniel Brown
On 8/24/07, Borokov Smith <[EMAIL PROTECTED]> wrote: > Daniel Brown schreef: > > On 8/24/07, Borokov Smith <[EMAIL PROTECTED]> wrote: > > [snip] > > > >> A warrant about your example not being validated, will most likely not > >> stop the OP fro

Re: [PHP] Trying to understand sessions and using them to authenticate...

2007-08-28 Thread Daniel Brown
On 8/28/07, Jason Pruim <[EMAIL PROTECTED]> wrote: > > On Aug 28, 2007, at 10:03 AM, Daniel Brown wrote: > > > On 8/28/07, Jason Pruim <[EMAIL PROTECTED]> wrote: > > [snip] > >>> $sql = "SELECT * FROM users WHERE use

Re: [PHP] Trying to understand sessions and using them to authenticate...

2007-08-28 Thread Daniel Brown
On 8/28/07, Jason Pruim <[EMAIL PROTECTED]> wrote: [snip] > > $sql = "SELECT * FROM users WHERE user='".$user."' AND > > pass='".$pass."' LIMIT 0,1;"; > > $result = mysql_query($sql) or die("Wrong data supplied or > > database error"); > > while($row = mysql_fetch_array($res

Re: [PHP] Trying to understand sessions and using them to authenticate...

2007-08-28 Thread Daniel Brown
On 8/28/07, Jason Pruim <[EMAIL PROTECTED]> wrote: > > On Aug 28, 2007, at 10:21 AM, Daniel Brown wrote: > > > On 8/28/07, Jason Pruim <[EMAIL PROTECTED]> wrote: > >> > >> On Aug 28, 2007, at 10:03 AM, Daniel Brown wrote: > >> > >>&

Re: [PHP] Round

2007-08-29 Thread Daniel Brown
On 8/29/07, Richard Heyes <[EMAIL PROTECTED]> wrote: > Koen van den Boogaart wrote: > > No, I want it to go to float(0), so minus the minus. "-0" doesn't exist in > > math, as far as I know. Probably a precision thing. > > Ok, then try abs() first then. > > -- > Richard Heyes > +44 (0)844 801 1072

Re: [PHP] Round

2007-08-29 Thread Daniel Brown
On 8/29/07, Zoltán Németh <[EMAIL PROTECTED]> wrote: > > Think this through before you respond... > > > > Try this > > > > > var_dump( round(-0.26) ); > > var_dump( abs( round(-0.26) ) ); > > var_dump( round(-1.26) ); > > var_dump( abs( round(-1.26) ) ); > > ?> > > > > does this give you the desir

Re: [PHP] Heredocs

2007-08-29 Thread Daniel Brown
On 8/29/07, Richard Lynch <[EMAIL PROTECTED]> wrote: > I don't think you can have a space between the <<< and the 'END' bit... > > On Wed, August 29, 2007 6:00 am, RodgerW wrote: > > Are heredocs supported by PP 5.2.3 running in WinXP/Apache2.2.4 ? > > I prrint via heredocs and its not working. Pri

[PHP] PHP-VOX Project Advancement (PHP Text-To-Speech)

2007-09-02 Thread Daniel Brown
For those of you who aren't hosted with me at PilotPig (http://www.pilotpig.net/) but may be interested in the advancement of the PHP TTS module that I've been working on (if you're not aware, search the list archives ~May, 2007), we're unofficially at version 0.6.6 right now. In the lates

Re: [Fwd: Re: [PHP] PHP Developer Required]

2007-09-05 Thread Daniel Brown
On 9/5/07, Robert Cummings <[EMAIL PROTECTED]> wrote: [snip] > I don't think the currency matters very much anymore... you get $1.05 on > the American dollar these days. It's not like 6 years ago where you got > around a $1.80 :) Until you think about the fact that the $0.05 difference on the

Re: [Fwd: Re: [PHP] PHP Developer Required]

2007-09-05 Thread Daniel Brown
On 9/5/07, Robert Cummings <[EMAIL PROTECTED]> wrote: > Well $2,500 is $2,500... no arguing that. But 6 years ago you'd have > gotten about $40,000 and that certainly made a BIG difference :) Here, here. Don't worry, though soon that $50k Canadian will transfer to $84k+ American. At

Re: [Fwd: Re: [PHP] PHP Developer Required]

2007-09-05 Thread Daniel Brown
On 9/5/07, Greg Maruszeczka <[EMAIL PROTECTED]> wrote: > You won't fit in very well with a mapleleaf on your face...er...except > maybe in Toronto :) Fair enough, in this case. On 8/31/07, Greg Gay <[EMAIL PROTECTED]> wrote: > Title: Web Applications Developer > > Open August 30, 2007, > > Cl

Re: Fw: [PHP] cant mail

2007-09-06 Thread Daniel Brown
On 9/6/07, Diana Castillo <[EMAIL PROTECTED]> wrote: > I found telenet.exe that comes with windows, but when I type in > 25, type EHLO > it says Command not valid > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > First of all,

Re: [PHP] Fwd: 403 Forbiden

2007-09-10 Thread Daniel Brown
On 9/10/07, Jesús de Diego Alarcón <[EMAIL PROTECTED]> wrote: > Daniel > > Here is the provincias.php code: > > header('Content-Type: application/xml'); > //error_reporting(E_ALL); > $request = ' > https://ovc.catastro.meh.es/ovcservweb/OVCSWLocalizacionRC/OVCCallejero.asmx/ConsultaProvincia'; >

Re: [PHP] Fwd: 403 Forbiden

2007-09-11 Thread Daniel Brown
On 9/11/07, Jesús de Diego Alarcón <[EMAIL PROTECTED]> wrote: > Daniel > > Wo... Yes. This solved the problem... > Thank you; many , many thanks.. > I'm really surprised with the very goog PHP people > > Jesús de Diego > > 2007/9/11, Daniel Brow

Re: [PHP] mandriva and gd problem

2007-09-11 Thread Daniel Brown
On 9/11/07, marc serra <[EMAIL PROTECTED]> wrote: > Hi all, > > I have php 5 and gd install on a mandriva and i'm working with it since > a long time. Now i want to use functions like imagepstext that require > gd with t1lib enable. > > I work with a mandriva server so i use urpmi to install php ex

Re: [PHP] remove page referrer

2007-09-11 Thread Daniel Brown
On 9/11/07, Stut <[EMAIL PROTECTED]> wrote: > Please include the list when replying. > > Shahrzad wrote: > > Mercyyy Stut for your reply, > > No problem. > > > For the reason of sessions I want no one can back to previous > > page,if somebody temptates to do that, either this error occur : >

Re: [PHP] remove page referrer

2007-09-11 Thread Daniel Brown
On 9/11/07, NOSPAM plz wrote: > I think you have to put the exit(); function in the code to prevent hacks. > > if($_SESSION['already_submitted'] == True) { > header("Location: page2.php"); > *exit();* > } Good call. I forgot to type that in there, but you're right. ;-) -- Daniel P

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Daniel Brown
On 9/12/07, Per Jessen <[EMAIL PROTECTED]> wrote: > Migrating from v4 to v5 is not necessarily straight forward. > Depending on what features you've used, you may have to rewrite some of > your code. For instance, we used the xslt sablotron interface, which > no longer exists in php5. Had to rewr

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Daniel Brown
On 9/12/07, Daniel Brown <[EMAIL PROTECTED]> wrote: > On 9/12/07, Per Jessen <[EMAIL PROTECTED]> wrote: > > Migrating from v4 to v5 is not necessarily straight forward. > > Depending on what features you've used, you may have to rewrite some of > > your

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Daniel Brown
On 9/12/07, Per Jessen <[EMAIL PROTECTED]> wrote: > Sorry, I have to disagree strongly here. I have seen apache core dump > many times due to PHP user code. I've also opened bug-reports based on > such core-dumps, but the PHP developer community is not > interested/capable in debugging in that fa

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Daniel Brown
On 9/12/07, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote: > There's only one problem left to be solved. After the upgrade php > scripts behave as if they were not recognized. I made a test and put a > standard index.html file in a directory, called a browser and the page > was displayed properly. I t

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Daniel Brown
On 9/12/07, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote: > 2007/9/12, Daniel Brown <[EMAIL PROTECTED]>: > > On 9/12/07, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote: > > > There's only one problem left to be solved. After the upgrade php > > > scrip

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Daniel Brown
On 9/12/07, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote: > Hello, > > 2007/9/12, Daniel Brown <[EMAIL PROTECTED]>: > > On 9/12/07, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote: > > > 2007/9/12, Daniel Brown <[EMAIL PROTECTED]>: > > >

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Daniel Brown
On 9/12/07, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote: > Hello, > > 2007/9/12, Daniel Brown <[EMAIL PROTECTED]>: > > On 9/12/07, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote: > > > 2007/9/12, Daniel Brown <[EMAIL PROTECTED]>: > > >

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Daniel Brown
On 9/12/07, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote: > Hello, > > 2007/9/12, Zbigniew Szalbot <[EMAIL PROTECTED]>: > > Hello again, > > > > 2007/9/12, Daniel Brown <[EMAIL PROTECTED]>: > > > > > > > > > > > >

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped) [SOLVED]

2007-09-12 Thread Daniel Brown
On 9/12/07, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote: > Dear Daniel and all! > > 2007/9/12, Daniel Brown <[EMAIL PROTECTED]>: > > > > > > > > > > > > > > > > > > > > > >

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped) [SOLVED]

2007-09-12 Thread Daniel Brown
On 9/12/07, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote: > Hello, > > 2007/9/12, Daniel Brown <[EMAIL PROTECTED]>: > > No problem at all. > > Your help was very much appreciated! > > > > > Now my guess at explaining it > > > >

[PHP] dynamic

2007-09-18 Thread Daniel Brown
Hello, Anugrah. On 9/18/07, Anugrah Widya <[EMAIL PROTECTED]> wrote: > i have problem with dynamic image displaying > > here the snippets > > thumb.php > header("Content-type: image/jpg"); > $file = "data/original/filename.jpg"; > readfile($file); > ?> > > img.php > From your above exam

Re: [PHP] scaling images

2007-09-20 Thread Daniel Brown
That's nice. On 9/20/07, Hulf <[EMAIL PROTECTED]> wrote: > I have images of varying sizes. I want them to be scaled prior to upload to > a set size of 300 x 200 px > > > $imageinfo = getimagesize($_FILES['userfile']['tmp_name']); > > $ix=$imageinfo[0]; > $iy=$imageinfo[1]; > > > > //upload the

Re: [PHP] Access name of variable in $_POST array

2007-09-21 Thread Daniel Brown
On 9/21/07, Stut <[EMAIL PROTECTED]> wrote: > Please include the list when replying. > > Eric Lommatsch wrote: > > -Original Message- > > From: Stut [mailto:[EMAIL PROTECTED] > > Sent: Friday, September 21, 2007 3:09 PM > > To: Eric Lommatsch > > Cc: php-general@lists.php.net > > Subject: R

Re: [PHP] IF's!

2007-09-26 Thread Daniel Brown
On 9/26/07, Dan Shirah <[EMAIL PROTECTED]> wrote: > Okay, I know this is probably a real easy fix, and I could swear I've done > it before, but for some reason it's just not working. > > Below is my query, it does a conditional search based on info put in a form > by the user. If I put in a valid l

Re: [PHP] an apology

2007-10-02 Thread Daniel Brown
On 10/1/07, Robert Cummings <[EMAIL PROTECTED]> wrote: > Most of us have pretty thick skin around here. Yeah, especially Rob. Wait skin or skull? Ah, well ;-P -- Daniel P. Brown [office] (570-) 587-7080 Ext. 272 [mobile] (570-) 766-8107 Give a man a fish, he'll eat for a

Re: [PHP] evil script in server logs (Heads Up)

2007-10-05 Thread Daniel Brown
On 10/5/07, Paul Scott <[EMAIL PROTECTED]> wrote: > > On Fri, 2007-10-05 at 07:38 -0600, Ashley M. Kirchner wrote: > > Quarantine Messages: > > Message quarantined because of virus: PHP.Shell. > > > > Someone saw it somewhere and reported it... > > Don't you love Free Software?

Re: [PHP] evil script in server logs (Heads Up)

2007-10-05 Thread Daniel Brown
On 10/5/07, Ashley M. Kirchner <[EMAIL PROTECTED]> wrote: > Daniel Brown wrote: > > The biggest issue does still remain: if this is on your local > > system, you need to figure out exactly how it got there in the first > > place > I thought the OP said h

Re: [PHP] evil script in server logs (Heads Up)

2007-10-05 Thread Daniel Brown
On 10/5/07, Paul Scott <[EMAIL PROTECTED]> wrote: > > On Fri, 2007-10-05 at 11:29 -0400, Daniel Brown wrote: > > Yeah, honestly I wasn't sure if it was an injection attack or if > > those URLs were referrers in the logs. > > OK sorry if I wasn't

Re: [PHP] A two flavored post

2007-10-05 Thread Daniel Brown
On 10/5/07, tedd <[EMAIL PROTECTED]> wrote: > At 11:18 PM -0400 10/4/07, Nathan Nobbe wrote: > >On 10/4/07, tedd <[EMAIL PROTECTED]> wrote: > > > >Hi gang: > > > >I asked this question on the javascript list, but for some reason > >it's taking forever to post there. So, I

Re: [PHP] Sending lots of emails - 2 choices - choose the best one

2007-10-09 Thread Daniel Brown
On 10/9/07, Stut <[EMAIL PROTECTED]> wrote: > Philip Thompson wrote: > > On 10/7/07, Stut <[EMAIL PROTECTED]> wrote: > >> I would recommend avoiding the use of BCC from PHP. > > > > Why avoid Bcc from PHP? > > Note that this applies to all automated sending, not just from PHP. > > It depends on how

Re: [PHP] Chmod a Directory

2007-10-09 Thread Daniel Brown
On 10/9/07, Stut <[EMAIL PROTECTED]> wrote: > abderrazzak nejeoui wrote: > > Please how can i chmod a directory to 0777 > > i tried chmod ($myDirectory, 0777); but nothing happens > > Check the return value. If it's false then it's failing for some > reason., most likely because the user it's runni

Re: [PHP] Chmod a Directory

2007-10-09 Thread Daniel Brown
y bit thing (i.e., 1777) you can use to change the > files inside a directory? > > I've never done it, but I remember reading about it. > > Daniel Brown posted a magnificent post about permissions one time, > but I can't find it. Perhaps he would be so kind as to

Re: [PHP] Looking for help with a complex algorithm

2007-10-09 Thread Daniel Brown
On 10/9/07, Jay Blanchard <[EMAIL PROTECTED]> wrote: > [snip] > This *IS* the knapsack problem. Just because you specify date ranges to > get your values and the value isn't a knapsack doesn't change the fact > that it is the same problem :) I remember having fun with genetic > algorithms and the k

Re: [PHP] How to decode the PHP Source Code

2007-10-11 Thread Daniel Brown
On 10/11/07, Javed Khan <[EMAIL PROTECTED]> wrote: > > Hello Everyone, > I have the source code of a php application I got from someone but it is > encoded with IonCude. > I would really appreciate if someone can send me any solution for that. > > Thank you, > Javed > > > > From: [EMAIL PROTECTED]

Re: [PHP] How to decode the PHP Source Code

2007-10-12 Thread Daniel Brown
On 10/12/07, David Giragosian <[EMAIL PROTECTED]> wrote: > On 10/12/07, tedd <[EMAIL PROTECTED]> wrote: > > At 9:57 AM -0400 10/11/07, Daniel Brown wrote: > > > > > > > > > By the way, Tedd you alright there? Ya' kinda' got squ

Re: [PHP] Re: I am looking for a color picker working also in Firefox

2007-10-18 Thread Daniel Brown
On 10/18/07, Colin Guthrie <[EMAIL PROTECTED]> wrote: > Ronald Wiplinger wrote: > > I found many nice color picker (True color), which are working fine in > > IE, but I need one, which works also in Firefox. > > Can you give me a recommendation, please? > > http://www.iosart.com/firefox/colorzilla/

Re: [PHP] This, then that.

2007-10-18 Thread Daniel Brown
On 10/18/07, Robert Cummings <[EMAIL PROTECTED]> wrote: > On Thu, 2007-10-18 at 15:04 -0400, tedd wrote: > > Hi gang: > > > > I would like to run a php script that creates a web page and AFTER it > > is finished creating the page, then it runs another php script -- how > > you do that? > > exec() >

Re: [PHP] libmm.so.14

2007-10-23 Thread Daniel Brown
On 10/23/07, Jeff Mckeon <[EMAIL PROTECTED]> wrote: > Hey all, > > Setting up a php based ticket system on a new OpenSuse 10.3 64bit system. > > The ticket sys requires qmail so I had to uninstall postfix and install > qmail. > > Qmail injects emails into this ticket sys with the following line...

Re: [PHP] libmm.so.14

2007-10-23 Thread Daniel Brown
On 10/23/07, Jeff Mckeon <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Jeff Mckeon [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, October 23, 2007 10:52 AM > > To: 'Daniel Brown' > > Cc: php-general@lists.php.net > > Su

<    5   6   7   8   9   10   11   12   13   14   >