RE: [PHP] PHP vs JAVA

2013-08-20 Thread Steven Staples
> My recent question was simply an attempt to get documentation to support > which server-side Web Language is the most popular. Both PHP and Java can > be used server-side. > > I also realize that Java is used for native Android because I also teach > Mobile Application Development (MAD -- I even

RE: [PHP]

2013-05-08 Thread Steven Staples
> So you're just lucky I didn't acronymize it as the Pretty House of > Princesses or something. And yes, I just made up the word > acronymize. It may be Wednesday, but it feels more like a Friday. > Why does this feel like a new function/feature for PHP now? Function acronymize($acronym) {

RE: [PHP] A relative date puzzle

2013-04-01 Thread Steven Staples
> Thanks for this - I'll experiment and see if I have it. Basically I never > read the strtotime doc close enough to get past the word "now" in the > syntax. Obviously it is EXACTLY what I needed. $var = strtotime('now'); Is the same as $var = time(); Unless of course, I didn't understand wha

RE: [PHP] Date weirdness

2013-03-28 Thread Steven Staples
> I think I am losing my mind. I have some time zone converting code, and I > just don't understand what I am seeing. Also my system seems to return the > wrong time after I do some date operations on unrelated objects. > > This is from a machine that is in eastern time. I want to convert to, for

RE: [PHP] Sorry bout that...

2012-12-21 Thread Steven Staples
> You couldn't prove that by me -- I'll ask my wife. She knows everything. > > Cheers, > > tedd And this will be the last we hear of Tedd... LOL -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Sorry bout that...

2012-12-21 Thread Steven Staples
I would like to let everyone know that the world didn't end this morning like it was supposed too. Sorry, carry on about your business. And HAPPY FRIDAY!!! Steven Staples

Re: [PHP] Help using PHP 5.3.3 mail() with Apache James

2012-10-23 Thread Steven Pogue
Dan, I assume you meant to add a system() call into it...if so, here is what was presented. -rwxrwxrwx. 1 root root 3878 Sep 6 14:45 /opt/james-2.3.2/bin/sendmail.py -rwxrwxrwx. 1 root root 3878 Sep 6 14:45 /opt/james-2.3.2/bin/sendmail.py Steve From: Daniel Brown To: Steven Pogue

[PHP] Help using PHP 5.3.3 mail() with Apache James

2012-10-23 Thread Steven Pogue
Has anyone been successful at using the above on a RHEL 6.2 environment? I am able to use Postfix using the php.ini SENDMAIL_PATH but when I bring down PostFix, start Apache James and switch the sendmail_path value to point to the Apache James 2.3.2 provided wrapper (/opt/james-2.3.2/bin/sendma

RE: [PHP] foreach

2012-10-16 Thread Steven Staples
> -Original Message- > From: Matijn Woudt [mailto:tijn...@gmail.com] > Steve, > > Please watch your language on this list. > > - Matijn > My apologies, I guess using $foo == $bar would have been a better choice... I forget sometimes, I am used to chatting with my close friends, where s

RE: [PHP] foreach

2012-10-16 Thread Steven Staples
> Here's what I ended up with after you gave me the advise: > $result = mysql_query("SELECT * FROM items"); > $rows = array(); > while($row = mysql_fetch_array($result)) >$rows[] = $row; > foreach($rows as $row){ > $product = $row['product']; > $price = $row['price']; > echo "$pro

RE: [PHP] Friday - Return of Brain Teasers

2012-10-05 Thread Steven Staples
> Subject: [PHP] Friday - Return of Brain Teasers > > About five-and-a-half years ago, we had a brainteasers thread going > on[1]. Last year it was briefly resurrected[2], and both times got some > good content and dialogue going. So I'd like to reprise the thread in > 2012, as well. Those

RE: [PHP] Programmers and developers needed

2012-09-13 Thread Steven Staples
> From: Tim Dunphy [mailto:bluethu...@gmail.com] > Sent: September 13, 2012 7:26 AM > > > We are looking for programmers and developers to create a world wide > system. > > Is it bigger than a bread box? Will it blend? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: ht

RE: [PHP] What's happened to our newsgroup?

2012-06-26 Thread Steven Staples
; > Maybe they joined the British mailing list? Steven Staples -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: Function size

2012-05-30 Thread Steven Staples
> Paul, > > Are you stating here that compression is a bad thing? > > That means you consider this nice: > > if ( action == A ) > { > doA(); > } > else if (action == B ) > { > doB(); > } > else > { > doC(); > } > > Or perhaps flooded with comments that merely say the same as the cod

RE: [PHP] Function size

2012-05-24 Thread Steven Staples
> My monitor can also display about 55 lines of code, my functions are, on > average, just a few lines of code though -- a maximum of about 20, with an > average of around 5 or so. > > This is because the rule of thumb I follow is that a function should do one > thing, and should be named well. Th

RE: [PHP] SqLite INSERT want not write

2012-04-19 Thread Steven Staples
> -Original Message- > From: siefke_lis...@web.de [mailto:siefke_lis...@web.de] > Sent: April 19, 2012 3:40 PM > To: php-general@lists.php.net > Subject: Re: [PHP] SqLite INSERT want not write > > Hello, > > On Thu, 19 Apr 2012 15:17:06 -040

RE: [PHP] SqLite INSERT want not write

2012-04-19 Thread Steven Staples
> -Original Message- > From: Silvio Siefke [mailto:siefke_lis...@web.de] > Sent: April 19, 2012 3:11 PM > To: php-general@lists.php.net > Subject: Re: [PHP] SqLite INSERT want not write > > On Thu, 19 Apr 2012 14:57:04 -0400 > "Steven Staples" wrote: &g

RE: [PHP] SqLite INSERT want not write

2012-04-19 Thread Steven Staples
> -Original Message- > From: Silvio Siefke [mailto:siefke_lis...@web.de] > Sent: April 19, 2012 2:53 PM > To: php-general@lists.php.net > Subject: Re: [PHP] SqLite INSERT want not write > > Hello, > > On Thu, 19 Apr 2012 13:21:46 -0500 > tamouse mailing lists wrote: > > > Maybe this wil

RE: [PHP] Re: Email Antispam

2012-04-17 Thread Steven Staples
> -Original Message- > From: Jim Giner [mailto:jim.gi...@albanyhandball.com] > Sent: April 17, 2012 4:33 PM > To: php-general@lists.php.net > Subject: [PHP] Re: Email Antispam > > > "David Mehler" wrote in message > news:CAPORhP5Cuzd0Hb9gBFLESNe5LofDODN64S2UOAuMWCb=zoh...@mail.gmail.com.

RE: [PHP] Re: php in windows

2012-04-16 Thread Steven Staples
re) Just in case you're not sure where it is, on my XP machine, I just right click on "My Computer", click "Properties" and then on the "Advanced" tab, there is a button labelled "Environment Variables" and then add the path to the PHP exe... Hope that this helps! Steven Staples -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: php in windows

2012-04-11 Thread Steven Staples
> -Original Message- > From: Kirk Bailey [mailto:kbai...@howlermonkey.net] > Sent: April 11, 2012 1:02 AM > To: php-general@lists.php.net > Subject: Re: [PHP] Re: php in windows > > ok, there is a copy of index.php ion the cgibin, and this got WAY different > results. > It puked an error.

RE: [PHP] Re: Got HTML5 History API + caching LICKED, I think,

2012-03-23 Thread Steven Staples
> -Original Message- > From: rene7705 [mailto:rene7...@gmail.com] > Sent: March 23, 2012 7:40 AM > To: php-general > Subject: Re: [PHP] Re: Got HTML5 History API + caching LICKED, I think, > > > On Fri, Mar 23, 2012 at 12:39 PM, rene7705 wrote: > > > > > > > On Fri, Mar 23, 2012 at 12:3

RE: [PHP] Printing

2012-01-05 Thread Steven Staples
did notice that you started a new thread about printing from PDF's, and if you're trying to create a document to print on your client machine, then creating a PDF is much easier. http://fpdf.org Steven Staples > -Original Message- > From: Jim Giner [mailto:jim.gi...@alba

RE: [PHP] Sniping on the List

2011-11-18 Thread Steven Staples
o be a part of, in my subconscious? Besides, are we not just all part of "The Matrix" ? (what's even more funny, is that I drive a Toyota Matrix... WEIRD) Steven Staples Web Application Programmer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Sniping on the List

2011-11-15 Thread Steven Staples
d have thought Thursday should be NULL, but that's > > just me. And Thursday.) > > Actually, It *is* Thursday if you use UTC: > > $ TZ=UTC php -r 'echo date("r",NULL),"\n";' > Thu, 01 Jan 1970 00:00:00 + > > :P Perfect example of Tedd's last comment about being proven wrong (even though TECHNICALLY it isn't) Good job :) Steven Staples Web Application Programmer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Sessions - More Info

2011-03-31 Thread Boers Steven
.2.14) and everything works fine. $_SESSION['views'] is counting up correctly. Maybe a problem with your configuration? Beste regards. Steven -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Weird Behavior

2010-10-20 Thread Steven Buehler
it returns 1 for me. Did you put the simicolon after the values? $CD = 1287583899; $q1s = 1283313600; $q1e = 1291093200; $q2s = 1291179600; $q2e = 1298869200; $q3s = 1298955600; $q3e = 1306814400; $q4s = 1306900800; $q4e = 1314763200; -Original Message- From: Don Wieland [mailto:d...@dwda

RE: [PHP] Web application architecture (subdomain vs. sub directory)

2010-08-25 Thread Steven Staples
he clients preferred to have their own IP's... long story, not my call, I just program it :P Steven Staples > -Original Message- > From: Peter Lind [mailto:peter.e.l...@gmail.com] > Sent: August 25, 2010 3:01 PM > To: a...@ashleysheridan.co.uk > Cc: Tim Martens; php-gener

[PHP] Unstoppable Script Execution

2010-08-25 Thread Steven Staples
Y, it will at least not run forever? Any help? Ideas? Is this a good idea? Steven Staples -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Missing ANNOUNCE email: PHP 5.2.9

2009-03-06 Thread Steven Chamberlain
eful email notifications to tell me when a new version is out, as I don't often check the site. Maybe someone forgot this time? Or something went wrong and it didn't get distributed? Thanks, -- Steven Chamberlain ste...@pyro.eu.org -- PHP General Mailing List (http://www.php.net/) To unsu

RE: [PHP] Boolean Assignment Operator

2009-02-02 Thread Steven Buehler
> -Original Message- > From: farn...@googlemail.com [mailto:farn...@googlemail.com] On Behalf > Of Edmund Hertle > Sent: Monday, February 02, 2009 7:03 AM > To: Gavin Hodge > Cc: php-general@lists.php.net > Subject: Re: [PHP] Boolean Assignment Operator > > 2009/2/2 Gavin Hodge > > > H

Re: [PHP] PHP connection to external application

2008-06-12 Thread Steven Macintyre
On Thu, 2008-06-12 at 21:20 +1000, hce wrote: > Hi, > > What is the best way for a PHP web application to connect to an > external application written by C in Linux OS? > > (1) Can PHP directly call external C functions, or similar solution? > > (2) Can PHP pass messages to message queue which

Re: [PHP] Redirect after pdf / file download

2008-06-12 Thread Steven Macintyre
On Thu, 2008-06-12 at 16:27 +0530, Yashesh Bhatia wrote: > Aschwin: > > Hi i tried > > -- > //echo ''; > //echo 'window.location.href="3.html";'; > //echo ''; > header("Location: 3.html"); > exit; > -

[PHP] php 5.2.6 make failure

2008-05-07 Thread Steven Perez
I am having a problem that I cannot seem to get through. Unfortunately, I was given the task of getting a working php binary for a modified redhat 7.2 box (I know I know). I got through the configure phase but I cannot seem to complete the make process. The following is what I get as an erro

RE: [PHP] Complex escape string

2008-05-03 Thread Steven R. Ringwald
-Original Message- From: cyaugin [mailto:[EMAIL PROTECTED] Sent: Saturday, May 03, 2008 10:20 AM To: php-general@lists.php.net Subject: [PHP] Complex escape string I have this line of code: $q = "This is the string that will go into the query: {${mysql_real_escape_string($_GET['searchstr

[PHP] RE: XHTML Validation problem

2008-05-02 Thread Steven R. Ringwald
>>> I have a page that displays data entered by the user. There is one >>> user that entered the character "&" inside the text he typed. For >>> this case the xhtml validation fails and gives me the following >>> error: >>> "character "&" is the first character of a delimiter but occurred >

RE: [PHP] XHTML Validation problem

2008-05-02 Thread Steven R. Ringwald
Begin forwarded message: >> I have a page that displays data entered by the user. There is one >> user that entered the character "&" inside the text he typed. For >> this case the xhtml validation fails and gives me the following >> error: >> "character "&" is the first character of a deli

[PHP] joins issues again

2008-04-08 Thread Steven Macintyre
ave tried differance variants of joins and none of the results are correct. Sales tbl doesnt have the companyID, nor does IGuser Regards, Steven -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] mysql joins

2008-03-25 Thread Steven Macintyre
out inner joins from three tables, but not coping with this problem above Can someone help me out with this please? Many thanks Steven -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php cron to check and remove files

2008-03-13 Thread Steven Macintyre
>Do you already have some code? Do you got stuck somewhere? No, i didnt even know where to start with the flow; but sitting on the toilet produces wonderfull ideas! I have the following in mind; list the entire directory into an array, using a foreach to check on the db if the file exists, th

[PHP] php cron to check and remove files

2008-03-13 Thread Steven Macintyre
n via cron Has anyone done something similar before, willing to assist me with a basic scope of actions to work on? Thanks in advance Steven -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Can a php script authorize itself to a digest auth protected server?

2008-01-08 Thread Steven Stromer
7;session' created by the application itself. If anyone can even provide some theory, I could likely produce the necessary code, though any sample code, or pointers to such samples, would be greatly appreciated! So far, my searches have met with little success. Thanks, Steven Stromer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] getenv ... i think

2007-11-22 Thread Steven Macintyre
Hi all, http://steven.macintyre.name/myscript.phps is my code as it stands The purpose of the code is as follows; Its for a non-profit company - wanting to offer "support" banners for users who pay for them right ... as in donation. They want to be able to restrict those banners to a certain

RE: [PHP] while-do +array

2007-10-31 Thread Steven Macintyre
> Your subject line says "while-do" + array, following code contains > a > "do-while" loop. Apologies :) > We can't debug the script very well without a > sample > input since we don't know how many times the loop "should" run. To > debug > yourself, try using print_r() to see exactly what the f

[PHP] while-do +array

2007-10-31 Thread Steven Macintyre
; $get_endRow++; } $text .= ''; } $text .= ''; } The purpose of the code is to create 8 colums and populate based on the total results returned from the while-do ch

RE: [PHP] duration of mp3 file

2007-07-11 Thread Steven Macintyre
Shyte ... The files are VBR ... I will read up and when I find answer - will revert to list with it as well.. Ps. Everyone is a bunny to me :P S > -Original Message- > From: Jim Moseby [mailto:[EMAIL PROTECTED] > Sent: 11 July 2007 03:55 PM > To: 'Steven Macint

[PHP] duration of mp3 file

2007-07-11 Thread Steven Macintyre
Allow bunnies ... Any takers on this ... I JUST want the duration of the mp3 file - with a small function if possible ... I honestly don't want to use a class like http://www.phpclasses.org/browse/package/112.html The coding is terrible and SERIOUSLY over inflated for what I want. Anyone know of

[PHP] voucher manipulation

2007-04-24 Thread Steven Macintyre
d a unique voucher number. Now, I have looked at ImageCreateFromjpeg etc ... but ... cant figure out how to place the text on it within the specified areas. It will then be emailed to the user. Does anyone know of an idea out there already I can take a look at ... or some advice? Kind regard

RE: [PHP] PHP4 and PHP5

2007-02-26 Thread Steven Macintyre
"This tutorial shows how to install and configure Apache2 with PHP5 and PHP4 enabled at the same time. Because it is not possible to run both PHP5 and PHP4 as Apache modules, we must run one of them as CGI, the other one as Apache module." http://www.howtoforge.com/apache2_with_php5_and_php4 That

[PHP] RE: [PHP-DB] NOT NULL query

2007-02-26 Thread Steven Macintyre
SELECT * FROM table WHERE field_3 IS NOT NULL > -Original Message- > From: Ron Piggott [mailto:[EMAIL PROTECTED] > Sent: 26 February 2007 02:56 PM > To: PHP DB > Subject: [PHP-DB] NOT NULL query > > Is it possible to do a SELECT query where field_3 isn't null? What > would the syntax loo

[PHP] array issues

2007-02-26 Thread Steven Macintyre
Hi all, I am working on a project for someone and with the brief I received before - I created a record per action with the following information; Artist[tab]artist[tab]artist[tab] etc as a entry for "artists" Then I have the same for titles etc ... What I have been doing is creating the array

[PHP] array within array

2007-02-08 Thread Steven Macintyre
Hi all, I have an array ($articles) that contains content in this format Text More text I am currently calling the creation of the array as such; $articles = split("Section break", $mystring); <-- this works NOW ... I need to split each item in the articles array into its own array (newsarray)

[PHP] file_get_contents

2007-02-06 Thread Steven Macintyre
Hiya, I need to be able to read a file into a string - I have used the above command and it works ... now ... I need to read a file into a string - that requires a username and password to access the authentication is normal HTTP basic realm Any ideas? Kind Regards Steven Macintyre

[PHP] readfile()

2007-01-11 Thread Steven Macintyre
ox Created") { Do more stuff } else { Tell user that there was a problem } How is this done ... At current - the "MailBox Created" and error message if there is always displays raw on the screen as if its outputting that buffer Kind Regards, Steven Macintyre http://steve

[PHP] convert w date to l format

2007-01-06 Thread Steven Macintyre
sist? Kind Regards, Steven Macintyre http://steven.macintyre.name -- http://www.friends4friends.co.za -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Some advice / points / help

2007-01-05 Thread Steven Macintyre
anyone start me off on the correct route to get this done. The layout does not have to be exactly like that - but - the days across top have to - so if there are gaps in "time slots" etc we can handle that This is way beyond my level of knowledge and have NO idea where to

RE: [PHP] Formatting time :/

2007-01-02 Thread Steven Macintyre
Thanks Stut, Perfect! Kind Regards, Steven Macintyre http://steven.macintyre.name -- http://www.friends4friends.co.za > -Original Message- > From: Stut [mailto:[EMAIL PROTECTED] > Sent: 02 January 2007 02:59 PM > To: Steven Macintyre > Cc: php-general@lists.php.ne

RE: [PHP] Please help me

2007-01-02 Thread Steven Macintyre
> When I send a mail using php using mail(), and using html tags in > message > body , these tags are being displayed as it is. > Please let me know if there's any way of how to tackle with this. I use phpmailer for all my email sending ... Never had a problem with it S -- PHP General Mailing

[PHP] Formatting time :/

2007-01-02 Thread Steven Macintyre
nd Regards, Steven Macintyre http://steven.macintyre.name -- http://www.friends4friends.co.za -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] GD 2.0.28 + PHP 4.4.2 + pixelation :(

2006-12-27 Thread Steven Macintyre
> imagecopyresampled might help you... I use that and it works > without > problems. > Hi Peter, " I have done some searching via google and some answers say change copyimageresampled to copyimageresized etc" I have tried your suggestion with the same results ... that is what I was using first

[PHP] GD 2.0.28 + PHP 4.4.2 + pixelation :(

2006-12-27 Thread Steven Macintyre
Now ... afaik my new sizes are proportional to the big ones ... but it pixelates :( However, Using an image 1600 x 1200 (96 dpi) 24 depth it works and there is no pixilation Can someone perhaps assist now? Kind Regard

[PHP] random selection from each subfolder

2006-12-21 Thread Steven Macintyre
and combine it to a "master" array and use that ... Good thinking? Better suggestions? Kind Regards, Steven Macintyre http://steven.macintyre.name -- http://www.friends4friends.co.za -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] um ... arrays

2006-12-21 Thread Steven Macintyre
shuffle($files); return($files); now ... why does files not get shuffled? Is that not the purpose of that function ? Steven -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] If value is odd or not

2006-06-02 Thread Steven Osborn
$odd = array("1","3","5","7","9"); if(inarray(substr($var,strlen($var)-1,1),$od) { //haha } else { //even } p.s. sorry for the direct mail Jonas Rosling wrote: Hi all, is there any easy why to check if a value is odd or not? Thanks // Jonas -- PHP General Mailing List (http://www.ph

[PHP] Better method than stristr

2006-05-29 Thread Steven Osborn
//Do Something to remove injection and log it } } Thank you. --Steven

[PHP] Re: include_path and absolute paths in include functions

2006-05-11 Thread Steven Stromer
I am now needing to switch to absolute paths: include_once ("/lib/included.php"); why do you need to do that? that include will bypass the include_path and only look in the /lib dir on your machine - which is not what you want I think. Thanks everyone for your great responses. What was my rat

[PHP] include_path and absolute paths in include functions

2006-05-11 Thread Steven Stromer
For years I was lulled into thinking I understood php include functions... I have always used relative paths in my include and related functions, for instance: include_once ("lib/included.php"); However, I am now needing to switch to absolute paths: include_once ("/lib/included.php"); This do

[PHP] howto send a whole smarty page to a printer

2005-09-05 Thread Steven
Hi I am using smarty with my php site, I know you can send a whole smarty template page to a variable, is their any way i can easily print that variable out. or am i going about this the wrong way. I basically want to print the output of the page directly to the printer. I find using the I

[PHP] Howto connect to the internet using php

2005-07-21 Thread Steven
Is there any way for me to use php to make my windows xp pc connect to the internet, either by starting the windows dialer or by some other means? The windows machine uses a standard 56k dialup to connect to the internet. Thanks Steve -- PHP General Mailing List (http://www.php.net/) To unsu

[PHP] checking for internet connection

2005-07-20 Thread Steven
Hi I am looking for a simple way to check if the server is connected to the Internet, they use a dialup to get Internet connection, and I need to email reports out, but want to check to see if the user remembered to connect to the Internet first. If anybody has a nice script, or just a suggestio

[PHP] checking for internet connection

2005-07-20 Thread Steven Sher
Hi I am looking for a simple way to check if the server is connected to the Internet, they use a dialup to get Internet connection, and I need to email reports out, but want to check to see if the user remembered to connect to the Internet first. If anybody has a nice script, or just a sugge

[PHP] Unbuffered Reads

2005-06-05 Thread Steven James Samuel Stapleton
Is there any way to perform an unbuffered read in PHP when reading from STDIN? I.E. if I have the code - $chr = ""; while(!feof(STDIN)) { $chr = fgetc(STDIN); //I could just as easily do fread(STDIN, 1) if($chr == " ") break; } - and enter the follo

RE: [PHP] Files upload - Encrypt into a variable - Do not injectinto db (PHP/Apache/MySQL)

2005-03-18 Thread Steven Altsman
Got packet bigger than 'max_allowed_packet' ... Gotta love mysql_error(); If I find out what causes this, I'll bring it over to this list too.. since it's been pretty quiet, I guess I've gotten folks stumped. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

RE: [PHP] Files upload - Encrypt into a variable - Do not injectinto db (PHP/Apache/MySQL)

2005-03-18 Thread Steven Altsman
: php-general@lists.php.net Subject: Re: [PHP] Files upload - Encrypt into a variable - Do not injectinto db (PHP/Apache/MySQL) Steven Altsman wrote: > Yes, the link is http://www.radinks.com/upload/config.php > > file_uploads = On > upload_max_filesize = 40M > max_input_time = 9000 (seconds)

RE: [PHP] Files upload - Encrypt into a variable - Do not injectinto db (PHP/Apache/MySQL)

2005-03-18 Thread Steven Altsman
HP] Files upload - Encrypt into a variable - Do not injectinto db (PHP/Apache/MySQL) Steven Altsman wrote: > Yes, the link is http://www.radinks.com/upload/config.php > > file_uploads = On > upload_max_filesize = 40M > max_input_time = 9000 (seconds) > memory_limit (not limited

RE: [PHP] Files upload - Encrypt into a variable - Do not inject into db (PHP/Apache/MySQL)

2005-03-17 Thread Steven Altsman
e. -Original Message- From: Jason Barnett [mailto:[EMAIL PROTECTED] Sent: Thursday, March 17, 2005 10:35 AM To: php-general@lists.php.net Subject: Re: [PHP] Encrypted 2.5+M files do upload, but don't create a recordwhen stored as LongBlobs (PHP/Apache/MySQL) Steven Altsman wrote: &

RE: [PHP] Encrypted 2.5+M files do upload, but don't create a record when stored as LongBlobs (PHP/Apache/MySQL)

2005-03-17 Thread Steven Altsman
is about 4 years out of date. -Original Message- From: Steven Altsman [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 16, 2005 12:15 PM To: php-general@lists.php.net; users@httpd.apache.org Subject: [PHP] Encrypted 2.5+M files do upload, but don't create a record when stored as Lo

[PHP] Encrypted 2.5+M files do upload, but don't create a record when stored as LongBlobs (PHP/Apache/MySQL)

2005-03-16 Thread Steven Altsman
Files under 2.5 megs will go into the database just fine, any thing over that will return the page without errors, but will not be injected into the database. Not even a record is created. Edited PHP.INI to allow up to 40M of data to be uploaded. Set the script timeout to be 9000 seconds. Set t

Re: [PHP] Configure PHP

2005-03-15 Thread Steven Sher
n't used linux for a while so i can't remember where it is... and this is probably distro specific... do a search for it. php.ini. change the settings for session support, the file should be pretty self explanatory then restart apache. On Tue, 15 Mar 2005 15:00:31 +0200, Steven Sher <

[PHP] Configure PHP

2005-03-15 Thread Steven Sher
Can someone please help me configure php. I have installed php on SUSE 9.2 by default it loads php with session support disabled how do I enable it, I know I am supposed to use some configure command or something but not sure how, please help. Thanks Steve -- Click here to get Firefox Free ht

RE: [PHP] LibMcrypt and Mcrypt and Mhash - OH MY!

2005-02-14 Thread Steven Altsman
worked right. :) Steven Altsman Webmaster and Program Analyst EFast Funding, LLC. 713.983.4069 - work 832.527.3786 - cell [EMAIL PROTECTED] -Original Message- From: Jeffery Fernandez [mailto:[EMAIL PROTECTED] Sent: Friday, February 11, 2005 6:52 PM To: Steven Altsman Cc: php-general

[PHP] LibMcrypt and Mcrypt and Mhash - OH MY!

2005-02-11 Thread Steven Altsman
leave the vicious cerebral types be, but I don’t have that luxury.  Surely someone else out there has experienced something like this before and can bestow a nugget of wisdom upon me.   Steven Altsman Webmaster and Program Analyst EFast Funding, LLC. 713.983.4069 - work

[PHP] imagejpeg() output

2005-01-15 Thread Steven Simmons
I'm trying to write an object oriented system for saving my uploaded files to a blog. I am using php to resize the original photos and save a thumbnail . When I get all done, I want to do something like this: $tempImageData = imagejpeg( $imageResource, '', 75 ); $outputHandler -> sa

[PHP] Environment and Modules

2004-12-28 Thread Steven Spierenburg
I tend to be realy carefull with my real email addresses on newsgroups due to spam problems. If people say it's ok to use my real email address then I'll use that one in future posts. Sorry for any inconvenience caused. -- Greetings, Steven Spierenburg -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Test, please ignore

2004-12-28 Thread Steven Spierenburg
to see if i can post... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] mysql_select_db error

2004-10-30 Thread Steven James Samuel Stapleton
Relevant information: Windows XP Pro SP2 PHP 5.0.2 MySQL 4.0.21-nt command line (not server-side) mysql_select_db returns no errors, and does not result in a mysql_error(), however, later queries result in errors suggesting that the switch failed: //I'm having problems with mysql_select_db("DBNA

RE: [PHP] fputcsv() error message

2004-10-20 Thread Steven
n CVS) means that the manual is useless. I'll figure it out by myself. Steven Altsman -Original Message- From: Pablo Gosse [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 19, 2004 12:40 PM To: Steven; [EMAIL PROTECTED] Subject: RE: [PHP] fputcsv() error message [snip] Fatal erro

RE: [PHP] fputcsv() error message

2004-10-19 Thread Steven
Crapola. I guess that means a recompile... T.T`` Steven Altsman -Original Message- From: Greg Donald [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 19, 2004 12:59 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] fputcsv() error message On Tue, 19 Oct 2004 12:37:02 -0500, Steven <[EM

[PHP] fputcsv() error message

2004-10-19 Thread Steven
Fatal error: Call to undefined function: fputcsv() in /home/webdev/sites/tracking_site/scripts/report.php on line 19 Is there something that I am missing? The code that I had entered in: -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: A few questions about system requirements

2004-09-24 Thread Steven
ystem requirements Steven wrote: > Howdy, > > I'm going to be writing an app for our company that handles > the day-to-day processes here and I have a question for the experienced > devs out here that would know the ins and outs of working with CMS and > good s

[PHP] A few questions about system requirements

2004-09-24 Thread Steven
The big thing though, is would it be feasible to use a CMS system, could it handle that many people hammering away at it, and easily hook in all of the CMS's features into my main app (such as using smarty or somesuch) Please advise and thanks in advance! Steven A.

Re: [PHP] OpenLDAP+MD5 Passowrds+PHP != Work?

2004-08-30 Thread Steven Hildreth
I have several other apps that are authentication against it and a couple of them do not allow plain (MD5 and CRYPT only). Thanks, Steven On Mon, 30 Aug 2004 20:17:23 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I don't think this will work. Why do you need to MD5 the

[PHP] OpenLDAP+MD5 Passowrds+PHP != Work?

2004-08-30 Thread Steven Hildreth
at its worth I am using Gentoo and my make flags include "ldap". Thanks for any pointers. Regards, Steven -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] What is the GD library and what can I do with it ?

2004-05-11 Thread Steven Macintyre
Pete wrote: Hi, What is the GD library ? How can I install it. I have PHP integrated as a module. Judging by the discussion that people have here the GD library sounds interesting. How do I know if my shared host has it ? Thank you. phpinfo(); ?> Then see ... -- Regards, Steven

[PHP] Re: Re: The COM problem when converting from ASP to PHP [works now!!]

2004-04-24 Thread Steven Kidd
Hi, Thx ur help Richard , but ur method doesn't work. However, when I switch to the PHP5 RC1, it works!~~ I use the recommonded php.ini setting. my previous version is 4.3.6. I really love PHP 5! :) Strongly suggest anyone who uses COM switch to PHP 5. Hello Steven, Saturday, Apr

[PHP] The COM problem when converting from ASP to PHP

2004-04-23 Thread Steven Kidd
Hi, When I converting lines of ASP code: <% dim keysobjs dim privkey dim pubkey dim seed Set keysobj= CreateObject("wmrmobjs.WMRMKeys") keysobj.GenerateSigningKeys privkey, pubkey seed = keysobj.GenerateSeed() Response.Write privkey Response.Write "" Response.Write pubkey Response.Write "" Respon

[PHP] Re: [GLUG-chat] Re: email form

2004-03-23 Thread Steven Mac Intye
hehe, Thanks ... I got it I replaced my content type with the following: Content-Type: text/html; charset=iso-8859-15 Now it works perfectly :)) Thanks all Steven Mac Intye wrote: Hi Ray, Nope... this is what it outputs now. activate.php?member=Steven+Mac+Intyre

[PHP] php and email

2004-03-23 Thread Steven Mac Intye
output; Click here to activate You will see it is missing the "h" out of http and the "=" out of hash= ... also the first charactor of the hash variable is missing. Has anyone else seen this ? Know how to fix it ? PLEASE HELP Steven -- PHP General Mailing List (http://www

[PHP] List of validated PHP extentions for thead safety

2004-01-30 Thread Steven Roussey
Is there a List of validated PHP extentions for thead safety? I'm trying to find out if moving to Apache 2 is at all possible in a production environment, and would like to check to see if the modules we use are thread safe. Thanks, Steven Roussey Network54 Corporation -- PHP General Ma

[PHP] str_word_count Broken?

2003-10-03 Thread Steven Walker
4.2.2. I have a workaround for the time being, but it is very strange. Steven J. Walker Walker Effects www.walkereffects.com [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

  1   2   3   4   >