RE: [PHP] named anchors and query strings

2001-10-02 Thread Ralph Guzman
Never had to do this, however I would think the correct way to be: try it. -Original Message- From: Scott Mebberson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 02, 2001 4:53 PM To: [EMAIL PROTECTED] Subject: [PHP] named anchors and query strings Hi Guys, How do you reference bot

RE: [PHP] Get Info From Database Without Refreshing the Page! PrettyNeat!

2001-09-13 Thread Ralph Guzman
What you are trying to do here sounds like it is done on the client end. I'd be willing to bet this requires the use of Javascript/Jscript/VBScript and DHTML. -Original Message- From: Coenraad Steenkamp [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 13, 2001 2:29 AM To: [EMAIL PROTE

[PHP] Anagram Solution in PHP

2001-09-10 Thread Ralph Guzman
Im trying to figue out the following anagram using PHP. Here is the problem: Using letters of the alphabet represented by a number, I have to come up with words that add up to exactly 100. Numbers are in reverse where A=26 and Z=1, so for example: A B C...X Y Z 26 25 24..3 2 1 So let's s

RE: [PHP] Re: [PHP-DEV] Anagram Type Puzzle

2001-09-10 Thread Ralph Guzman
Moore [mailto:[EMAIL PROTECTED]] Sent: Monday, September 10, 2001 1:40 AM To: PHP Developer Mailing List; Ralph Guzman Cc: [EMAIL PROTECTED] Subject: [PHP] Re: [PHP-DEV] Anagram Type Puzzle This should really be sent to [EMAIL PROTECTED], this is the list for the developers OF PHP not developing WIT

RE: [PHP] begginer needs help

2001-08-31 Thread Ralph Guzman
If you choose to install Apache/PHP and perhaps even mySQL and you want to avoid downloading each individually, then configuring them to work together. You can download at straight-forward easy installation distribution that includes all three. Check out Nu-Sphere, and download one of their free d

[PHP] Server Setup

2001-08-29 Thread Ralph Guzman
I am working on setting up a Red Hat Linux Web Server. Is there a benefit to installing PHP/MySQL/Apache by compiling them from source vs. installing these using RedHat's Binary/RPM distributions? What are the pro's and con's of these two methods? Can anybody suggest any pointers considering stab

[PHP] Re: Wide Image Scroller

2001-08-26 Thread Ralph Deffke
but the frameset could be done with php ! Eric Persson schrieb: > Craig Westerman wrote: > > > > I have a very wide panoramic image I want to display on a page. I don't want > > to side scroll the page, only the image. Is there a way to make a image side > > scrollable using PHP? > > This can no

[PHP] APC and WIN 32

2001-08-26 Thread Ralph Deffke
does anybody know a resource where i can get apc for windows? or does anybody have experienced how to compile APC under wimdows and include it i.e. in Merlin Desktop? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

[PHP] Re: limit 1

2001-08-26 Thread Ralph Deffke
i would try this: $sql = "SELECT DISTINCT users.names FROM users, selection Where users.name = selection.name and selection.setting = 'on' "; because you joining two tables and you get as many results per users.name = selection.name as entries in bouth tables per us

[PHP] Re: Program to check for cookies

2001-08-26 Thread Ralph Deffke
see php Manual chapter 18 cookies Sunil Jagarlamudi schrieb: > Is there a program which will check for cookies before > it allows access into the web site ? > > I want the user to enter the userid/password on a > secure web server and pass the cookie information to > the regular server. I don't

[PHP] Re: show number of search results

2001-08-26 Thread Ralph Deffke
make a sql just with your where clause like this select count(*) from table where your where clause the relsulting result set will give u the number of records for your where clause [EMAIL PROTECTED] schrieb: > Good day, > > I'm trying to figure out how I can show the following on my search re

[PHP] Re: relative filename /home/www... in stead of /www/.....

2001-08-26 Thread Ralph Deffke
use $SCRIPT_FILENAME and extract the parts of the path as u need. or better $PATH_TRANSLATED see also php manual chapter 7 predefined variables. Chris Hayes schrieb: > dear group, > > I use the $DOCUMENT_ROOT to make a complete file name. > > $fpname=$DOCUMENT_ROOT.'/includes/blocks/dyn

[PHP] Re: zlib1.1.3 and ob_gzhandler

2001-08-26 Thread Ralph Deffke
Are you shure u sending the right http header? your discription sound like the browser receives the wrong header information, respactively the wrong mime type. if you use the right mouse button and say show image, all browsers don't care about the mime type and try to evaluate the data content an

[PHP] Re: IP security

2001-08-26 Thread Ralph Deffke
use the $REMOTE_ADDR variable for the remote address see php manual chapter 7 Variables - Variables from outside PHP Nafiseh Saberi schrieb: > hi. > how can I control the ip that with ID and password ,all of > user cant enter to site and if one person want to enetr should > have special IP tha

[PHP] how can i cache php scripts enterpretet

2001-08-24 Thread Ralph Deffke
I have developed a web portal for big compamies with a lot of traffic on their pages. main functions, like member authentication etc. are called on every page request. it would make sence to have them ready enterpretet to skip enterpretation on each request. i know that there are tools arround lik

[PHP] Re: PHP based authentification -----------

2001-08-24 Thread Ralph Deffke
send an 401 unauthorized header. see php manuall under function header() as an example Alex Sofronie schrieb: > Hi all! > > How can I "logout" from a PHP based auth (with PHP_AUTH_USER and PHP_AUTH_PW > and appropriate headers sent at the beginning)? > It seems like unset($PHP_AUTH_USER) does no

[PHP] Re: force download in IE

2001-08-24 Thread Ralph Deffke
I went through the same problem. the simplest solution with browsers like IE 5.5 is to click with the right buttom on the link an choose "save this location". You could mention this on the your page in a "if you have trouble dwonloading" sentence. a very stable solution would be to make a se

[PHP] Re: force download in IE

2001-08-24 Thread Ralph Deffke
I went through the same problem. the simplest solution with browsers like IE 5.5 is to click with the right buttom on the link an choose "save this location". You could mention this on the your page in a "if you have trouble dwonloading" sentence. a very stable solution would be to make a se

RE: [PHP] Search for PHP Motivation Studies

2001-08-18 Thread Ralph Guzman
IN the book "Web Application Development with PHP 4.0" There is an entire chapter towards the end of the book that describes such case studies. Hope this helps. -Original Message- From: Björn Schotte [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 11:36 PM To: [EMAIL PROTECTED]

RE: [PHP] Being a SERVER (you cant kill me, im.... DAMN!!)

2001-08-02 Thread Ralph Guzman
NuSphere is also available for Windows. I am running it on my Windows 2000 workstation, but it is also available for 98/ME, etc.. -Original Message- From: B. van Ouwerkerk [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 02, 2001 12:20 AM To: Ralph Guzman; Kyle Smith; [EMAIL PROTECTED

RE: [PHP] PHP_SELF

2001-08-01 Thread Ralph Guzman
Wednesday, August 01, 2001 12:50 PM To: PHP Subject: Re: [PHP] PHP_SELF Ok, I would like to thank Ralph Guzman & Richard Lynch for your help. I combined your ideas into my own working example. Just posting here for archiving/discussion purposes... // Input some data // echo "\n"; ec

RE: [PHP] Being a SERVER (you cant kill me, im.... DAMN!!)

2001-08-01 Thread Ralph Guzman
Download a NuSphere release. Depending on which you release you choose, for the most part these include mySQL, PHP, Apache, and I think Perl. I've found the setup to be seamless and very simple even for beginners. http://www.nusphere.com -Original Message- From: Kyle Smith [mailto:[EMAIL

RE: [PHP] Example high-profile PHP sites

2001-07-31 Thread Ralph Guzman
Incase you still need it. Here is a big one I forgot to mention: http://www.dialpad.com/ Not sure how much of their site is PHP, but their user registration and member backend is PHP driven. -Original Message- From: Ralph Guzman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 1

[PHP] MAgic Quotes

2001-07-31 Thread Ralph Guzman
How do you turn on/off magic quotes through .htaccess? Is it this posible? -- 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] Content Management Systems

2001-07-31 Thread Ralph Guzman
Hello, I am looking for new alternatives in web development and maintenance. Anybody have any suggestions or comments on any open source/commercial PHP+mySQL based CMS programs? Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: [PHP] Example high-profile PHP sites

2001-07-31 Thread Ralph Guzman
here are a few: http://www.marketplayer.com: they provide the real-time stock market simulations for sites like etrade.com and smartmoney.com that have these games. http://www.chek.com/ -Original Message- From: Maurice Rickard [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 26, 2001 9

RE: [PHP] Re: What tools do you use to develop PHP?

2001-07-31 Thread Ralph Guzman
Homesite: http://www.allaire.com/products/HomeSite/ -Original Message- From: Matt Rogers [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001 7:55 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: What tools do you use to develop PHP? I like PHPCoder for Winblowz: http://www.phpide.de The

RE: [PHP] PHP_SELF

2001-07-31 Thread Ralph Guzman
echo "$formerror"; " METHOD="post"> "> "> -Original Message- From: Gerard Samuel [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001 3:30 PM To: PHP Subject: [PHP] PHP_SELF Im trying to introduce some logic into a form.I am unsing $PHP_SELF as the target.

RE: [PHP] PHP_SELF

2001-07-31 Thread Ralph Guzman
I personally think it is best to display a form error on the form itself, rather than given them a blank page that shows an error, then have them click a button or link to go back to the form. Here is somewhat a quick and dirty example of how I go about forms and error checking. For this example I

RE: [PHP] Enabling short tags in PHP 4.0.6

2001-07-12 Thread Ralph Guzman
Are you sure you have the php.ini file in the right directory? When looking at phpinfo() make sure php.ini is located where the "Configuration File (php.ini) Path" is set to. -Original Message- From: Coulee Web [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 10, 2001 6:03 PM To: [EMAIL PRO

RE: [PHP] Auction PHP Solution?

2001-06-27 Thread Ralph Guzman
Look at PHPAuction: http://www.phpauction.org/html/ -Original Message- From: Michael O'Neal [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 26, 2001 8:56 AM Cc: Php-General@Lists. Php. Net Subject: [PHP] Auction PHP Solution? Hi, Has anybody seen an "ebay-like" auction solution done in P

RE: [PHP] Is this a joke?!

2001-06-26 Thread Ralph Guzman
I don't think this is a joke, infact it's good that a PERL site would feature PHP in sections of their site. PHP borrows much from PERL, this is why many PERL programmers including myself, began using PHP in the first place. Not to say that one is better than the other, since they all have their p

RE: [PHP] Shopping with variables

2001-05-16 Thread Ralph Guzman
Might want to reconsider the way you are doing this, since this may not be the most efficient way. An alternative might be to do this as follows: In your web form set a field for Quantity and another for Item Name, so for example: ... Quantity: DVD VIDEO CD ... then when you process t

RE: [PHP] phpjobs.com

2001-05-15 Thread Ralph Guzman
Look at Guru.com: http://www.guru.com. They always have listing of employers looking for people with PHP skills. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jack Dempsey Sent: Friday, May 11, 2001 11:40 AM To: [EMAIL PROTECTED] Subject: [PHP] phpjobs

RE: [PHP] HallMark uses PHP!!!!

2001-05-15 Thread Ralph Guzman
Here is another big one that uses PHP. http://www.marketplayer.com/ They provide stocks simulation games for sites like etrade.com, and smartmoney.com, to name a few big ones. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, May 11, 2001 10:31 PM To:

RE: [PHP] PC MAG article - what a crap!

2001-05-10 Thread Ralph Guzman
Why don't we write to zdnet and tell them what a lousy article this was? -Original Message- From: Maxim Maletsky [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 09, 2001 8:36 PM To: 'Tyrone Mills'; PHP List Subject: RE: [PHP] PC MAG article - what a crap! http://www.zdnet.com/pcmag/stori

RE: [PHP] Variables in variable names

2001-05-09 Thread Ralph Guzman
As an alternative you can use associative arrays $i = 0; $i = 1; $i = 2; $i = 3; $name[$i]; -Original Message- From: seriousj [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 09, 2001 4:09 AM To: [EMAIL PROTECTED] Subject: [PHP] Variables in variable names Hello, I need some help (n

[PHP] Test 2

2001-05-08 Thread Ralph Guzman
This is only a test. I apologize. -- 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] test

2001-05-08 Thread Ralph Guzman
... -- 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]

RE: [PHP] This is driving me to drink...

2001-05-01 Thread Ralph Guzman
$p_code = "MNE"; $hub=$coreKey; if ($p_code=='MNE' || $p_code=='SN' || $p_code=='PM') { $hub = "$neuroKey"; } else if ($p_code=='MAI') { $hub = "$allergyKey"; } else if ($p_code=='SPS' || $p_code=='MCC') { $hub = "$dermKey"; } echo "$hub"; -Original Message- From

RE: [PHP] php4 on RedHat 7.1

2001-04-26 Thread Ralph Guzman
Your httpd.conf configuration should look something like this: AddType application/x-httpd-php .php .phtml .php3 .php4 AddType application/x-httpd-php-source .phps -Original Message- From: j2n tech [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 8:42 PM To: [EMAIL PROTECTED] Su

RE: [PHP] hello

2001-04-25 Thread Ralph Guzman
http://www.webmin.com -Original Message- From: Maxim Maletsky [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001 12:10 AM To: 'SuiteNet Operations Manager'; php-general Subject: RE: [PHP] hello what about Webmin? it's wuite cool, it has it all. (don't remember the URL, it come

RE: [PHP] looking for a good shopping cart - catalog system

2001-04-23 Thread Ralph Guzman
if you looking for a ready out-of-the box solution, this is one of the best I've seen: www.theexchangeproject.org you may also want to look into the following: http://www.phpshop.org http://share.whichever.com/index.php?SCREEN=freetrade -Original Message- From: Roee Rubin [mailto:[EMA

RE: [PHP] Commercial sites that use PHP

2001-04-10 Thread Ralph Guzman
here are a couple: http://www.marketplayer.com: they provide the real-time stock market simulations for sites like etrade.com and smartmoney.com that have these games. http://www.chek.com/ -Original Message- From: Phil Labonte [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 6

[PHP] test

2001-04-09 Thread Ralph Guzman
... -- 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] PHPub: A Zend IDE/DEBUGGER Alternative

2001-01-31 Thread Ralph Guzman
I am glad to see others working on alternatives to the highly cost Zend products. I came across PHPub, a PHP IDE/Debugger which I've never seen mentioned on this list. Even though it is still not ready for final release, it's seems pretty stable. Great Features. One of it's cool features is a b

RE: [PHP] Good Reads

2001-01-27 Thread Ralph Roberts
At the risk of appearing immodest (a risk I am willing to accept), I think my current book project, PHP4 FOR DUMMIES (out this summer) will prove helpful in learning PHP. --Ralph Roberts > -Original Message- > From: Andrew Hill [mailto:[EMAIL PROTECTED]] > Sent: Saturday, J

<    1   2   3   4