[nycphp-talk] PEAR related
Nestor
nestorflorez at earthlink.net
Tue Feb 25 08:45:55 EST 2003
I think the values given to the options just means that
$rdf_source contains the values 1 thru 4.
if 1 == $rdf_source
same as
if $rdf_source == 1
Do not know anyting about PEAR.
I thought that PEAR was include in the latest PHP
release of 4.3.1
:-)
-----Original Message-----
From: Tracy [mailto:tech_learner at yahoo.com]
Sent: Tuesday, February 25, 2003 4:48 AM
To: NYPHP Talk
Subject: [nycphp-talk] PEAR related
Hi,
has/is some one work(ed/ing) with pear? i managed to install pear but since
i didnt know i had to change the include_path in php.ini, the pear
installation has installed pear in the c:\\php4win\\ where i have the rest of
the stuff from the php4.3.1.zip. but it has created a new c:\\php4 and has a
'pear.ini' in it, nothing else. since the installation after completion
adviced me to add c:\\php4win\\pear to the include_dir and the c:\\php4win\\ to
the PATH, i changed the php.ini settings. now a <? php_info(); ?> displays
include_path as .;c:\\php4win\\;c:\\php4win\\pear.
do i need to move the pear.ini to somewhere other than c:\\php4? i am asking
this cos a 'pear help' on the commandline spitted out bad command of file
name, command not found....
wots to be done, someone tell me plz
and wot does this mean?
<form name="grabber" action="<?= $PHP_SELF ?>" method="post">
<select name="rdf_source" onchange="window.document.grabber.submit()">
<option value="1"<?php if( 1 == $rdf_source ) echo " selected";
?>>Slashdot</option>
<option value="2"<?php if( 2 == $rdf_source ) echo " selected";
?>>Freshmeat</option>
<option value="3"<?php if( 3 == $rdf_source ) echo " selected";
?>>Linux.com</option>
<option value="4"<?php if( 4 == $rdf_source ) echo " selected"; ?>>Swell
Mob</option>
</select>
</form>
i dont understand the values given to the option. the script isint working
anyway :-( ...
Thz
Tracy
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Coming together is a beginning...
keeping together is progress...
working together is success !!!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
---------------------------------
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, and more
--- Unsubscribe at http://nyphp.org/list/ ---
---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.458 / Virus Database: 257 - Release Date: 2/24/2003
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.458 / Virus Database: 257 - Release Date: 2/24/2003
More information about the talk
mailing list