Re: [PHP] PHP XML

2004-10-27 Thread Dan Joseph
. What methods are best suited for something like that? Would it be best Side One to open a socket up to Side Two and send it thru that way? I'm open to suggestions... -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP XML

2004-10-27 Thread Dan Joseph
tomorrow to see if his Side One can handle that.. thanks for the tip. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Automatic Form processor

2004-10-20 Thread Dan Joseph
-mail our web page output. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Automatic Form processor

2004-10-19 Thread Dan Joseph
=submit You could use a foreach... foreach ( $_POST as $key = $value ) { if ( substr( $key, 0, 4 ) == quest ) echo $value: $key\n; } -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Mixing classes

2004-10-18 Thread Dan Joseph
? I've looked for a solution for some time now, to no result. What about extending the classes? Have you thought about something along those lines? -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] people/projects looking for developers...

2004-10-18 Thread Dan Joseph
to be revenue generating businesses. www.itmoonlighter.com is one that I use to use. It has both companies looking to find developers for their projects, and developers looking for extra work. I'm sure there are other sites, but I can't think of 'em. -Dan Joseph -- PHP General Mailing List (http

Re: [PHP] intenger

2004-10-14 Thread Dan Joseph
Please, i need output a intenger, what function can i use for this?. Print?, echo? $i = 12; echo $i; -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] User Defined Forms

2004-10-14 Thread Dan Joseph
, and the user who has rights to use it. This doesn't sound real difficult, but time consuming. Does that make sense? -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] For how long session exist

2004-10-14 Thread Dan Joseph
is set there. Otherwise, yes, as soon as the browser is closed. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] replacing characters in a string

2004-10-14 Thread Dan Joseph
This should be simple but having never have done it before and at deadline...help please. Need to change: [EMAIL PROTECTED] to; user=domain str_replace() is what you want... $var = str_replace( @, =, $oldvar ); -Dan Joseph -- PHP General Mailing List (http://www.php.net

Re: [PHP] SSI and PHP

2004-10-13 Thread Dan Joseph
is set up as CGI. Anyone know of any good work around tricks? I've moved to using include(), I can't use SSIs either. Is this a viable option for you? Do you maybe have some code examples we could take a look at to help you further? -Dan Joseph -- PHP General Mailing List (http

Re: [PHP] creating a folder in php

2004-10-12 Thread Dan Joseph
a good debugger? -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] config.php

2004-10-11 Thread Dan Joseph
Is there anyway of creating a config.php file on the fly using a form. There is... however, that's kind of a broad question. What sort of config file are you trying to build? -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] spaces in select

2004-10-11 Thread Dan Joseph
=United States of America. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Zend Optimizer not installed

2004-10-01 Thread Dan Joseph
Hi, Does anyone know of a hosting company that will provide Zend Optimizer v2.1.0 or later on a VIRTUAL hosting package. (preferably in the UK) www.1and1.co.uk -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Naming conventions

2004-10-01 Thread Dan Joseph
to use. You could google that. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Replace or regex?

2004-09-30 Thread Dan Joseph
that helps.. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Zend PHP Certification test

2004-09-30 Thread Dan Joseph
Hi, I'd be interested in hearing your honest feedback after you take it, whether privately or on this list. Hopefully ZCE becomes a respected acronym, unlike MCSE. :-) I passed. I thought the test was very challenging. The areas I found most Congrats! -Dan Joseph -- PHP General

RE: [PHP] Zend PHP Certification test

2004-09-30 Thread Dan Joseph
Hi, You can win a free pass to take the exam by being the first to solve this puzzle: http://shiflett.org/archive/55 Which part on this page is the puzzle? -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] password-protecting with PHP, help plz

2004-09-21 Thread Dan Joseph
. htaccess at the OS level (linux/unix), using Windows IIS to set a password on a directory or fiels, or you can utilize Sessions. What exactly are you trying to accomplish? -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] List Etiquette

2004-09-20 Thread Dan Joseph
Hi, Happy top posting, Have fun driving on the wrong side of the road. Hey that can be fun! Especially in crowded downtown areas. It's a real challenge! -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] PHP accelerators

2004-09-16 Thread Dan Joseph
Hi, Besides Zend, has anyone successfully used and know of any PHP accelerators that work with PHP 5.x? There are others? -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] PHP accelerators

2004-09-16 Thread Dan Joseph
Hi, http://www.php-accelerator.co.uk/ http://pecl.php.net/package-info.php?package=APC http://turck-mmcache.sourceforge.net/ Oh wow, I had no idea. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] iguanahost - anyone else being plagued?

2004-09-15 Thread Dan Joseph
I've done the same thing. Most likely its an auto-response msg from them after we reply to anything on this list. I can't read the language its in personally. I wrote abuse several times, I get the same msg back. -Dan Joseph -Original Message- From: Nick Wilson [mailto:[EMAIL

RE: [PHP] Coding Blues - Parse Error

2004-09-15 Thread Dan Joseph
Hi, You don't have a ; at the end of the line. You have $this-db = $db and you should have $db;. -Dan Joseph -Original Message- From: Yusuf [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 15, 2004 11:19 PM To: [EMAIL PROTECTED] Subject: [PHP] Coding Blues - Parse Error

RE: [PHP] Re: MSSQL, PHP and Linux

2004-09-14 Thread Dan Joseph
help. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Session time out

2004-09-14 Thread Dan Joseph
Hi, Depending on the time out time set in the php.ini, they will expire after that many minutes of inactivity, or when the browser is closed. -Dan Joseph -Original Message- How do sessions 'time out'? Especially if using and SID in the query string (not a good idea, I know

[PHP] Security - Semi OT

2004-09-14 Thread Dan Joseph
an outsider check thru it. I'm basically looking for some quotes so I can present them to my friend. Let me know. -Dan Joseph

RE: [PHP] PHP: Supported OS

2004-09-09 Thread Dan Joseph
are wondering what browsers on which OSes will display PHP pages, all of them, PHP is server side. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] What's faster? MySQL Queries or PHP Loops?

2004-09-08 Thread Dan Joseph
server each time. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Users of RDBMS

2004-09-08 Thread Dan Joseph
-Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 3:37 PM To: Pahlevanzadeh Mohsen; [EMAIL PROTECTED] Subject: RE: [PHP] Users of RDBMS [snip] I need to create user for MySQL. Please guide me.. [/snip] I will guide you

RE: [PHP] Users of RDBMS

2004-09-08 Thread Dan Joseph
Hi, PHP != MySQL http://dev.mysql.com/doc/mysql/en/index.html Shouldn't that be: if ( PHP != MySQL ) { Header( Location: http://dev.mysql.com/doc/mysql/en/index.html; ); } -Dan Joseph -- PHP General Mailing List (http://www.php.net

RE: [PHP] Dynamic Class Methods

2004-09-07 Thread Dan Joseph
Fatal error: Call to undefined function: b() in /home/tech/web/testboard/implements.php on line 21 $a-b(); You don't have a function b() defined in class cls_a. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

FW: [PHP] Dynamic Class Methods

2004-09-07 Thread Dan Joseph
I am not nearly as stupid as you are. You're the one who can't get it to work, not me. -Dan Joseph -Original Message- From: Mathieu Dumoulin [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 07, 2004 10:56 AM To: 'Dan Joseph' Subject: RE: [PHP] Dynamic Class Methods ... are u stupid

RE: [PHP] Session understanding

2004-09-02 Thread Dan Joseph
the browser windows before opening the new one? If not, the session will be held onto until it expires from inactivity. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Regex for Validating URL

2004-09-02 Thread Dan Joseph
admit that harshness runs rampid on this list, there are times that maybe it is in order. If that time is now or not is a moot point at the moment. Let's get back to peaceful exchange of PHP pleasantries. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

RE: [PHP] Html pages generated with php can't be viewed as source in IE

2004-09-01 Thread Dan Joseph
Yeah, IE bugs... Clear your cache, if that doesn't work, go into the file system, and manually delete the cache files. That'll fix it, for a while. -Dan Joseph -Original Message- From: Brent Clements [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 01, 2004 9:36 AM To: [EMAIL

RE: [PHP] Html pages generated with php can't be viewed as source in IE

2004-09-01 Thread Dan Joseph
LOL... Formatting my drive didn't help, it came back eventually. :) This has been an issue since IE 4.0. Go Microsoft! -Dan Joseph -Original Message- From: Pablo Rivas [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 01, 2004 10:04 AM To: [EMAIL PROTECTED] Subject: Re: [PHP

RE: [PHP] MSSQL, PHP and Linux

2004-09-01 Thread Dan Joseph
Hmm, I do see the MS SQL listed under DBX, but I don't see the --with=mssql in the configure line. Only psql and mysql. Does that need to be in there also? -Dan Joseph -Original Message- From: blackwater dev [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 01, 2004 1:19 PM

RE: [PHP] PHP Oficial Certification

2004-08-31 Thread Dan Joseph
to dispel, and it shows how powerful perception can be. Myth it is for sure. We've passed 7 security audits in a row here. All PHP systems. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] PHP Oficial Certification

2004-08-27 Thread Dan Joseph
Hmm... there are no practice exams posted... I just saw that: http://www.phparch.com/cert/ -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] PHP Oficial Certification

2004-08-27 Thread Dan Joseph
, meaning, they send them out for training, they get certified, and the employer sees the training was completed successfully. Its good that there's a PHP Cert, PHP/Zend should endorse one. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

RE: [PHP] Exporting Dbase to CSV

2004-08-26 Thread Dan Joseph
to screen in CSV format but that just means massing about with copy and paste. Has anyone got any suggestions...? -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] [OFF] Double charges to credit cards

2004-08-20 Thread Dan Joseph
until the time of shipping, and that if the card was declined, they contact you then. That's how it seems to me, but I don't really know. Hope that helps. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Object Fatal Error?

2004-08-18 Thread Dan Joseph
= mysql_fetch_array( $results ); return $data; } } -Dan Joseph

[PHP] SQL Functions

2004-08-10 Thread Dan Joseph
the rows, however, I cannot see a decent way of doing this. I've played with putting it into a new array, but I can't decide if that's the best way to do it. Wondering if I could get some opinions on how you all would handle this? -Dan Joseph

RE: [PHP] SQL Functions

2004-08-10 Thread Dan Joseph
; } Then I am doing a foreach on the returned $array: foreach ( $jack as $data ) { echo $data['id']; } Seems to work ok. Thanks for the information. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

RE: [PHP] SQL Functions

2004-08-10 Thread Dan Joseph
Hi, $array = array(); $results = mysql_query( $sql, DB::connect() ); while($data = mysql_fetch_array($result)) { $array[] = $data; } return $array; No need to loop through $data. Ahh, thanks for that tip. That's much cleaner. -Dan Joseph -- PHP General Mailing List (http

RE: [PHP] SQL Functions

2004-08-10 Thread Dan Joseph
Hi, Would there be any speed/performance issuse with using something like... array_push ( $array, $data ); vs. $array[] = $data; They seem to react the same in my test script. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

RE: [PHP] SQL Functions

2004-08-10 Thread Dan Joseph
.html I'm building a class for use with our PHP applications. Packages like what you've linked me to are nice, but we need a little flexibility here, so we're writing a few methods of our own. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

RE: [PHP] SQL Functions

2004-08-10 Thread Dan Joseph
have to rely on installing any of these libraries. Something I have no option to do without going thru a lot of red tape. Its just not worth the hassle, and this method works ok for what we need. Its not a complex set of anything. Its just a couple simple methods. -Dan Joseph -- PHP General

RE: [PHP] what is difference between php and perl

2004-07-22 Thread Dan Joseph
for dynamic web pages, Perl was designed to be a unix programming language that evolved. -Dan Joseph #!/usr/bin/perl print HTTP/1.0 200\r\n; print Content-Type: text/html\r\n; print Set-Cookie: SESS=123fdfd...\r\n print Connection: close\r\n; print Cache-Control: no-store..\r\n; print Pragma

RE: [PHP] textarea/display question...

2004-07-20 Thread Dan Joseph
Hi, With textarea, there is no value... textarea$foo/textarea -Dan Joseph $foo = 'tabletrtd class='red'blah/td/tr/table'; textarea value='$foo'/textarea -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Money format

2004-07-20 Thread Dan Joseph
be a start. -Dan Joseph -Original Message- From: Luk Moravec - PTV Servis [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 20, 2004 2:10 PM To: [EMAIL PROTECTED] Subject: [PHP] Money format Hi to all, is there any function wich can format a double or string into money format.for example

RE: [PHP] Detecting if browser is using a HTTP or HTTPS connection to view the page

2004-07-13 Thread Dan Joseph
Hi, if ($_SERVER[HTTPS] != on) { $newurl = https://; . $_SERVER[SERVER_NAME] . $_SERVER[REQUEST_URI]; header(location: $newurl); die; } That's how I do it.. -Dan Joseph Is there a way to detect if a browser is using a HTTPS

RE: [PHP] Detecting if browser is using a HTTP or HTTPS connection to view the page

2004-07-13 Thread Dan Joseph
Hi, That code I sent is running on a Cobalt Linux server. -Dan Joseph -Original Message- From: Jamie [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 3:37 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Detecting if browser is using a HTTP or HTTPS connection to view the page

RE: [PHP] Detecting if browser is using a HTTP or HTTPS connection to view the page

2004-07-13 Thread Dan Joseph
Hi, Can you post your code so we can look at it? -Dan Joseph -Original Message- From: Jamie [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 4:48 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Detecting if browser is using a HTTP or HTTPS connection to view the page

[PHP] PHPEclipse?

2004-07-12 Thread Dan Joseph
Hi, I was wondering, is anyone running Eclipse 3.0 w/PHPEclipse 1.1.0? I'm having trouble getting it working. I downloaded the July .ZIP file and unzipped it into the plugins directory. Its not recognizing it. Anyone have this working? -Dan Joseph -- PHP General Mailing List (http

RE: [PHP] OO woes

2004-07-12 Thread Dan Joseph
Hi, Doesn't sound like an OO issue, sounds like you're kiling the query with the '. You should go thru and maybe do an str_replace( ', \', $_POST['test'] ) on all your post variables. -Dan Joseph -Original Message- From: Matthew Sims [mailto:[EMAIL PROTECTED] Sent: Monday

RE: [PHP] PHPEclipse?

2004-07-12 Thread Dan Joseph
LOL.. I read all these PHPEclipse is great! reviews. It relaly does look good. Bummer you couldn't get it working either. I have EPIC installed, a Perl plug-in, its working fine, so I know plugins are working. Ahh well, maybe someone will read the list and have an answer. -Dan Joseph

RE: [PHP] PHPEclipse?

2004-07-12 Thread Dan Joseph
How did you get it installed? Did you just extract the zip into the plugins directory? -Dan Joseph -Original Message- From: Andrei Verovski (aka MacGuru) [mailto:[EMAIL PROTECTED] Sent: Monday, July 12, 2004 4:36 PM To: [EMAIL PROTECTED] Cc: Dan Joseph Subject: Re: [PHP

[PHP] TIFF images

2004-06-25 Thread Dan Joseph
error. I'm really at a loss as what to do. I'm willing to explore other solutions to display the TIFF images also. Can anyone please help? -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] TIFF display problem...

2004-06-21 Thread Dan Joseph
and display it on the page. I was using JPGs before and now need to display TIFF files. We have the plugins for IE all setup. Could someone tell me how I could fix this? I'm at a complete loss... -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

RE: [PHP] TIFF display problem...

2004-06-21 Thread Dan Joseph
Hi, Yeah, positive, I should probably clarify more. session_start(); is what causes it not to display, and gives me the error. The error is that the site cannot download the file. -Dan Joseph -Original Message- From: Matt Matijevich [mailto:[EMAIL PROTECTED] Sent: Monday

RE: [PHP] TIFF display problem...

2004-06-21 Thread Dan Joseph
Hi, The only problem with turning them off is I need the page to be secured. My only option is session tracking. -Dan Joseph -Original Message- From: Matt Matijevich [mailto:[EMAIL PROTECTED] Sent: Monday, June 21, 2004 4:42 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED

RE: [PHP] TIFF display problem...

2004-06-21 Thread Dan Joseph
Hi, that probably would work better, however, the if control isn't what's fouling it up. I can omit that and leave session_start() in there, and its fouled up. Session_start() is the culprit. -Dan Joseph -Original Message- From: Daniel Clark [mailto:[EMAIL PROTECTED] Sent

RE: [PHP] TIFF display problem...

2004-06-21 Thread Dan Joseph
Hey Matt, That was the trick, thanks.. I passed that function... what is it... session limit cache something or another. Worked like a charm! Thanks much! -Dan Joseph -Original Message- From: Matt Matijevich [mailto:[EMAIL PROTECTED] Sent: Monday, June 21, 2004 5:02 PM

[PHP] file separator...

2004-01-30 Thread Dan Joseph
it is they're looking for? -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] date convertion

2003-12-09 Thread Dan Joseph
function. So any ideas? Check out date() and mktime(). Example: date( m, d, Y, mktime( 0, 0, 0, MM, DD, YYY ) ); You'll have to check the date() page for more info on which letters to use to get the format you want. -Dan Joseph -- PHP General Mailing

RE: [PHP] trim...

2003-11-26 Thread Dan Joseph
Hi, $body = pblurb blah phappy days pend of text; $body = trim($body); $body now should output: pblurb blah\nphappy days\npend of text but it doesn't...? does trim($body, 0x0A) fix your problem? Do you want to strip everything and leave \n in there? -Dan Joseph

RE: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread Dan Joseph
this is all a debate with no cause. The list owners seem adament in not changing the configuration of the list server. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread Dan Joseph
Hi, True. But maybe instead of *switching* they can just use *another* mail client for mailing lists? ;) Unfortunately not everyone has this luxury. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] array confusion...

2003-11-24 Thread Dan Joseph
] = 4 [C05] = 4 ) Now, the problem I'm having is that when I echo $array['C06'] and $array['C07'] I'm getting (nothing..). Could someone point out how this can be, and what I've done wrong? -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe

RE: [PHP] array confusion...

2003-11-24 Thread Dan Joseph
Hi, I think you might have some letter 'O's instead of the number 0. Notice that you have CO1 and C01 when you print_r. They are different keys. I think you are correct! hahaha... oh man, one of those Mondays! Thank you sir! -Dan Joseph -- PHP General Mailing List (http

RE: [PHP] Curious about something....

2003-11-21 Thread Dan Joseph
to use for each project. Unfortunately, I can't just always recompile PHP everytime I want to use a different one, and was trying to find some justification for this. I've decided that I'm gonna go thru and get a list of all the libraries I want to enable, and do it all at once when I can. -Dan

RE: [PHP] PHP-Only Polling Script?

2003-11-20 Thread Dan Joseph
it crashed on. Myabe ASP.NET doesn't. I've never actually seen ASP.NET report errors to the browser.. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Curious about something....

2003-11-20 Thread Dan Joseph
Hi, Is there any particular advantage to having the default PHP install exclude a lot of useful modules such as mcrypt, cli, sockets, etc? -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] HTTP Authentication thru PHP

2003-11-19 Thread Dan Joseph
Hi, But the above is not working when the $username contains a trailing semicolon or when the $password is starting with a semicolon, Ex: what if the $username =chandu: Is there any solution for this ? You could use str_replace to strip those before they get used. -Dan Joseph

RE: [PHP] Anti Anti-Template Commentary :)

2003-11-18 Thread Dan Joseph
. hehe.. I think its kind of like debating gambling. There's always going to be those who'd rather write PHP code, and those who want to use pre-made systems. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Microsoft .NET arguement

2003-11-17 Thread Dan Joseph
, and in some cases, PHP might have a few more shortcuts. Maybe they're using some visual editors to speed them up? -Dan Joseph -Original Message- From: Mike R [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2003 11:07 AM To: [EMAIL PROTECTED] Subject: [PHP] Microsoft .NET

RE: [PHP] Microsoft .NET arguement

2003-11-17 Thread Dan Joseph
the whole OS vs OS arguments, and Code vs Code arguments (in regards to security) are humorous. Yes, get a good firewall, and have an auditor audit your system and code. That will give you a secure environment. -Dan Joseph -Original Message- From: Mike R [mailto:[EMAIL PROTECTED] Sent

RE: [PHP] Microsoft .NET arguement

2003-11-17 Thread Dan Joseph
by tightening up the firewall so that nothing goes in or out. ...and everyone needs to keep in mind that there isn't a 100% secure operating system, or server environment. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] can I license a php script?

2003-11-14 Thread Dan Joseph
remember what it was called. -Dan Joseph -Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: Friday, November 14, 2003 5:28 PM To: [EMAIL PROTECTED] Subject: [PHP] can I license a php script? I am planning on writing a program in PHP and, hopefully sell it for a few dollars

RE: [PHP] resource handle - keeping alive?

2003-11-10 Thread Dan Joseph
for the server side because I felt it was the way to implement it with our current setup. I don't know if that helps, but maybe it could give you some other things to think about in solving this dilema. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

RE: [PHP] resource handle - keeping alive?

2003-11-10 Thread Dan Joseph
= process_response( fgets( $fp ) ); printf( %s - %s, process_code( $response['code'] ), $response['msg'] ); fclose( $fp ); } Hope that helps... -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

RE: [PHP] Pausing in PHP

2003-11-10 Thread Dan Joseph
Hi, Is there a PHP function that would allow the script execution to pause 'N' seconds? This is analogous to the dBase inkey() function. sleep(20); 20 = seconds -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

RE: [PHP] Site Security

2003-11-05 Thread Dan Joseph
characters malliciously. Things like that. Try and break into the site w/o logging in. We paid for a security audit from a company called @stake (www.atstake.com). If you can afford it, I'd contract someone to audit you. -Dan Joseph -- PHP General Mailing List (http://www.php.net

[PHP] split ...

2003-11-04 Thread Dan Joseph
|322270275|C|5011028171||9|5a|2003-11-03 Could someone point me in the direction of correcting this? I have no idea what REG_EMPTY is referring to, and have changed the code around in a couple different ways.. Thanks in advance. -Dan Joseph -- PHP General Mailing List (http://www.php.net

RE: [PHP] split ...

2003-11-04 Thread Dan Joseph
Hi, Thanks, that worked like a charm. I didn't realize that | was a special character, that's good to know. I also agree with the explode method. Seems quicker. Thanks! -Dan Joseph The | character is a special character in regular expressions, which split() expects. So, you can

RE: [PHP] Accounting package

2003-10-27 Thread Dan Joseph
Hi, I have a need for a very simple financial accounting package which is webbased. Although its not written in PHP, www.sql-ledger.org is a nice one. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Php/mysql error....why?

2003-10-24 Thread Dan Joseph
`%0123456789%'; You have a ` instead a ' before the %0123. I believe that is what is causing your grief. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] command line arguments

2003-10-22 Thread Dan Joseph
array or $ARGV, but I am mistaken... can only refresh me? searching did no good. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] command line arguments

2003-10-22 Thread Dan Joseph
Ahh ok, yeah, $_SERVER['argv'][1] works like a charm, thanks. Use $argv, that failing it definately works with $_SERVER['argv'] -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] (ANNOUNCE) New PHP mailing list *searchable* archives

2003-10-21 Thread Dan Joseph
Hi, I wanted to let you know about a new initiative that php|architect has launched: the Searchable PHP Mailing List Archive, which can be found at http://phparch.com/mailinglists. 3 words... YOU DONE GOOD! -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

RE: [PHP] Re: php|cruise - do unto others...

2003-10-20 Thread Dan Joseph
Hi, if there's enough loose change involved, i'd almost be willing to drive around and collect it. :) -Dan Joseph -Original Message- From: Robert Cummings [mailto:[EMAIL PROTECTED] Sent: Monday, October 20, 2003 3:53 PM To: Didier McGillis Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED

Re: [PHP] Looking for a programmer designer to hire

2003-10-16 Thread Dan Joseph
www.itmoonlighter.com -Dan Joseph Are there any sites I can post a bid request for programmers and graphic designers? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] looking for a verification...

2003-10-15 Thread Dan Joseph
Hi, I have a php cron setup: 5 * * * * root /usr/local/bin/php /path/to/cron/filename.php Will this set it to run 5 minutes of every hour of every day? I can't really tell if its running... Thanks.. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

RE: [PHP] looking for a verification...

2003-10-15 Thread Dan Joseph
Make it.. */5 * * * * root /user/local/bin/php /path/to/cron/filename.php Oh ok.. will make that change, thank you. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Congratulations You Win

2003-10-08 Thread Dan Joseph
Excellent! We all win again! Retirement here I come! -Dan Joseph -Original Message- From: Francis Weeny [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 10:39 PM To: [EMAIL PROTECTED] Subject: [PHP] Congratulations You Win SUNSWEETWIN PROMO LOTTERY,THE NETHERLANDS

RE: [PHP] Hosting ADDR.com (0t)

2003-10-02 Thread Dan Joseph
Hi, I'm getting to their page ok. Nice page really. purple and green, has their prices, etc.. they're probably hosting with Verisign, and Verisign had an issue temporarily. -Dan Joseph -Original Message- From: Ryan A [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2003 10:10

<    1   2   3   4   5   >