> 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
> 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)
{
> 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
> 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
> 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
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
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
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
> -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
> 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
> 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
> 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
;
>
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
> 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
> 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
> -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
> -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
> -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
> -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)
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
> -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.
> -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
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
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
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
.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
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
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
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
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
> -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
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
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;
> -
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
-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
>>> 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
>
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
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
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
>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
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
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
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
> 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
;
$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
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
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
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
"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
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
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
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)
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
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
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
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
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
> 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
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
> 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
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
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
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
$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
//Do Something to remove injection and log it
}
}
Thank you.
--Steven
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
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
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
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
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
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
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
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
: 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)
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
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:
&
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
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
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 <
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
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
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
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
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
to see if i can post...
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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 - 100 of 308 matches
Mail list logo