[PHP] Movie ticket reservation system.

2003-03-02 Thread Chuck
Hi. does anyone know of a php//mysql based movie ticket reservation system? Thanks, Chuck Barnett

Re: [PHP] Opening a new page when done

2001-10-24 Thread Chuck
If you are going to use the javascript solution, be sure to add a container for browsers that do not support javascript or have it disabled: <!-- location.replace("new-location.html"); //--> Of course, pure PHP is far superior... :-) Chuck James Fairbairn wrot

[PHP] PHP 5.01 and HTML

2004-08-20 Thread Chuck
{ $Name = $rs->Fields['Name']->Value; // This doesn't get listed. "".$Name; $rs->MoveNext(); } ?> I appreciate the help, Chuck -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP 5.01 and HTML

2004-08-20 Thread Chuck
Thanks alot, worked great. You're the man!! "Matt M." <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > > > $db = new COM("ADODB.Connection"); > > $dsn = "DRIVER=SQL Server; SERVER=D63WV941;UID=sa;PWD=sa; > > DATABASE=BINDER"; > > $db->Open($dsn); > >

[PHP] Select List PHP,HTML

2004-08-23 Thread Chuck
b->Execute("SELECT * from company"); while (!$rs->EOF) { $Name = $rs->Fields['Name']->Value; print "".$Name; $rs->MoveNext(); } ?> I would appreciate any help I could get with this. Thanks, Chuck -- PHP

Re: [PHP] Select List PHP,HTML

2004-08-23 Thread Chuck
Thanks a lot, that worked perfectly. "Jay Blanchard" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] [snip] I have been able to create a list with no problem, but now I need to get the value of which item is selected in the list. I looked around, but couldn't find anywhere that would

[PHP] PHP Login Script

2004-08-25 Thread Chuck
Could anyone let me know or point me to where I could find out how to setup a login for my php site. I've been looking around and found plenty of stuff for PHP/Apache, but nothing for just PHP. Any help or info about this would be appreciated. Thanks, Chuck -- PHP General Mailing List

[PHP] Dumb Question - Casting

2010-02-18 Thread Chuck
Sorry, been doing heavy perl and haven't written any PHP in 3 years so a tad rusty. Can someone explain why the second expression in this code snippet evaluates to 7 and not 8? $a = (int) (0.1 +0.7); echo "$a\n"; $x = (int) ((0.1 + 0.7) * 10); echo "$x\n"; $y = (int) (8); echo "$y\n";

[PHP] executing php script from sql field.

2004-06-18 Thread Chuck
suggestions? Thanks, Chuck

[PHP] Any way to use header() or another function to force user to "top level"

2008-01-12 Thread Chuck
I have some code doing some checks that sit inside div tags using href elements: ... Panel1 ... In code.php, if various conditions aren't met, this script will do a bunch of house cleaning, logging, then redirect using header("Location: /some_url"). My problem is that /some_url comes

Re: [PHP] Any way to use header() or another function to force user to "top level"

2008-01-12 Thread Chuck
That is exactly what I am using now but the location I am redirecting to is loading within the tags and at the top level of the browser. -CC On 1/12/08, Jim Lucas <[EMAIL PROTECTED]> wrote: > Chuck wrote: > > I have some code doing some checks that sit inside div tags using hre

Re: [PHP] Using mysql_real_escape_string without connecting to mysql

2008-01-23 Thread Chuck
On Jan 22, 2008 7:01 PM, Dotan Cohen <[EMAIL PROTECTED]> wrote: > I have a file of my own functions that I include in many places. One > of them uses mysql_real_escape_string, however, it may be called in a > context that will or will not connect to a mysql server, and worse, > may already be conne

[PHP] How to prevent direct access..

2008-01-27 Thread Chuck
I have a php file that produces an image and is only referred to from an img tag like so: I want to prevent anyone from directly accessing the getRandImage.php file. The file has to be world readable or the image will not display. I played around with testing $_SERVER['HTTP_REFERER'] using regul

[PHP] Mail Transaction Failed

2004-01-26 Thread chuck
The message contains Unicode characters and has been sent as a binary attachment. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Mail Transaction Failed

2004-01-26 Thread chuck
The message contains Unicode characters and has been sent as a binary attachment. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: corrected

2005-01-19 Thread chuck
Requested file. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Code broken after upgrading from Oracle 10.1.0.4 to 10.2.0.1

2005-09-28 Thread Chuck
After upgrading my database to 10.2 I get the following error when trying to connect: (Using Solaris 9, Apache 2.0.54, and php 5.0.5) *Warning*: ocilogon() [function.ocilogon]: _oci_open_server: Error while trying to retrieve text for error ORA-12154 in */usr/

[PHP] ARG: Seg Faults with PHP 5.0.5, now on Solaris and SLES9

2005-10-10 Thread Chuck
After 3 months of headache and intermittent seg faults on Solaris 9, we decided to give SLES 9 a try. Now we get continuous seg faults. I am running apache 2.0.54 on SLES 9 with all updates, and Oracle 10.2.0.1. (everything is the 32-bit flavor) I built PHP as follows: adcinfops

[PHP] Fatal Error!

2001-02-11 Thread chuck
irectory but I'm not sure... I'm also too tired to continue tonight... if anybody has seen this and knows what it is I'd appreciate a hand... Thanx! -- Chuck Mead, chuck -AT- moongroup.com, Owner, MoonGroup.com (Note: html formatted email sent to me is filtered & deleted un

[PHP] getimagesize with image in database

2002-09-01 Thread Chuck Barnett
Hi, I'm trying to get an image size from an image in a database. here's my code $imagesize = getimagesize(http://domain/image.jpg); echo $imagesize[3]; but it returns nothing. If I use a local file, without http it works. I have php 4.0.6 any suggestions. Thanks, Chuck

Re: [PHP] getimagesize with image in database clairifation

2002-09-01 Thread Chuck Barnett
in my example I'm not pulling from a db. It does not even work like I have it in my example though. Thanks, Chuck - Original Message - From: "Chuck Barnett" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 01, 2002 11:54 AM Subject: [PHP]

[PHP] Help getting count to show up.

2002-09-10 Thread Chuck Payne
get count to show. I can get two of the fields. Below is the PHP program that I am wanting to run. How can I get count to show? Thanks. Chuck Payne Magi Design and Support ", $myrow[category], $myrow[format

[PHP] Time Stamp

2002-09-18 Thread Chuck Payne
Hi, I have a form that I am using to update a mysql table but I can get timestamp to update. How can I pass that information to pass on. I have "READ" all books and feel I have correct systax but it just not working... This should pass the time right? Chuck Payne Magi Design a

RE: [PHP] Date-format

2002-09-18 Thread Chuck Payne
quot; "; } that way you don't have a bunch of 00-00-00 showing up. I hope that helps, because that is what the maillisting is for and not to always quote "Read the Book". Chuck Payne Magi Design and Support -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] FPDF and MySQL

2002-09-19 Thread Chuck Payne
there is a tutorial. Thanks, Chuck Payne Magi Design and Support -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Thoughts on a simple search engine...

2002-09-24 Thread Chuck Payne
Of course the table they want to search $field = Field that want to seach $value = value what they want to by $input = if they want to search by something other a node numder. So I if I create the form, is there way that I can have it echo on the same page if I am using a form? Chuck Payne Magi D

RE: [PHP] html input and php (newbie) --> What I was asking with my thoughts on Search Engine

2002-09-24 Thread Chuck Payne
. Chuck -Original Message- From: Jesse Cablek [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 3:39 PM To: [EMAIL PROTECTED] Subject: RE: [PHP] html input and php (newbie) Anna Gyor <mailto:[EMAIL PROTECTED]> scribbled; > > Hi, > > I just began to learn

[PHP] What other list are there?

2002-09-25 Thread Chuck Payne
might be a little more advance. Hey, if I am wrong sorry, just thing to make sure a head of time. Thanks, Chuck Payne Magi Design and Support -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] general apache list

2002-09-30 Thread Chuck Payne
apache.org or on Google for Apache Today, I think it apachetoday.org. There you will find your list. Chuck Payne -Original Message- From: electroteque [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 10:45 AM To: [EMAIL PROTECTED] Subject: [PHP] general apache list where can

[PHP] Problem with MySQL

2002-06-14 Thread Chuck Payne
"; } What am I doing wrong? It only show one record and it show more. Chuck Payne

[PHP-CVS] cvs: php4 /pear/PHPDoc/xmlreader PhpdocXMLReader.php

2001-01-11 Thread Chuck Hagenbuch
chagenbuThu Jan 11 13:17:57 2001 EDT Modified files: /php4/pear/PHPDoc/xmlreader PhpdocXMLReader.php Log: xml_parse_into_struct() forces the third and fourth arguments to be passed by reference; there's no need to specify it at call-time and cause a warn

[PHP-CVS] cvs: php4 /pear/PHPDoc/apidoc/keep index2.html /pear/PHPDoc/renderer/html PhpdocHTMLIndexRenderer.php

2001-01-11 Thread Chuck Hagenbuch
chagenbuThu Jan 11 14:09:38 2001 EDT Modified files: /php4/pear/PHPDoc/apidoc/keep index2.html /php4/pear/PHPDoc/renderer/html PhpdocHTMLIndexRenderer.php Log: rename this frame. for some reason, IE wasn't recognizing the target correctly,

[PHP-CVS] cvs: php4 /pear Makefile.in /pear/HTTP Compress.php

2001-01-12 Thread Chuck Hagenbuch
e.php \ Log.php \ Log/composite.php \ Index: php4/pear/HTTP/Compress.php +++ php4/pear/HTTP/Compress.php * @author Chuck Hagenbuch <[EMAIL PROTECTED]> * @version $Revision: 1.1 $ */ class HTTP_Compress { /** * Start the output buffer, and make sure that implicit flush is

[PHP-CVS] cvs: php4 /pear/Mail rfc822.php

2001-01-19 Thread Chuck Hagenbuch
.php:1.5 --- php4/pear/Mail/rfc822.php:1.4 Fri Jan 19 14:28:16 2001 +++ php4/pear/Mail/rfc822.php Fri Jan 19 14:55:22 2001 @@ -22,7 +22,7 @@ * * @author Richard Heyes <[EMAIL PROTECTED]> * @author Chuck Hagenbuch <[EMAIL PROTECTED]> - * @version $Revision: 1.4 $

[PHP-CVS] cvs: php4 /pear Makefile.in

2001-01-19 Thread Chuck Hagenbuch
chagenbuFri Jan 19 21:39:26 2001 EDT Modified files: /php4/pear Makefile.in Log: install the various HTML/* files Index: php4/pear/Makefile.in diff -u php4/pear/Makefile.in:1.63 php4/pear/Makefile.in:1.64 --- php4/pear/Makefile.in:1.63 Sat Jan 13 0

[PHP-CVS] cvs: php4 /pear/HTTP Compress.php

2001-01-20 Thread Chuck Hagenbuch
Fri Jan 12 07:24:21 2001 +++ php4/pear/HTTP/Compress.php Sat Jan 20 12:49:59 2001 @@ -1,82 +1,82 @@ - - * @author Chuck Hagenbuch <[EMAIL PROTECTED]> - * @version $Revision: 1.1 $ - */ -class HTTP_Compress { - -/** - * Start the output buffer, and make sure that implicit fl

[PHP] Invoke PHP script from onLoad handler?

2001-01-26 Thread Chuck Mayo
query the database, then run the Javascript to populate the list box? Or is there another way? TIA, Chuck Mayo -- 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

[PHP-CVS] cvs: php4 /pear DB.php /pear/DB mysql.php

2001-01-26 Thread Chuck Hagenbuch
chagenbuFri Jan 26 12:07:23 2001 EDT Modified files: /php4/pear DB.php /php4/pear/DB mysql.php Log: have DB::isError return true if passed "null". Now you can more consistently use DB::isError(), since some of the db drivers return nulls from

[PHP-CVS] cvs: php4 /pear/PHPDoc/renderer/html PhpdocHTMLDocumentRenderer.php

2001-02-21 Thread Chuck Hagenbuch
chagenbuWed Feb 21 11:13:18 2001 EDT Modified files: /php4/pear/PHPDoc/renderer/html PhpdocHTMLDocumentRenderer.php Log: fix typo Index: php4/pear/PHPDoc/renderer/html/PhpdocHTMLDocumentRenderer.php diff -u php4/pear/PHPDoc/renderer/html/PhpdocHT

[PHP-CVS] cvs: php4 /pear Mail.php Makefile.in /pear/Mail SMTP.php Sendmail.php sendmail.php smtp.php

2001-02-22 Thread Chuck Hagenbuch
PHP license and are unable to | +// | obtain it through the world-wide-web, please send a note to | +// | [EMAIL PROTECTED] so we can mail you a copy immediately. | +// +

Re: [PHP] PHP on Cobalt

2001-02-28 Thread Chuck Barnett
PHP 4.0 comes on the RAQ4i chuck - Original Message - From: "Jochen Kaechelin" <[EMAIL PROTECTED]> To: "Php-General@Lists. Php. Net" <[EMAIL PROTECTED]> Sent: Wednesday, February 28, 2001 6:57 PM Subject: [PHP] PHP on Cobalt > does anybody know which

[PHP-CVS] cvs: php4 /ext/imap config.m4 php_imap.c

2001-02-28 Thread Chuck Hagenbuch
chagenbuWed Feb 28 23:06:54 2001 EDT Modified files: /php4/ext/imap config.m4 php_imap.c Log: If php is compiled --with-imap-ssl, link in the SSL authenticator from c-client so that we can use php to make ssl imap connections. Index: php4/ext/

[PHP-CVS] cvs: php4 /pear Cache.php /pear/Cache Cache.php Container.php /pear/Cache/Container cache_container.php cache_container_file.php cache_container_phplib.php cache_container_shm.php file.php phplib.php shm.php

2001-03-01 Thread Chuck Hagenbuch
chagenbuThu Mar 1 08:32:30 2001 EDT Added files: /php4/pear Cache.php /php4/pear/CacheContainer.php /php4/pear/Cache/Container file.php phplib.php shm.php Removed files: /php4/pear/CacheCache.php /php4/pear/Ca

[PHP-CVS] cvs: php4 /pear Makefile.in

2001-03-01 Thread Chuck Hagenbuch
chagenbuThu Mar 1 08:33:34 2001 EDT Modified files: /php4/pear Makefile.in Log: update the makefile for the new Cache classes. Index: php4/pear/Makefile.in diff -u php4/pear/Makefile.in:1.68 php4/pear/Makefile.in:1.69 --- php4/pear/Makefile.in:1.68

[PHP-CVS] cvs: php4 /pear Makefile.in

2001-03-01 Thread Chuck Hagenbuch
chagenbuThu Mar 1 09:02:06 2001 EDT Modified files: /php4/pear Makefile.in Log: missing a backslash Index: php4/pear/Makefile.in diff -u php4/pear/Makefile.in:1.69 php4/pear/Makefile.in:1.70 --- php4/pear/Makefile.in:1.69 Thu Mar 1 08:33:34 2001

[PHP-CVS] cvs: php4 /pear/Cache/Container db.php

2001-03-01 Thread Chuck Hagenbuch
chagenbuThu Mar 1 09:22:59 2001 EDT Added files: /php4/pear/Cache/Container db.php Log: almost working version. Index: php4/pear/Cache/Container/db.php +++ php4/pear/Cache/Container/db.php http://www.php.net/license/2_02.txt.

[PHP-CVS] cvs: php4 /pear/Mail RFC822.php

2001-03-03 Thread Chuck Hagenbuch
@@ -22,7 +22,7 @@ * * @author Richard Heyes <[EMAIL PROTECTED]> * @author Chuck Hagenbuch <[EMAIL PROTECTED]> - * @version $Revision: 1.3 $ + * @version $Revision: 1.4 $ */ class Mail_RFC822 { @@ -30,6 +30,7 @@ var $address = null; var $default_host = 'loc

[PHP-CVS] cvs: php4 /pear/Mail RFC822.php

2001-03-03 Thread Chuck Hagenbuch
Sat Mar 3 14:06:42 2001 +++ php4/pear/Mail/RFC822.php Sat Mar 3 14:36:42 2001 @@ -22,20 +22,70 @@ * * @author Richard Heyes <[EMAIL PROTECTED]> * @author Chuck Hagenbuch <[EMAIL PROTECTED]> - * @version $Revision: 1.4 $ + * @version $Revision: 1.5 $ */ class

[PHP-CVS] cvs: php4 /ext/midgard .cvsignore

2001-03-13 Thread Chuck Hagenbuch
chagenbuTue Mar 13 14:09:08 2001 EDT Modified files: /php4/ext/midgard .cvsignore Log: cvs _knows_ to ignore the CVS directory; probably a bunch of these others, also... Index: php4/ext/midgard/.cvsignore diff -u php4/ext/midgard/.cvsignore:1.5 p

[PHP-CVS] cvs: php4 /ext/imap php_imap.c

2001-04-23 Thread Chuck Hagenbuch
chagenbuMon Apr 23 14:58:44 2001 EDT Modified files: /php4/ext/imap php_imap.c Log: Fix for bug 9908: check that the result of mail_sort is not 0 before trying to dereference the pointer. :) Also, free sort programs - this might have been a mem

[PHP-CVS] cvs: php4(PHP_4_0_5) /ext/imap php_imap.c

2001-04-24 Thread Chuck Hagenbuch
chagenbuTue Apr 24 07:17:41 2001 EDT Modified files: (Branch: PHP_4_0_5) /php4/ext/imap php_imap.c Log: MFH: fix crash bug in imap_sort (#9908). Index: php4/ext/imap/php_imap.c diff -u php4/ext/imap/php_imap.c:1.62.2.1 php4/ext/imap/php_imap.c:1.

Re: [PHP] SETUP PHP , MYSQL, APACHE

2001-05-08 Thread Chuck Boyce
I have been using Abriasoft's products. You just plop in the CD and it installs PHP, MySQL, Apache, Perl6, Perl DBI, and some other stuff on your linux (or other os) box. All software also available for free by download. http://www.abriasoft.com At 05:12 AM 5/19/02 -0700, you wrote: >Hello a

[PHP] upgrade problem

2002-01-25 Thread Chuck Barnett
obalt RAQ4. If anyone has any ideas please help :) Thanks, Chuck -- 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 PROTECTED]

[PHP] question about switch function

2002-02-07 Thread Chuck Barnett
Hello, I am trying to find out if a string is in a line being read from a file. I should use strstr for this I am pretty sure. I want to do something like this: switch(strstr($line, case argument)) but I don't know if it is possible. For example, I am looking for Zip in a line but it will not

[PHP] PHP/Apache install question

2002-03-11 Thread Chuck Bearden
an symlink to it as needed. I'll modify the httpd.conf as needed. How do I control the behavior of 'make install' in that fashion? Thanks in advance, Chuck ====== Chuck Bearden Library Systems Programmer/Analyst

Re: [PHP] Brain Dead...

2002-03-17 Thread Chuck Payne
bc', '$keywords', '$links', '$name')"; $result = @mysql_query($sql, $connection) or die("Couldn't execute query."); but I get that it can't do the query. So I am think it not passing abc... Chuck - Original Message - From: "T

Re: [PHP] Brain Dead...

2002-03-17 Thread Chuck Payne
c. So I am trying to find out how to do that. Maybe I am going about it the wrong way. Chuck - Original Message - From: "Thalis A. Kalfigopoulos" <[EMAIL PROTECTED]> To: "Chuck Payne" <[EMAIL PROTECTED]> Cc: "PHP General" <[EMAIL PROTECTED]>

Re: [PHP] Brain Dead...

2002-03-17 Thread Chuck Payne
I think it I am the right path now, it has to do with $_GET or $_POST not passing the information on to mysql. But I will look at the log shortly. Chuck - Original Message - From: "Thalis A. Kalfigopoulos" <[EMAIL PROTECTED]> To: "Chuck Payne" <[EMAIL

[PHP] strip spaces from inside string

2002-03-26 Thread Chuck Barnett
Say I have a string "xyz abc def" and I want to remove all of the spaces withing the string to create a new one. What's the best way? Thanks, ChuckB -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] sorting data from a field

2002-03-26 Thread Chuck Barnett
Any help is appreciated. Thanks, Chuck -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] slow mcrypt_create_iv()

2001-10-24 Thread Chuck Theobald
routine. Any ideas as to why it slows down and/or how to fix it would be appreciated. Thanks, Chuck Chuck Theobald, Technology Manager ERIC Clearinghouse on Educational Management 5207 University of Oregon, Eugene, OR, 97403-5207 800-438-8841 * 541-346-1662 (voice) * 541-346-2334 (fax) *

Re: [PHP] Trying to subtract...no luck. (Long Code)

2001-10-24 Thread Chuck Theobald
Another way to accomplish this, preferred in my mind, is: while ($myrow = db_fetch_array($result)) : while (list($key,$val) = each($myrow)) : $$key = $val; endwhile; $difference = $budget - $actual; . . . endwhile; Chuck At 1:34 PM -0700 10/24/01, Jim Lucas wrote: >one problem

Re: [PHP] SIMPLE, secure user authentication

2001-10-25 Thread Chuck Theobald
I need is a general tutorial on authentication, assuming the >user of cookies, PHP4 and MySql. Any ideas?? (Thanks.) > >...Rene > >--- >Rene Fournier >[EMAIL PROTECTED] > >-- >PHP General Mailing List (http://www.php.net/) >To unsubscribe, e-mail: [EMAIL PROTECTED] &g

Re: [PHP] Using PHP for server utilities

2001-10-25 Thread Chuck Theobald
shebang on the first line of your file, as in Perl, etc. #!/usr/local/bin/php "The rest is left as an exercise for the reader" Cheers, Chuck At 7:32 AM -0700 10/25/01, Scott wrote: >Hello- > >I am dreading having to break out my perl books, so here is a thought >about u

Re: [PHP] MKDIR Permission Denied

2001-10-25 Thread Chuck Theobald
#x27; with permissions 755 and the owner/group is chuck/chuck. No one but owner chuck (and root) will be able to create a directory in this directory. According to your script, you are trying to create 'php-stuff/Pins', which is disallowed to 'nobody', the typical user of web-based

[PHP-CVS] cvs: php4 /pear/DB mssql.php

2001-03-21 Thread Chuck Hagenbuch
chagenbuWed Mar 21 21:55:29 2001 EDT Modified files: /php4/pear/DB mssql.php Log: space Index: php4/pear/DB/mssql.php diff -u php4/pear/DB/mssql.php:1.19 php4/pear/DB/mssql.php:1.20 --- php4/pear/DB/mssql.php:1.19 Mon Feb 19 04:22:26 2001 +++ php4

[PHP-CVS] cvs: php4 /pear/DB odbc.php

2001-03-21 Thread Chuck Hagenbuch
chagenbuWed Mar 21 21:55:54 2001 EDT Modified files: /php4/pear/DB odbc.php Log: we have a default for dbsyntax; don't cause an error if it's not specified. Index: php4/pear/DB/odbc.php diff -u php4/pear/DB/odbc.php:1.28 php4/pear/DB/odbc.php:1.29

[PHP-CVS] cvs: php4 /pear PEAR.php.in

2001-03-29 Thread Chuck Hagenbuch
chagenbuThu Mar 29 11:54:28 2001 EDT Modified files: /php4/pear PEAR.php.in Log: Fix a couple of warnings when calling PEAR::raiseError() statically. Index: php4/pear/PEAR.php.in diff -u php4/pear/PEAR.php.in:1.16 php4/pear/PEAR.php.in:1.17 --- php4

[PHP-CVS] cvs: php4 /pear/Mail RFC822.php

2001-03-29 Thread Chuck Hagenbuch
3 14:36:42 2001 +++ php4/pear/Mail/RFC822.php Thu Mar 29 12:11:36 2001 @@ -22,7 +22,7 @@ * * @author Richard Heyes <[EMAIL PROTECTED]> * @author Chuck Hagenbuch <[EMAIL PROTECTED]> - * @version $Revision: 1.5 $ + * @version $Revision: 1.6 $ */ class Mail_RFC822 { @@ -

[PHP] PHP based associate program software

2001-06-20 Thread Chuck Barnett
Does anyone know of a PHP/mysql based associate program software solution. Thanks, Chuck

[PHP] php based affiliate program software

2001-06-21 Thread Chuck Barnett
Does anyone know of any php based affiliate program software developed or being developed. I'm looking to either purchase one, or develop my own. Thanks, Chuck Barnett -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

[PHP] Apache, PHP4 amd mySQL with SuSE 7.2

2001-07-04 Thread Chuck Lalli
n I do ? Is there a HOWTO for SuSE on this ? Everything I have seen is for other distros which use Apachectl for instance, not applicable to SuSE and I don't yet understand enough about what I am doing to translate. Thanks Chuck -- PHP General Mailing List (http://www.php.net/) To uns

[PHP] html parsing question

2001-08-03 Thread Chuck Barnett
Hi I have a question about parsing a page on another server to grab some headlines. I want to search down the page until I find a string "-headlines-" then I want to grab everything between the next pair of tags. Anyone have a quick solution? Thanks, Chuck -- PHP General Ma

[PHP] Recursive Interpolation

2004-10-04 Thread Chuck Wolber
les, It'd be useful to see something: $text_i = interpolate($text) which recursively interpolates based on variables in the current namespace. Granted, this opens up a *WHOLE* mountain of problems (circular references anyone?). Is there any traction on an idea like this? Any other so

Re: [PHP] something wrong with $_SERVER var

2004-10-04 Thread Chuck Wolber
header("Location:http://".$_SERVER[HTTP_HOST].$_SERVER[REQUEST_URI]); > exit; > } You can start by putting a space between the "Location:" and the rest of your URL. -Chuck -- http://www.quantumlinux.com Quantum Linux Laboratories, LLC. ACCELERATI

Re: [PHP] Recursive Interpolation

2004-10-04 Thread Chuck Wolber
On Mon, 4 Oct 2004, Chuck Wolber wrote: > Database *FIELD* with text data in it. The text data contains sentences > interspersed with $foo['bar'] array variables. The idea is that when one > selects this field, PHP will interpolate $foo['bar'] with the currently

RE: [PHP] Recursive Interpolation

2004-10-05 Thread Chuck Wolber
On Mon, 4 Oct 2004, Michael Sims wrote: > Chuck Wolber wrote: > > The method I've come up with in the meantime, I believe is much more > > effective than heredocs, but still an ugly hack: > > > > function interpolate ($text, $msg_variable) { > > $msg

Re: [PHP] Recursive Interpolation

2004-10-05 Thread Chuck Wolber
ne." Looks like there's some traction for something like this. That's a good first step :) -Chuck On Tue, 5 Oct 2004, l0t3k wrote: > if you check the internals archive, i think Sara said she had an > interpolator on her plate... > > > "Chuck Wolber" &

[PHP] fopen by URL is disabled, is there another way of reading a remote webpage?

2004-10-20 Thread Chuck Barnett
Hi, my new server has fopen by url disabled. My ISP doesn't want to turn it on. So is there a way to do an equivilant function some other way? I need to read a remote webpage and manipulate it. Thanks, Chuck -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Where can I get the Printer extension?

2007-01-17 Thread Chuck Anderson
It thought it would be bundled with my Windows version pf Php 4.4.1, but it is not. I've searched for it and can't find it at php.net. How do get a copy of php_printer.dll for Php4.4.1 for Windows? -- * Chuck Anderson • Boulder, CO http://www.CycleT

Re: [PHP] Where can I get the Printer extension?

2007-01-17 Thread Chuck Anderson
Chris wrote: Chuck Anderson wrote: It thought it would be bundled with my Windows version pf Php 4.4.1, but it is not. I've searched for it and can't find it at php.net. You didn't search very hard. On this page: http://php.net/printer Read the bit unde

[PHP] Best way to do "Last 3 Items Viewed"

2004-05-14 Thread Chuck Barnett
Anyone have any code snippits that would allow me to do a "Last 3 Items Viewed" like on ebay? Thanks, Chuck -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] setup help in IIS6

2007-09-18 Thread Chuck Chidekel
Hello, I have installed the latest PHP on my windows server 2003 IIS6 machine. From the DOS command line interface (when in the C:\PHP directory) if I type PHP phpinfo.php, the file runs. However I cannot get it to work on the browser on the server our out on the web using my URL. I'm sure it'

[PHP] worst sites / standard format

2006-10-19 Thread Chuck Stearns
hey, check out the bar on the side of the ones with main.html. http://www.997thelake.com/main.html http://www.cool929fm.com/main.html http://www.star933.com/ http://www.wzzo.com/main.html http://www.929nin.com/main.html guess we have our work cut out for us, eh? we need to find a distinct, una

Re: [PHP] worst sites / standard format

2006-10-19 Thread Chuck Stearns
st tasting tuna get to be Starkist. Skip Ed Lazor wrote: Sorry, how does this relate to PHP? It seems like you're just trying to get us to visit your sites to bump up traffic. On Oct 19, 2006, at 8:44 AM, Chuck Stearns wrote: hey, check out the bar on the side of the ones with main.ht

[PHP] Re: Newsgroup connect time has become very long

2006-12-06 Thread Chuck Anderson
rbird - connecting to news.php.net. -- * Chuck Anderson • Boulder, CO http://www.CycleTourist.com * -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Newsgroup connect time has become very long

2006-12-06 Thread Chuck Anderson
rbird - connecting to news.php.net. -- * Chuck Anderson • Boulder, CO http://www.CycleTourist.com * -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] news.php.net times out - unreachable for days

2006-12-07 Thread Chuck Anderson
EEDS to be fixed. I'll just have to keep trying to connect every day and hope something changes. As of now, das ist kaput! -- ***** Chuck Anderson • Boulder, CO http://www.CycleTourist.com * -- PHP General Mailing List (http://w

[PHP] news.php.net times out - unreachable for days

2006-12-07 Thread Chuck Anderson
some other posts indicating that I am not alone. Something NEEDS to be fixed. I'll just have to keep trying to connect every day and hope something changes. As of now, das ist kaput! -- ***** Chuck Anderson • Boulder, CO http://www.C

Re: [PHP] Re: news.php.net times out - unreachable for days

2006-12-11 Thread Chuck Anderson
Lester Caine wrote: Chuck Anderson wrote: In the time it takes to write a message, I lose my connection and often cannot even connect to send it. I'm hurrying this time, so I hope it works. ( not that time . timed out . I'll try Sending again) When I was for

Re: [PHP] Re: news.php.net times out - unreachable for days

2006-12-11 Thread Chuck Anderson
Lester Caine wrote: Chuck Anderson wrote: In the time it takes to write a message, I lose my connection and often cannot even connect to send it. I'm hurrying this time, so I hope it works. ( not that time . timed out . I'll try Sending again) When I was for

[PHP] Re: Havn't been on the list in a while

2006-12-13 Thread Chuck Anderson
group. -- * Chuck Anderson • Boulder, CO http://www.CycleTourist.com * -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Havn't been on the list in a while

2006-12-13 Thread Chuck Anderson
group. -- * Chuck Anderson • Boulder, CO http://www.CycleTourist.com * -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: array variables with or without quotes

2006-02-22 Thread Chuck Anderson
don't understand why! What is the difference between $content_row [include] and $content_row['include']? I have been unable to resolve this question in the php manual, I need enlightenment. 2dogs http://www.php.net/manual/en/language.types.array.php#language.types.array.fo

[PHP] Re: displaying documents stored under web root

2006-03-10 Thread Chuck Anderson
others deal with these problems like this any advice appreciated greatly Ade I deliver restricted PDFs that are kept *above* the web root without using a temporary file. Why do you need to create a temporary file? I use headers and readfile. -- * Chuck Anderson

Re: [PHP] Best practice to set up register_globals

2006-03-17 Thread Chuck Anderson
I can put individual php.ini files in the directory the php script files are in. That means that I can create a php.ini file and add 'register_globals on' in any directory where I need it. Does anyone know how to configure that? -- ***** Chuck Anderso

[PHP] Re: phpMyAdmin--resetting auto increments to 0

2006-04-16 Thread Chuck Anderson
ould obey my request. -- ***** Chuck Anderson • Boulder, CO http://www.CycleTourist.com Integrity is obvious. The lack of it is common. * -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: phpMyAdmin--resetting auto increments to 0

2006-04-16 Thread Chuck Anderson
tedd wrote: At 1:42 PM -0600 4/16/06, Chuck Anderson wrote: alex wrote: hi everyone i have delete a few entries in my database as they were entered for testing purposes and are no longer need (actually 102 entries)... and even thought that db is empty i noticed that when the next

Re: [PHP] Re: phpMyAdmin--resetting auto increments to 0

2006-04-16 Thread Chuck Anderson
tedd wrote: At 3:01 PM -0600 4/16/06, Chuck Anderson wrote: tedd wrote: At 1:42 PM -0600 4/16/06, Chuck Anderson wrote: alex wrote: hi everyone i have delete a few entries in my database as they were entered for testing purposes and are no longer need

Re: [PHP] Re: phpMyAdmin--resetting auto increments to 0

2006-04-16 Thread Chuck Anderson
t PhpMyAdmin and why it no longer seems to let you reset the AI using the Operations page. At least it doesn't on my machine - Windows XP - Apache/2.0.55 - PhpMyAdmin 2.6.4-pl3. -- ***** Chuck Anderson • Boulder, CO http://www.CycleTourist.com Integrity is obvious.

  1   2   3   >