[PHP] Attachment problem with web based mail

2001-03-20 Thread lists
We hired a developer about a year ago to develop a web based email system for us in php. The developer is no longer around, so I am having to pick up the development on the project...When clicking on the attachment link of an email in Internet Explorer 5.5 in Windows 98, I get the save as dialog

[PHP] Image Upload

2002-01-24 Thread lists
Does anyone have a good script for uploading an image and storing it in a mySQL database. Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL

[PHP] VeriSign

2002-03-05 Thread lists
I have tried compling in the VeriSign support for phpI just downloaded the newest version of the VeriSign SDK, however, after I complie it with apxs and I restart httpd it will not start If I removed the --with-pfpro statment it works fine Any ideas? Michael -- PHP General Mailing List

[PHP] Perl and PHP

2002-03-06 Thread lists
I need to pass a variable to Perl from a PHP script. I am somewhat know PHP but I do NOT know perlI am running my perl script off of the command line. I tried /path/to/somewhere/script.pl?var=var but it did not work. I would love any help you could provide me Thanks, Michael -- PHP

Re: [PHP] Perl and PHP

2002-03-06 Thread lists
Ok, I got it to work.now how do I take a varaible back into PHP I do a $var = system(/path/to/cgi $varforCGI) and in the CGI script I do a print $varforPHP however it prints the varforPHP to the broswer, I need it saved it var Any (more) help would be great!! Michael On Wed, 6 Mar 2002

[PHP] Sessions and enable-trans-sid

2002-03-16 Thread lists
I have compiled php with the enable-trans-sid (for the site I am using I can NOT use cookies) when I start a session or store something in _SESSION['varname'] varname can not be accessed on other pages nor is there a file in the /tmp file nor does my URI change with a session id Any

[PHP] Session --trans-id

2002-03-17 Thread lists
I have complied PHP with the enable trans id option However, when I start a session and go to a relivtive link , (./page.php) I do not get a session id in my URI. Any Ideas? Michael -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] ereg_replace Help

2002-03-21 Thread lists
Hi all, I have a large file that I am trying to parse. I have a many lines that look like this \\text1 I need an expression that will change \\text1 to text1= so if I have something like this \\text1 asdfkjaslkfj asdlfkjasljkf asdlkfjasldfkj asldkfjalskfj \\text2 erweiurwoeir werqwer

[PHP] Newbie: Update Multiple Records

2002-08-16 Thread Lists
Hi everyone, I'm a newbie. I've been searching google and php.net trying to find information on how to set up a Master Page to do multiple records updating, but have found very little. I have a table with 10 rows of data from MySQL and I'd like the user to check the Approve checkbox and for as

[PHP] How to get Usernames

2001-11-02 Thread lists
I have a setup where users can access their own pages using a /~username here account I need to put a PHP script in their directoies that will be able to tell me what their username is. I was thinking about $REQUEST_URI however if I go to /~username/dir/page it will return it all. all I

Re: [PHP] How to get Usernames

2001-11-02 Thread lists
Ok, How do I do that? Hi Michael How about explode()ing it using '/' as the seperator, then finding the element in the resulting array that begins with '~', strip that first character using substr() and bod's your uncle... I'd write the code but I've had a long day... Shane On

[PHP] Password File

2001-11-02 Thread lists
I have a redhat 7.1 system, I am using shadow passwords. Is there a way to authenticate people using thier shadow password? Michael -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

[PHP] Group by Howto

2001-11-12 Thread lists
I have a database with 2 colums in it -|--| Place of work| Name | -|--| I want to print out a listing of peoples name by the place their work from a php script so Place 1 person a person b person c Place 2 person d Place 3 person F person G This

[PHP] Flash jpeg/gif/bmp

2001-12-08 Thread lists
Does anyone know of a tool to export a frame of a Flash movie to a flat image file on the client-side? I want users to be able to set the last frame of my flash movie as their wallpaper. The only way I know of doing this is to use PHP to re-build the Flash frame by receiving coordinates from the

RE: [PHP] Writting to files.?

2001-07-05 Thread lists
On Thu, 5 Jul 2001, Don Read wrote: Anyone know how I can write and read to different lines in a file rather than just adding to the text already on the first line of the file? A. suck the whole thing up in memory, change it there, write it back out. Just as a note: for large (text or

Re: [PHP] Interpreting PHP in dynamic generated web-pages

2001-07-05 Thread lists
On Thu, 5 Jul 2001, Dieter Stolpmann wrote: Hi, I'm trying to solve the following issue in a (hopefully) simply way: - I'm creating web-pages using php and perl (using a page template) - the dynamically created pages may contain php code which I like to get interpreted in a normal

[PHP] PHP/Apache security question

2001-07-05 Thread lists
Hello list, I have a security problem to solve with my apache setup and I am clueless at this moment... My web server holds multiple domains and uses name-based virtual servers to direct requests to different portions of the html tree for different domain names (we presume only one IP is

Re: [PHP] Sessions and redundant servers

2001-07-05 Thread lists
On Fri, 6 Jul 2001, Daniel Baldoni wrote: G'day folks, Here's a theoretical question for those of you using PHP's inbuilt session facilities... How do you keep your variables across redundant servers? Or, isn't anybody out there hosting PHP-based services on grouped

Re: [PHP] Sessions and redundant servers

2001-07-05 Thread lists
On Fri, 6 Jul 2001, Daniel Baldoni wrote: Considering NFS is stateless, why do you consider it to be a more acceptable solution to, say, rsync (which I personally don't like - but that's another matter)? Ok, sorry, I should have explained my reasoning. Afaik rsync executes periodically to

[PHP] PHP and Mod_auth_mysql.

2001-02-28 Thread Lists
Hi, Mod_auth_mysql uses a persistant connection to mysql. Will php use the same connection for any given apache child or does that then mean to mysqlds for each child, one used with mod_auth_mysql and one when php does requests ? Hope I'm making myself clear. -- PHP General

[PHP] PHP/Perl

2007-12-02 Thread lists
Hi, Job onsite at Telecom giant in Finland (guess what telecom giant). Please see http://jobs.perl.org/job/7322 for more info. Send CV if you're interested to [EMAIL PROTECTED] /Peter -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Creating an executer

2007-05-24 Thread lists
Hi, Summary: 1. I execute script1 that will run in the background (daemon) 2. script1 needs to execute script2 and capture STDERR, STDOUT and exitcode from script2 if script2 exits before SIGTERM is received. 3. If I send SIGTERM to script1 it should kill script2, and write to DB (or log

[PHP] need mysql_ping when using mysql_pconnect?

2007-08-07 Thread lists
Hi, Just becasue you create a persistent connection it can still go down, can't it? So therefore using mysql_ping inside of scripts with plenty of idle time is useful? /Peter -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] need mysql_ping when using mysql_pconnect?

2007-08-08 Thread lists
Quoting Richard Lynch [EMAIL PROTECTED]: On Tue, August 7, 2007 3:58 am, [EMAIL PROTECTED] wrote: Just becasue you create a persistent connection it can still go down, can't it? So therefore using mysql_ping inside of scripts with plenty of idle time is useful? It can still go down, for

Re: [PHP] file() ignores PHP tags

2007-09-23 Thread lists
Yes, that is a little better. Thanks for that! But now all the PHP is removed. Is there some other header to send, in order to get PHP in my output? Could you send the code you are having? If you are doing it properly all should be shown, it will not remove anything. The file() don't parse

[PHP] Download adds ^M to beginning of file

2006-12-12 Thread lists
Hi, Using the below code to force download works fine on most servers and with most browsers. However it does crash Firefox when I download a specific file, IE works like beauty. File content starts with: #!/sbin/_joor_perl_use Filter::decrypt.. This is the code to force the download:

[PHP] is_writable() not working on PHP 5.1.6

2007-01-05 Thread lists
Hi, I am running Fedora Core 6 with PHP 5.1.6 This little snippet will output the file is not writable: if (file_exists($file)) { if(!is_writeable($menu_filename)){ echo the file is not writable; } } else echo The file does not exist; I have set the permissions

RE: [PHP] is_writable() not working on PHP 5.1.6

2007-01-05 Thread lists
Sorry, it should be $file for both as in the more complex code. So the below code is the code that is generating the file is not writable. if (file_exists($file)) { if(!is_writeable($file)){ echo the file is not writable; } } else echo The file does not exist;

Re: [PHP] is_writable() not working on PHP 5.1.6

2007-01-05 Thread lists
Some additional information: On the running server I am getting this dumped: audit(1168010361.652:217): avc: denied { write } for pid=2924 comm=httpd name=hcat.log dev=dm-0 ino=8718108 scontext=root:system_r:httpd_t:s0 tcontext=root:object_r:etc_runtime_t:s0 tclass=file Anyone?

Re: [PHP] is_writable() not working on PHP 5.1.6

2007-01-05 Thread lists
Thanks for your answer, It was a bit late because we already disabled selinux just to try, and it worked :) But hopefully this could help someone that bumps into the same problem. On a live webserver, what security issues would disableing the selinux cause? Any? Best regards, Peter

Re: [PHP] CSS and TablesL

2005-12-10 Thread Lists
On Dec 10, 2005, at 7:43 AM, Leonard Burton wrote: That is one thing I notice is convieniently left out of the tutorials. If they don't know about ctl+ why would I waste time reading their tutorial? When I come across a tutorial on replacing tables with CSS I look to see if it mentions the

Re: [PHP] CSS Switching

2006-01-09 Thread Lists
http://www.alistapart.com/articles/phpswitch/ or http://www.alistapart.com/articles/alternate/ maybees -dg On Jan 9, 2006, at 10:58 AM, Mike Tuller wrote: I am drawing a blank on how to go about doing this for some reason. I have a page that pulls info from a database, and I want to have a

[PHP] Help taking a string from a file

2006-01-14 Thread Lists
Hello List, I made something work, but probably in the most crappy way possible. My goal is to take just the HTML for the image and link from the Flickr badge js script. This is what I did, please help me do in a better way. I'd appreciate good sources to read to learn to strip stuff

[PHP] Get text from funky url?

2006-01-20 Thread lists
Hello, I am trying to get xml from AIM's new presence API. The url is unusual, it has quotes in it. Anyone know a way to get the text from this? http://api.oscar.aol.com/SOA/key=PandorasBoxGoodUntilJan2006/resource-lists/ users/*anonymous*/presence/~~/resource-lists/list[name=\users\]/[EMAIL

Re: [PHP] Get text from funky url?

2006-01-20 Thread lists
on 1/20/06 4:37 PM, Philip Hallstrom at [EMAIL PROTECTED] wrote: I am trying to get xml from AIM's new presence API. The url is unusual, it has quotes in it. Anyone know a way to get the text from this? http://api.oscar.aol.com/SOA/key=PandorasBoxGoodUntilJan2006/resource-lists/ users

Re: [PHP] PHP hosting with multiple domains?

2006-01-30 Thread Lists
On Jan 30, 2006, at 11:13 AM, Richard Davey wrote: I use Pair Networks (www.pair.com I vote Pair too. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Site bloated by images/method question added

2006-02-16 Thread Lists
I've already pushed up memory_limit in php.ini, but no good :( Any help would be apreciated. Warm Regards, MARG The site itself takes ages to appear. lol. Source code please! How is the site genereated? where are the images stored? Browser Activity on that page (quoted were long

[PHP] Re: Before you upgrade mod_php4 on FreeBSD!

2003-02-13 Thread lists
I too have been very dismayed by their decision to remove the CyberCash module. I'm consequently forced to never upgrade my PHP again as I depend on that module. Verisign, as you mention, *DOES* support Cybercash still, and switching to payflow will cost us money - not only with Verisign, but

[PHP] phpwebhosting + gethostbyaddr()

2003-03-02 Thread lists
- Original Message - From: erich [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 12:50 Subject: [PHP] gethostbyaddr woes for some reason i cannot retrieve a hostname using gethostbyaddr(). if it helps, my host is http://phpwebhosting.com/. i have asked them

[PHP] RegEx -- help

2003-10-10 Thread Lists
I do not know if this is the right list, but if someone could help me with the following I need a function that does this: function phone($num) { take num and remove anything that is not a number ex: () - / If there is not 1 at the start, add a one to the start of the number. make sure

[PHP] PHP source display

2003-10-10 Thread Lists
When I used apache 1.3 I could call a file with an extension of .phps and it would display formatted source. In apache 2.0 it does not do this Here is my config from apache 2.0 LoadModule php4_module modules/libphp4.so # # Cause the PHP interpreter handle files with a .php extension. # Files

Re: [PHP] PHP developers

2003-11-07 Thread Lists
Try Prosavvy.com On Fri, 7 Nov 2003, David T-G wrote: James, et al -- ...and then James said... % % Can anyone recommend a good place where I can find some talented PHP % contractors? That's been discussed on this list a few times before, so the archives may be of some help to you.

[PHP] Mysql question

2003-11-18 Thread Lists
I have a db in sql, and I need a php/mysql query/command to copy the entire db (schema and data) to a new db. I know how to do this with a table, but I can not figure out how to do this with a whole db. I also know that I could do it using mysql dump, but I don't want to have to run a shell

Re: [PHP] Mysql question

2003-11-18 Thread Lists
This is for an intranet application, I trust my users. Michael On Wed, 19 Nov 2003, Raditha Dissanayake wrote: Creating new databases is usually done with the mysql root account. Bad idea to use this account in a php script. Lists wrote: I have a db in sql, and I need a php/mysql query

Re: [PHP] Is a while loop the most efficient way to send out multiple emails?

2003-12-30 Thread lists
I currently run a few newsletters that go out to small groups of % 50 to 100 people. I use a while loop to send out the emails. I chose I have a module that does about about 100 emails (10Kb of data per email, which is a decent sized email) in 8 - 10 seconds. (Does around 610 - 625

RE: [PHP] CVS web front end

2004-05-29 Thread lists
tortoise is nice http://www.tortoisecvs.org/ -chris http://www.semioticpixels.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] CVS web front end

2004-05-29 Thread lists
As far as I can see, it have nothing to do with an web frontend? you're so right. I meant to send the link for horde http://www.horde.org/chora/ chris http://www.semioticpixels.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] CVS web front end

2004-05-29 Thread lists
To: [EMAIL PROTECTED] Subject: Re: [PHP] CVS web front end Lists wrote: As far as I can see, it have nothing to do with an web frontend? you're so right. I meant to send the link for horde http://www.horde.org/chora/ Are you able to check out files? check in etc.? As far as I can see

[PHP] general organization question

2004-10-12 Thread lists
Hi List, Im wondering what factors are at play in deciding to use require, include, file_get_contents and such when laying out a site. Like why use one template, or many - why use different pages rather than relying on variables. I'm also wondering about how I see {content} type stuff in

Re: [PHP] general organization question

2004-10-12 Thread lists
PM, Robert Cummings wrote: On Tue, 2004-10-12 at 16:19, lists wrote: Hi List, Im wondering what factors are at play in deciding to use require, include, file_get_contents and such when laying out a site. Like require() generates a fatal error if the target file doesn't exist. This means your

Re: [PHP] general organization question

2004-10-12 Thread Lists
On Oct 12, 2004, at 6:52 PM, Matthew Weier O'Phinney wrote: I haven't had much luck with PHP books when it comes to efficient coding techniques and site/application architecture. It's a niche that needs to be filled. Another thing you might want to research is the MVC pattern

Re: [PHP] How to load another php page?

2004-10-02 Thread Lists
Hmmm, I'm not sure I am following you. Maybe: header (Location: page.php); exit; So you could do something like: if this condition then go to new page, else go to other page? -dg On Oct 2, 2004, at 9:44 AM, Arnold wrote: I don't think include replaces the calling php script. What i mean is that

[PHP] general research question (maybe a little OT, sorry)

2004-10-07 Thread lists
Hi List, My boss recently called PHP good for hobbyists but REAL sites have to be done with Microsoft technologies. He wants to use Sharepoint for a wiki type site because of versioning. Can anyone point me to resources about versioning and inherent strengths and reliability of PHP? Thanks.

Re: [PHP] general research question(thanks!)

2004-10-07 Thread lists
Thanks for all the great replies. I will have fun preparing this particular report. -dg On Oct 7, 2004, at 1:00 PM, Matthew Sims wrote: Hi List, My boss recently called PHP good for hobbyists but REAL sites have to be done with Microsoft technologies. He wants to use Sharepoint for a wiki

Re: [PHP] php command to open a url?

2004-10-31 Thread Lists
header (Location: ./); exit; I use the above at the end of a authorization script, to direct back to a page. On Oct 31, 2004, at 12:03 PM, Ken Tozier wrote: I've been looking around in the php documentation for a couple of hours now but can't seem to find any functions to open a url in the

Re: [PHP] Help with Advanced Guestbook

2004-10-31 Thread Lists
It looks like you can change quite a bit by opening the body.php file in the templates folder. If you are using FP, if you haven't already, make sure to set it so it does not affect code. You might want to open that in Notepad to make sure though. On Oct 31, 2004, at 1:03 PM, Melanie wrote:

Re: [PHP] Help needed on php/mysql

2004-11-01 Thread Lists
Seeing the page might help. On Nov 1, 2004, at 2:52 AM, Garth Hapgood - Strickland wrote: I have written a registration page in php and have a number of edit boxes and drop-down lists. The lists are pulling data out of their respective tables, whereas the edit boxes are just for saving data. Now

Re: [PHP] Help needed on php/mysql

2004-11-02 Thread Lists
Hmmm...I'm not sure I'm following you. You just want to know how to deal with multiple drop down lists? Or do you want to be able to check and make sure all the mandatory selections have been chosen? -dg http://www.rexruff.com On Nov 2, 2004, at 4:58 AM, Garth Hapgood - Strickland wrote

[PHP] xslt fucntions

2004-11-04 Thread lists
hi wondering if anyone can help me with this one... im running php 4.3.9 on windows 98. im tryin to get the xslt functions working. i have follwed the instructions here: http://sniptools.com/vault/sablotron-xslt-php-apache-on-windows-and-a-basic-xslt-tutorial.htm i still am not getting them

Re: [PHP] endless loop

2004-11-24 Thread Lists
I think it depends on whether or not someone is watching it. On Nov 24, 2004, at 5:10 PM, Dustin Krysak wrote: Hi there I was making a script that had a loop, and ended up with a endless loop by accident. Now if that script is executed on the server - does the script die as soon as the

[PHP] PHP XSLT question

2004-11-29 Thread Lists
I'm presently reading Using XSLT and have created their examples using PHP and sablotron to render HTML from XML and an XSL template. I understand the value of using XSLT to render XML, but what is the advantage or reasons for generating XML from a database and rendering it to HTML using XSLT

Re: [PHP] Quick file_get_contents() questions...your opinion needed

2004-10-11 Thread lists
Im kinda bummed, I tried to us it last night and discovered I could not use it because Pair Networks disables the ability, can't include either. from their newsletter: Lately, the most common method of exploit has been to pass a variable to a PHP script which does not sufficiently check the

Re: [PHP] Graphs

2007-02-02 Thread Lists
[EMAIL PROTECTED] skrev: I would like to add some graphing capability to an app of mine. What package is recommended? I don't need anything too fancy, just some bar graphs, pie charts, etc. Thank you in advance. Take a look a at: http://www.java2s.com then click on PHP in the menu and

Re: [PHP] OT - Regular Expression

2007-02-09 Thread lists
Hi, I was not having PHP on the machine I am reading this email for the moment. But I tried to use it together with egrep, but it didn't work. Maybe egrep is using different syntax for these lookaheads, but with other tests it has been working same as for preg_match in PHP. As you see

RE: [PHP] PHP+MySQL website cache ? Yes/No

2007-02-25 Thread lists
Quoting Martin Zvarík [EMAIL PROTECTED]: I did a benchmark with and without caching to HTML file and it's like: 0.0031 sec (with) and 0.0160 sec (with database) I know these miliseconds don't matter, but it will have significant contribution in high-traffic website, won't it? Martin -- PHP

Re: [PHP] exec from process (deamon) without shell

2007-03-01 Thread lists
Quoting Roman Neuhauser [EMAIL PROTECTED]: # [EMAIL PROTECTED] / 2007-03-01 18:28:35 +0200: #/thepathtophp ?php exec(ls -lrt, $stdout, $exitcode); if($exitcode!=0) { echo Command ls -lrt could not be executed correctly. Exit code: $exitcode\n; } else { echo

Re: [PHP] exec from process (deamon) without shell

2007-03-01 Thread lists
Quoting Roman Neuhauser [EMAIL PROTECTED]: # [EMAIL PROTECTED] / 2007-03-01 18:28:35 +0200: #/thepathtophp ?php exec(ls -lrt, $stdout, $exitcode); if($exitcode!=0) { echo Command ls -lrt could not be executed correctly. Exit code: $exitcode\n; } else { echo

[PHP] Rewriting urls

2007-03-26 Thread lists
Hi, I am having some problems getting my mod_rewrite to work on my development server. On my production server (linux) this works fine. But on my development server it woun't work. I have a file basicpage.php that is located in the webroot. I then have a .htaccess file with the following

[PHP] define() an array?

2007-04-20 Thread lists
Hi, I thought I could define() and array. However, when I do this: define(THECONSTANT, array(1,2,3)); print_r(THECONSTANT); it prints THECONSTANT and not the array :( according to the manual: bool define ( string $name, mixed $value [, bool $case_insensitive] ) And isn't mixed of any type?

[PHP] Creating process and do actions with signals

2007-05-23 Thread lists
Hi, I have this script testing.php that I run on a Linux machine thru the command line. In the end of the file you see two cases. One where it is just having a while(true) loop doing nothing, and the other calling an other script that is doing nothing but doesn't exit. When I send

[PHP] Happy 1234567890 day!

2009-02-13 Thread Lists
:-) Donovan -- =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o D. BROOKE EUCA Design Center WEB: http://www.euca.us =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Dynamic Form 'on The Fly'

2009-03-20 Thread Lists
O.K., I may get a back lash.. but I can't resist making a very small plug here for our server side language, WebDNA. Here is the same code in WebDNA: The Form: [loop start=1end=3] input name=go_[index] value= / [/loop] The Recieving page code (loop): [formvariables name=go_exact=F]

Re: [PHP] Dynamic Form 'on The Fly'

2009-03-20 Thread Lists
tedd wrote: [snip] No problem here -- I'm open to all languages. The OP posted his question on a php list and that's the reason why I responded with a php solution. Now, can you show me how to pull data from a mysql database so that the input statements can be created dynamically? Cheers,

Re: [PHP] Dynamic Form 'on The Fly' OT

2009-03-21 Thread Lists
George Larson wrote: [snip] Donovan: There's no powers that be on this list. The closest is Dan and we all ignore him. :-) Next question -- how do you keep login's and passwords safe? Is the following not embedded in the html? [SQLConnect

Re: [PHP] Mac OS X + Apache2 + Dynamic Libraries

2009-03-30 Thread Lists
Stutter Stutters wrote: I've been wrestling with mac os x + php 5.2.6 off and on for a few months to get it to load the memcache.so and imagick.so extensions. When I executed php on the command line `php -i | grep imagick` or `php -i | grep memcache` the output shows that imagick and memcache

Re: [PHP] Re: [PHP-INSTALL] Mac OS X + Apache2 + Dynamic Libraries

2009-03-30 Thread Lists
Stutter Stutters wrote: I used Pecl to install memcache and imagick, I ran the command you mentioned and this was the output: $ file /usr/lib/php/extensions/no-debug-non-zts-20060613/memcache.so /usr/lib/php/extensions/no-debug-non-zts-20060613/memcache.so: Mach-O bundle i386 I don't see

[PHP] Modifying arrays in place that are stdClass arrays

2009-04-06 Thread Lists
Hello, I have not had a lot of opportunity to deal with stdClass objects in php. This should be a simple one. I have been plagued with failure for far too many hours, so I bring it to the more experienced. I have $result = imap_fetch_overview(...) which returns a large stdClass object,

Re: [PHP] Re: Best Practices for Hiding Errors

2009-04-06 Thread Lists
Good advice, what I usually do is a conditional to turn it all off except for a set of IP addresses that I work at. On Mon, Apr 6, 2009 at 3:52 PM, Shawn McKenzie nos...@mckenzies.net wrote: George Langley wrote:       Hi all! Have a question about hiding PHP errors from the end user.       I

Re: [PHP] 800 pound gorilla

2009-04-20 Thread Lists
Marc Christopher Hall wrote: Sun buys MySQL and now Oracle buys Sun (not final, yet). What will happen with the main db we PHP'ers have come to know and love especially since v 5 Sorry Marc, meant to send this to the list... I don't know what to think of this yet. Oracle has always competed

Re: [PHP] checkboxes

2009-04-22 Thread Lists
PJ wrote: How to deactivate checkboxes when one in a series is checked? input type=checkbox name=choice[1]another input input type=checkbox name=choice[2]another input1 input type=checkbox name=choice[3]another input2 input type=checkbox name=choice[4]another input3 So that only 1 of the other

Re: [PHP] checkboxes

2009-04-23 Thread Lists
tedd wrote: At 4:58 PM -0400 4/23/09, PJ wrote: tedd wrote: http://php1.net/a/edit-db-demo/ H I've looked at your demo and, frankly, don't see it working. When I enter names and click on one of the search buttons, I don't get sane results. For instance, entering Johnson in

Re: [PHP] I need ideas for things to code

2009-04-27 Thread Lists
Govinda wrote: I'd love a good time log/billing app. I currently use http://www.getharvest.com/ but it is too expensive for such a small operation as me. But I LOVE the features. BTW, what are you all (especially you who are one-man contractors like me) using to keep track of your time..

Re: [PHP] $_session/$_cookie trouble

2009-04-28 Thread Lists
Gary wrote: Thanks again, dont see any DOM As I mentioned I am no longer getting error message, but not sure it is working. I have this at the begining of the first file. ?php session_start(); setcookie('sale_cookie','$sale_value', time()-3600);

Re: [PHP] Re: $_session/$_cookie trouble

2009-04-28 Thread Lists
Andrew Hucks wrote: $sale_value would have worked if it hadn't been in single quotes, I believe. (Assuming it was populated.). Which it wasn't.. ;-) according to Gary's last post. He assigned it now with 'sale'.. however, I think it should rather be in double quotes (sale) if he wants to get

Re: [PHP] Shopping Cart

2009-05-20 Thread Lists
Bob McConnell wrote: They are all going to the same place, so what is wrong? To address your question, credit cards are not easy. As soon as you set up a site to accept them you must conform to a number of security and interface requirements. If you have never done it before, either hire

Re: [PHP] Really basic PHP questions -- newbie here!

2009-05-20 Thread Lists
Ellen Heitman wrote: Hello! I would really appreciate some answers to a few basic questions. I have done some research online, but it would greatly help me to get direct answers. 1. If my site needs to be available to many browsers, including those that may not be entirely up-to-date, is PHP a

Re: [PHP] table-less layouts; Ideas welcome

2009-05-21 Thread Lists
Jim Lucas wrote: Jim Lucas wrote: Since this has been a topic of dicussion, I figured I would add my thoughts. I have been toying with the idea of doing a table-less layouts involving tabular data, calendars, etc... Recent threads have finally made me do it. Let me know what you think.

Re: [PHP] Re: table-less layouts; Ideas welcome

2009-05-25 Thread Lists
Paul M Foster wrote: [snip] I wish someone had thought of a similar thing for databases. From the beginning, there should have been a spreadsheet-like interface for databases. This could have saved endless trouble, since for lack of this, people store database information in spreadsheets. And

Re: [PHP] Re: PHP vs ASP.NET

2009-06-01 Thread Lists
ASP (Classic) and ASP.NET = two different things. en.wikipedia.org/wiki/Active_Server_Pages Personally, I don't see a reason for putting anyone, or any company through the torture of building web apps with .NET. ...VBSCRIPT for the web just doesn't make sense to me with the other solutions

Re: [PHP] Re: PHP vs ASP.NET

2009-06-01 Thread Lists
haliphax wrote: On Mon, Jun 1, 2009 at 2:18 PM, Lists li...@euca.us wrote: ASP (Classic) and ASP.NET = two different things. en.wikipedia.org/wiki/Active_Server_Pages Personally, I don't see a reason for putting anyone, or any company through the torture of building web apps with .NET

Re: [PHP] Re: PHP vs ASP.NET

2009-06-01 Thread Lists
Daniel Brown wrote: On Mon, Jun 1, 2009 at 17:08, Lists li...@euca.us wrote: I usually prefer a language called WebDNA [...] [snip!] -- =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o D. BROOKE EUCA Design Center WebDNA Software Corp

Re: [PHP] Web application design considerations - a good reference ?

2009-06-02 Thread Lists
Angus Mann wrote: Hi all. I'm working on a PHP project for my own personal business use. It will handle billing and invoices as well as payments and time management, bookings, appointments and a few more. I may add things like personal messaging between the various users and a customer login

Re: [PHP] CMS

2009-07-08 Thread Lists
Miles Thompson wrote: [snip]d they're OK. We have probably standardized on Drupal. The big advantage is that they manage all the CRUD, and you spend 80% of your time bending either one to do the non-standard 20% which you absolutely *must* have. [snip] I think that is the krux of it for me...

Re: [PHP] Weird domain seting in setcookie()

2009-07-14 Thread Lists
Michelle Konzack wrote: [snip] so, I have set the the domain explicit to myspace.tdwave.net which should register the cookie as it is according to the PHP manual or not? Thanks, Greetings and nice Day/Evening Michelle Konzack the above will still make the cookie available to:

Re: [PHP] eval and HEREDOC

2010-07-20 Thread lists
On Wed, 21 Jul 2010 01:04:12 +0300, Sorin Buturugeanu m...@soin.ro wrote: Hello Vincent and thank you for your reply :). That's true, I forgot to explain how I got to using HEREDOC, so .. Using eval(file_get_contents($file)) just outputs the result on the spot and I need to

[PHP] PHPCaptcha / Securimage 2.0.2 - Authentication Bypass - SOS-11-007

2011-05-20 Thread Lists
Sense of Security - Security Advisory - SOS-11-007 Release Date. 20-May-2011 Last Update.- Vendor Notification Date. 04-Apr-2011 Product.Securimage / PHPCaptcha Platform. PHP Affected versions. 1.0.4 - 2.0.2

[PHP] php-cli-shebang

2011-06-07 Thread Lists
Windows Server 2003 PHP fastcgi 5.2 Hello, I am needing to call a php script from another language, so I am using cli. I have it basically working but have a couple questions. First, what is the (suggested) '-q' flag for in the shebang script? last, my shell is returning the actual call

Re: [PHP] php-cli-shebang

2011-06-07 Thread Lists
Lists wrote: Windows Server 2003 PHP fastcgi 5.2 O.K. '-q' is quiet mode (no header info), which works better when not using the -f flag when calling the script (it appears). anyway, I solved my issues with a work around, so no worries. Donovan -- dbrooke -- PHP General Mailing List

Re: [PHP] php-cli-shebang

2011-06-08 Thread Lists
Joe Francis wrote: why not using php.exe instead of php-cgi.exe as a parser ? Thanks for pointing that out... didn't have any reasoning, but since your post, I've learned the difference and have changed the script. Donovan -- dbrooke -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Finding out what week it is

2002-05-15 Thread PHP lists
$week = date(W); DOJ Is there any way to determin what week of the year it is, for example to DOJ day it is the 20th week of the year. DOJ Thanks DOJ http://www.atom.is/ DOJ Davíð Örn Jóhannssson DOJ Vefforritari DOJ DOJ Atómstöðin hf. DOJ

  1   2   3   4   5   6   7   >