Instruct ICC wrote:
> > From: [EMAIL PROTECTED]
> > Today's post was
> > prompted by my desire to prototype yet another suite of
> > browse-read-edit-add-delete functions for someone.
>
> I was just going to ask you what is BREAD. Cool, basically a
> Web-based CRUD? I can't find anything on it,
Daevid Vincent wrote:
> >
I love the simplicity, and very cool.
But why does the ($r=!$r) ternary condition work?. (I understand
that it DOES but not WHY.)
TIA,
Jeff
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Nathan Nobbe wrote:
> personally, i wont argue w/ the compact nature of the
> statement; its nice.
I agree. Very elegant. Thanks for the clarifications, folks.
> its mysterious statements like this that make code fragile,
> imho. i prefer the modulus approach.
I would have agreed before readi
cated that performance would be poor
or crippled.
My hosting service allows me to add a customized php.ini in the same folder
as the app. I know nothing about php.ini so I was hoping someone could
point me to which of the many settings would be best to tweak.
Any help would be much appreciated
Th
SERVER_SOFTWARE Apache/1.3.34 (Unix)
I have attached the output from phpinfo()
I cc'd the php-general group but I am not sure how an attachment will be
dealt with there.
Thanks,
Jeff
_
From: Nathan Nobbe [mailto:[EMAIL PROTECTED]
Sent: October 6, 2007 9:08 AM
To: Jeff Be
Thanks,
I added a one line file called php.ini with the following line
memory_limit = 16M
so far CMS made simple seems to run better (faster, no need for page
refresh)
Yes I will check out drupal
Jeff
_
From: Tom Friedhof [mailto:[EMAIL PROTECTED]
Sent: October 6, 2007 11:18 AM
To
Martin Zvarík wrote:
> Hello--
> I want to send email to 100+ recipients. Two choices I
> thought of:
>
> 1) once call mail() and use BCC, but the negative of this
> method is that every recipient in BCC has header "To"
> same (so I used to put my email in here - not email of
> one of the reci
get this error however:
/usr/bin/php: error while loading shared libraries: libmm.so.14: cannot open
shared object file: No such file or directory
Libmm.so.14 is installed in:
/usr/lib64/libmm.so.14
Any idea what it is I'm missing?
Version PHP5
Thanks,
jeff
--
PHP General Mailing List
> -Original Message-
> From: Daniel Brown [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, October 23, 2007 10:47 AM
> To: Jeff Mckeon
> Cc: php-general@lists.php.net
> Subject: Re: [PHP] libmm.so.14
>
> On 10/23/07, Jeff Mckeon <[EMAIL PROTECTED]> wrote:
> &g
> -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
> Subject: RE: [PHP] libmm.so.14
>
> > -Original Message-
> > From: Dani
> -Original Message-
> From: Daniel Brown [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, October 23, 2007 4:10 PM
> To: Jeff Mckeon
> Cc: php-general@lists.php.net
> Subject: Re: [PHP] libmm.so.14
>
> On 10/23/07, Jeff Mckeon <[EMAIL PROTECTED]> wrot
I'm getting this error on a php based ticket system we have. I don't see
this on the old server running php4. This new server is running php5.
PHP_Fatal_error:__Cannot_use_object_of_type_PEAR_Error_as_array_in_/srv/www/
virtual/support/mailparser.php_on_line_300/
The code in that section looks
That's one problem I see with the mysql solution, I think it may
start to be slow unless I start purging vistors who have not shown up in a
while or limit the number of entries.
Thanks,
Jeff
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
different languages
that the session var will keep track of the different users (by IP I assume)
and the server wont mess up?
Anyway thanks everyone for all the great help, Im on a nearly vertical
learning curve here and its great to have this community to draw on. Im
pretty much working in a vacuum otherwise.
Jeff
quotes' '--enable-sockets' '--enable-sysvsem'
'--enable-sysvshm' '--enable-sysvmsg' '--enable-track-vars'
'--enable-trans-sid' '--enable-yp' '--enable-wddx' '--with-kerberos'
'--enable-ucd-snmp-hack' '--with-unixODBC=shared,/usr' '--enable-memory-limit'
'--enable-shmop' '--enable-calendar' '--enable-dbx' '--enable-dio'
'--with-mime-magic=/etc/httpd/conf/magic' '--without-sqlite'
'--with-libxml-dir=/usr' '--with-xml' '--with-apxs2=/usr/sbin/apxs'
'--without-mysql' '--without-gd' '--without-odbc' '--disable-dom'
'--disable-dba' '--without-unixODBC' '--disable-pdo' '--disable-xmlreader'
'--disable-xmlwriter'
Has anyone else run into this?
Thanks,
Jeff
When I run phpinfo() nothing is displayed. It used to work. I recently upgraded
to 5.2.1 but I can't be sure that's exactly when phpinfo stopped working. Has
anyone else run into this?
Thanks,
Jeff
-
Fussy? Opinionated? Impossible
o.php" (phpinfo.php is a script
containing only the phpinfo command) at a server prompt but nothing was
displayed.
Jochem Maas <[EMAIL PROTECTED]> wrote:
Daniel Brown wrote:
> On 6/20/07, Jeff Schwartz wrote:
>> When I run phpinfo() nothing is displayed. It used to work. I rece
You're right, that works. So why doesn't my script work? All it contains is:
Tijnema <[EMAIL PROTECTED]> wrote:
On 6/20/07, Jeff Schwartz wrote:
> Thanks for getting back to me so quickly.
>
> I checked the archives and viewed the source before I posted the
s on how to fix this?
Regards,
Jeff
Oh, OK, thanks.
- Original Message
From: M. Sokolewicz <[EMAIL PROTECTED]>
To: Jeff Lanzarotta <[EMAIL PROTECTED]>
Cc: PHP General List
Sent: Monday, July 23, 2007 11:32:17 AM
Subject: [PHP] Re: Problem compile 5.2.3 souce under SUSE 10.1
Jeff Lanzarotta wrote:
> Hello
to echo out the message that is received and nothing
prints...
I am very new to php so I am using 'class.ClientSocket.php' written by
Juan M. Hidalgo to do all the communications...
What is odd is that I receive no errors either from either side.
Any ideas would be greatly appreciat
OK, I will try and contact Juan. I wrote the Java server. I believe the
Java side is working because I can send/receive messages just fine
using other clients written in other languages, just not the php
client...
Regards,
-Jeff
--- Richard Lynch <[EMAIL PROTECTED]> wrote:
> On Thu,
app works just fine if the client is another
java app, or a C app. Everything is send and received just fine...
>From what I can tell in the php page, the
while ($out = socket_read($socket, 2048, PHP_NORMAL_READ))
{
echo $out;
}
never returns.
Any ideas?
-Jeff
-Jeff
--
PHP General Mail
8MB if it is simultaneously servicing 2 requests?
Lastly, are there differences in these behaviors for PHP4 and PHP5?
Many thanks,
Jeff
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
.
Thanks Jon. So in summary: use a cache if possible. Late load files to
save memory. Buy more memory to handle more sessions. And it's
conceivable that when caches are used, different rules may apply.
Jeff
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
t, but I dunno if it will be "on" by default or
not...
At any rate, not from 4 to 5.
Thanks.
Note that if you NEED a monster body of code to be resident, you can
prototype it in simple PHP, port it to C, and have it be a PHP
extension.
A good idea, but not feasible in this situati
I have been working on a script to parse a CSV file and in the process I
clean out a lot of the garbage not needed but I am a bit stumped on one
aspect of this file. It's a list of over 3000 contacts and I'm trying to
mask a lot of the information with *.
So as I loop through this list I am check
,
PHP is actually converting/decoding correct characters that don't need
decoding. So, for example a plus sign would become a blank space. This, of
course, means I'm getting incorrect info from the cookie.
Is there a way to turn off this PHP "feature"? Perhaps a flag in t
Anyone have any ideas on this at all?
-Original Message-
From: Jeff Demel [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 10, 2008 10:50 AM
To: php-general@lists.php.net
Subject: [PHP] cookie encoding/decoding
I have a situation where a cookie is being set elsewhere on a site by
ASP.NET
I have a module originally written for PHP-Nuke that I have ported to
CPG-Nuke/DragonFlyCMS.
In PHP4, the page I'm displaying works fine.
In PHP5, it doesn't.
The following link is a screenshot of the page using PHP4:
http://nukeleaguedf.winsto.net/working-php4.jpg
And a screenshot from PHP5:
h
>
> thats a decent bit of code to pick through, jeff. glancing at index.txt,
> the code looks pretty straight forward, and by that i mean that it doesnt
> look like theres anything that shouldnt work in php5.
>
> if i were to guess, i would suspect an environmental issue. y
I have the following code in part of a loop:
$max = $players->max();
Important parts of players class:
class Players extends dynamicTable {
var $setup;
var $lid;
var $size;
var $max;
var $data;
var $data_result;
var $data_index;
var $player_stats_result;
var $player_stat
>
> Since the Players method is a constructor, it's more about how you set
> the object(s) up.
>
> What does the loop look like before you create a new object?
>
Well see here is where it gets messy! This is not my code - I've ported a
phpnuke module over to dragonflycms.
The $players object is
>>
>> The $players object is created before the loop:
>> $players = new Players($lid);
>
>
>
> Which means the code is only executed once since it's in the
> constructor. It's not changing per loop because you're not calling the
> code.
>
> Maybe setting $this->max should be done in
>
> fetchSele
> Maybe setting $this->max should be done in
>
> fetchSelectData
>
> since that's what is causing/creating your loop.
>
Thanks Chris, I copied the code into the fetchSelectData function and it
seems to be working fine now!
Just need to test removing the code from the constructor to make sure its
0
_ENV["ALLUSERSPROFILE"] C:\\Documents and Settings\\All Users
_ENV["CommonProgramFiles"] C:\\Program Files\\Common Files
_ENV["COMPUTERNAME"] WS02TC07927
_ENV["ComSpec"] C:\\WINNT\\system32\\cmd.exe
_ENV["CONTENT_LENGTH"] 0
_ENV["GATEWAY
t
vaporize before you get a chance to see the info, etc.
Good luck!
-TG
> -Original Message-
> From: Jeff McKeon [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 28, 2004 7:44 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Sessions not working.
>
>
> Pulling my
ze before you get a chance to see the info, etc.
Good luck!
-TG
> -Original Message-
> From: Jeff McKeon [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 28, 2004 7:44 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Sessions not working.
>
>
> Pulling my hair out here.
&g
the
$_SESSION['user'] variable, but when you follow the link to
session_test2.php, the contents of the $_SESSION['user'] are blank.
What could be missing here in my server setup?
Thanks,
jeff
-Original Message-
From: Jeff McKeon
Sent: Thursday, January 29, 2004 11:49 A
Figured it out, I think.
PHP doesn't like the underscore in my website name.
http://site_dev.foo.com/ doesn't work but
http://192.168.2.50/ does.
If I rename the site in DNS to siteDEV.foo.com then it works fine.
Any ideas why?
-Original Message-----
From: Jeff McKeon
Sent
sion
variable.
For instance if a page has a form for editing information, before
loading the form check to see if the
Current $_SESSION['write'] variable is set to '1', if so load the form,
if not then don't.
May not be the best way of doing things but it works well for me
I use this Yahoo account primarily for the PHP list. I use GoodbyeSpam.com as a filter
and no spam whatsoever gets through. You mentioned that the safeguards aren't working.
How are you trying to block spam?
Jeff
-
Do you Yahoo!?
Yahoo! Mail SpamGuard -
Does anyone know how to access a DNS record? Can it be done with fopen?
Jeff
-
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
ver equal 2.10. You should
probably look at the printf() or sprintf() function to make sure that your
$p will be inserted into your query string as you expect it.
I'm not up on sprintf() format, but you would probably want something like
then use $sql_p in your sql querystring.
HTH
Jeff
--
IE, this might help you:
http://marc.theaimsgroup.com/?l=php-general&m=106001984503131&w=2
HTH
Jeff
--
Registered Linux user #304026. | 52FC 20BD 025A 8C13 5FC6
gpg key: B0890FED| 68C6 9CF9 46C2 B089 0FED
Responses to this message should conform to RFC 1855.
[http://ww
y to do it myself
but then I'll have to bother you people with questions. :)
Jeff Oien
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
.
Jeff Oien
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
es.
Let me know if you want the code.
Jeff Oien
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
mething to do with classes but can't
quite get my head around it.
Thanks,
Jeff
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Ewe... OOP
Ok, I guess I'll have to learn OOP.
Thanks for the info!
Jeff
> -Original Message-
> From: Jordan S. Jones [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, March 17, 2004 4:02 PM
> To: Jeff McKeon
> Subject: Re: [PHP] Stupid question
>
>
>
How do I convert this
9/8/2001
(which is Month/Day/Year)
to this
20010908
(YearMonthDay - with leading zeros)
Or alternatively take the Month/Day/Year format and find
anything older than 9 months ago.
Thanks.
Jeff Oien
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http
[EMAIL PROTECTED] wrote:
On 20 Mar 2004 Jeff Oien wrote:
How do I convert this
9/8/2001
(which is Month/Day/Year)
to this
20010908
(YearMonthDay - with leading zeros)
How about:
Can I put that print (sprintf etc. into a variable? Thanks.
Jeff Oien
--
PHP General Mailing List (http
When I do this:
$lastmonth = mktime(0, 0, 0, date("m")-9, date("d"), date("Y"));
echo "$lastmonth";
It prints this:
1056081600
Could you tell me what I'm missing? Thanks and thanks for the previous
help.
Jeff Oien
--
PHP General Mailing List (htt
unt of time specified by
this setting, regardless of whether they have recently accessed the site?
I believe, if I understand it, it's the first scenario, where the
session get's garbage collected if the user doesn't visit your site for
sission.gc_maxlifetime seconds, correc
}
[end code]
Returns
0 , $48.68
1 , $48.68
Am I doing something wrong with my regex or is there a problem here.
What I need is all the dollar amounts pulled out (with a negative sign
if there).
Thanks,
Jeff
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> -Original Message-
> From: Curt Zirzow [mailto:[EMAIL PROTECTED]
> Sent: Thursday, March 25, 2004 6:55 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Re: Ereg problems
>
>
> On Thu, 25 Mar 2004 18:31:02 -0500, Jeff McKeon
> <[EMAIL PROTECTED]>
> wro
upload on the
page?
Thanks,
Jeff
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
he
average "dumb user" however it's a necessity. I have users tell me all
the time that my PHP pages don't work only to find out that they put in
a query parameter that caused a huge database pull and they didn't know
that as long as that little flag in IE is still waving
rant, stuff like this bugs the hell out of me.
>
> Steve
>
>
>
> -Original Message-
> From: Jeff McKeon [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, April 06, 2004 4:40 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] File upload progress
>
>
> Does anyone know of a
How can I compare a variable submitted by a form as case
insensitive? A promotional code will be entered into a form
and it's important that they can enter the code either way.
So if I have
if ($code == 'ABC123') {
I want that to match 'aBC123' 'abc123' or wh
y one code.
//always gives error message even if one of the two codes entered:
if ($Promotion_Sub == 'Checked' && ($code != 'D04E' || $code != 'Y04KG')) {
echo "
Error
Error
Sorry, that code is invalid.
-
//works:
if ($Promo
https://www.shoppingnw.com/ccare/auto_bill.php
Thanks
Jeff
At 01:12 PM 11/16/2004, Jonel Rienton wrote:
do you have the actual link of this page, i can test it for you.
--
I not know English well, but I know 7 computer languages
le to
type in certain fields. The fields in question are text boxes. There is not
anything special about the code (snippet at the end of this email). They
are hitting the issue using Safari, Netscape, or IE and with varying
versions of each. Has anyone out there run into this before?
Thanks
Thank you for the response Brent. I made that change and the problem still
exists. I ran the page through the validator and it found some generic
problems, but nothing that seemed like it would relate here.
Jeff
At 01:19 PM 11/16/2004, Brent Baisley wrote:
I never had a problem with a Mac, nor
Brent,
Declaring the DOCTYPE did it! I completely overlooked that. Thank you very
much for your help.
Jeff
At 06:40 AM 11/17/2004, Brent Baisley wrote:
For the record, this is NOT a PHP problem. I have no problem on my Mac
using Safari or FireFox, or even Camino .7. However, there is a problem
I'm trying to migrate to PEAR::SOAP from NuSOAP, but I'm confused as to
why the result sent back from a function is wrapped in a tag.
The return part of my code is simple enough:
return array('lastStatus' => 'ok');
But this gets wrapped in a tag:
ok
Here is the SOAP response:
http://schemas
Does having magic-quotes=on prevent an attacker from using a urlized sql
inject query?
Jeff
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> -Original Message-
> From: Robert Cummings [mailto:[EMAIL PROTECTED]
> Sent: Monday, December 06, 2004 1:45 PM
> To: Jeff McKeon
> Cc: PHP-General
> Subject: Re: [PHP] Magic-quotes
>
>
> On Mon, 2004-12-06 at 12:57, Jeff McKeon wrote:
> > Does
rom the PHP perspective, is Apache/PHP(as Module)/MySQL a secure enough
platform to use for a public website that will access a production
database?
Opinions? Thoughts?
Thanks,
Jeff
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I've been searching the net all moring for this. Can anyone give me a
link were I can find information on how to compile PHP with GD module
support?
Thanks,
Jeff
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello,
Could someone help me understand why later versions of PHP (4.3.9,
4.3.10, & 5.0.3) do not maintain the same
ordering for virtual() call output as the older versions? Basically,
generated pages that worked in
PHP 4.3.7 & PHP 4.3.8 are now broken. Setting the "output_buffering=0"
seems
appreciated.
Thanks,
JP
-Original Message-
From: Ford, Mike [mailto:[EMAIL PROTECTED]
Sent: Monday, January 24, 2005 6:40 AM
To: Potter, Jeff; php-general@lists.php.net
Subject: RE: [PHP] Issue with virtual() calls...
To view the terms under which this email is distributed, please go to
onday, January 24, 2005 1:09 PM
To: Potter, Jeff; php-general@lists.php.net
Subject: RE: [PHP] Issue with virtual() calls...
To view the terms under which this email is distributed, please go to
http://disclaimer.leedsmet.ac.uk/email.htm
On 24 January 2005 16:42, Potter, Jeff wrote:
> Hi Mike
e that dir to copy the uploaded
files to it.
I've tried
Chdir(server//share);
Chdir(server\\share);
But it always returns:
Warning: chdir(): No such file or directory (errno 2)
Is what I'm trying to do possible and if so, how?
Many thanks,
Jeff
--
PHP General Mailing List
ilto:[EMAIL PROTECTED]
> Sent: Wednesday, June 01, 2005 9:34 AM
> To: php-general@lists.php.net
> Subject: Re: [PHP] Copy to network share
>
>
> On Wednesday 01 June 2005 14:42, Jeff McKeon wrote:
> >
> > $dirhandle = opendir(server\\share);
> > Readd
Is that drive mapped on your local machine or on the web server?
Jeff
> -Original Message-
> From: Clive Zagno [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, June 01, 2005 8:31 PM
> To: Jeff McKeon; php
> Subject: Re: [PHP] Copy to network share
>
>
> sorry I
That won't work. I don't want the users mapping a drive on their local
machine. I tried mapping it on the server running the IIS and doing as
you suggest, but it doesn't work.
Jeff
> -Original Message-
> From: Clive Zagno [mailto:[EMAIL PROTECTED]
> Sent: Wed
I upgraded from PHP 5.0.4 to 5.1b3 yesterday and all my scripts die the only
trace being a lone line:
default 16
written to the command window. There are a few Notice's that preceed that
look like:
Notice: Only variable references should be returned by reference in
c:\Programs\php\php-5.1b3\ext
Ashley,
How are you creating the gallery page? You must be reading the filenames
in the directory and producing an for each one. Can you create an
array of those filenames, save it to session (or generate it each time),
and iterate through them?
--
PHP General Mailing List (http://www.php
You can also try output buffering the whole page, checking for an error
with string functions, and email yourself if there is an error. ;-)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Santosh Jambhlikar wrote:
Hi ,
I have a ldap server the user password are stored in that. my php
ldasearch result says that the result is
ldap user password : {SMD5}eRuT8dttD6M6N6tgMJF33/TNAvc=
i want to compare this password with the user given password in other
application (obviously php)
Hello,
According to the PHP documentation for the ldap library, ldap_add()
returns a boolean value. However, if there is an error, it immediately
throws a Warning to the browser with display_errors on. I would like to
do this:
$result = ldap_add($ldap, $dn, $array)
if (!$result) {
trigger_
Hello,
I've been toying around, lately, with using PHP's DOM API
(specifically, domxml because I'm still using PHP4) for doing some of my
server side dynamic pages, instead of the 'classic' method of outputting
a serial stream of html dynamically generated with, e.g. php print()
statements. T
che2/bin/apxs --with-mysql
It's the:
--with-apxs2=/usr/local/apache2/bin/apxs
Switch that has got me scratching my head. /usr/local/apache2/ doesn't
exist and I can't find apxs anywhere on the sys.
Can I just configure with ./configure --with-mysql??
Thanks,
Jeff
--
PHP Gener
> -Original Message-
> From: Kristen G. Thorson [mailto:[EMAIL PROTECTED]
> Sent: Friday, December 02, 2005 14:50
> To: Jeff McKeon
> Cc: php
> Subject: Re: [PHP] Upgrading on RH ES3
>
>
> Jeff McKeon wrote:
>
> >I've got a server with RedHat E
> -Original Message-
> From: Jeff McKeon
> Sent: Friday, December 02, 2005 15:18
> To: php
> Subject: RE: [PHP] Upgrading on RH ES3
>
>
> > -Original Message-
> > From: Kristen G. Thorson [mailto:[EMAIL PROTECTED]
> > Sent: Friday, Dece
Hey all,
Forever now I've been using Frontpage for all my web work including php.
I'm sure there's better software out there that is more suited to
writing and editing PHP pages. What do you all use?
Thanks,
Jeff
--
PHP General Mailing List (http://www.php.net/)
To unsubscri
What is it you like about Zend Studio?
Jeff
> -Original Message-
> From: David Grant [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, December 06, 2005 09:19
> To: Jeff McKeon
> Cc: php
> Subject: Re: [PHP] What software do you use for writing PHP?
>
>
> J
Ok, the variable is boolean and that does make sense. Thanks for all
the replies.
Jeff
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ou then walk that array, you will see that each of your keywords
was matched and highlited.
that should get you a little further along.
Jeff
> G'day PHP'ers
>
> I am trying highlight the results from a search, so far I have this
> working but only if the string is an exact mat
the
hyphen must be at the end if it is to be included. Otherwise the hyphen
is seen to be part of the range (0-9 or A-Z):
so, ^[0-9a-zA-Z._-]{3,12}
instead of what you have. You also should not need the trailing $.
As in the first example, don't use the 'double negative' approa
öûâç-]",$name)) {
print("your name can't include non-letter, etc");
}
You can add space with: [:space:] within the charachter
class ([^a-zA-Z[:space:]ëàéêêàäïüöûâç-])
Jeff
> Hi again!
>
> I still did not fix my prob : I want to check, in a form, that the na
In article <000a01c08960$f60d33e0$6dc94382@hp>, "Fredrik Arild Takle"
<[EMAIL PROTECTED]> wrote:
$date = "20010101";
$newdate = strtotime($date);
$formatted = date("m d Y",$newdate);
list($mon, $day, $year) =
array(date("m",$newdate),date("d",$newdate),date("Y",$newdate));
> 1.
> $date = "200
f ASCII codes in octal
Jeff
> hi,
>
> just a quick question... i can't seem to have ereg() work with
> non-ascii characters such as the character 'ö'.
>
> is this something that i can work around?
>
> remco chang www.bountyquest.com
>
>
>
&
ing a loop.
Jeff
"Chip" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I am trying to build a multi-part form and am
> using the example from the book Beginning PHP4
> by Choi, Kent, Lea, et al. in chapter 8.
> Here'
with dynamically created data generated and mailed out
with a PHP script?
Thanks,
Jeff Gannaway
___
2001 Wall Calendars
* Art, Jazz, Blues, Women's, African-American.
* Everyday Discounts.
* Excellent paper and reproductions.
You can also use tabs (\t).
This is an example using tabs and newlines:
echo "\n\n\tHello There\n\tHow are
you\n";
Note: You must use quotes because ticks don't work.
Jeff
""Mark"" <[EMAIL PROTECTED]> wrote in message
9597gb$4el$[EMAIL PROTECTED]&qu
ure to set limits on what you will do and make sure
they value your work and trust you. Otherwise you will be driven
to insanity in time. Nice site BTW.
Jeff Oien
> Ok, I just started my own company and finished work for my first client
> (shameless plug here: http://www.alamosawinecellars.co
isn't able to go in depth about the
basic functions of MySQL. Is this something better learned from
a book? Suggestions for books and/or tutorials online would be
appreciated.
Jeff Oien, WebDesigns
http://www.webdesigns1.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscri
idea :-)
Jeff
""Jeff Oien"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> What would your advice be for learning MySQL with PHP on an
> Apache server? I know a little Perl and am beginning to learn PHP.
> I'm
1001 - 1100 of 1162 matches
Mail list logo