[PHP] sybase installation error

2007-08-28 Thread Melanie Pfefer
hi,

I am getting an error when I issue 'make' command:

../configure --with-apxs2=/usr/local/apache/bin/apxs
--with-sybase-ct=/opt/sybase/OCS-12_5

it finishes with:

ld: fatal: library -lsybtcl: not found
ld: fatal: File processing errors. No output written
to .libs/libphp5.so
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `libphp5.la'


  ___
Yahoo! Answers - Got a question? Someone out there knows the answer. Try it
now.
http://uk.answers.yahoo.com/ 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Help with Advanced Guestbook

2004-10-31 Thread Melanie
I am trying to use Advanced Guestbook in my website 
(www.tracingfootprints.com) but would like to have it match (in style, 
background, etc) the other pages in the site. I've been trying to figure 
out how to do that (with very limited PHP knowledge) without success. My 
site is hosted by Go Daddy on LInux. I'm designing the site in FrontPage 
2002. 

Thanks!
Melanie
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] statistical classes

2004-08-20 Thread Eddie Melanie Peloke
Does anyone know of a good place to get some php classes that deal with
calculating quintile and decile points?  I am working to write some but
am looking for other examples.  I have looked at pear and phpclasses but
didn't notice any.
 
Thanks,
Eddie


[PHP] MySQL selecting the maximum value from a column

2002-02-05 Thread Melanie Gann

Thank you all you listeners out there. I'll try to be respectful of your
time and patience, and apoligize in advance for my greeness - I am 2
weeks into PHP/MySQL.

I am trying to select the higest value from the column Thought_Num below.
But it returns nothing. 

?PHP
$db = mysql_connect(localhost, root);
mysql_select_db(DynaSite,$db);
$result = mysql_query(SELECT MAX(Thought_Num) FROM quotes,$db);
$myrow = mysql_fetch_array($result);
print the result is $myrow[Thought_Num];
?

If I change my select to something that without the MAX (e.g. Select from
quotes where DocID=1), the code works fine. 

Thanks in advance for your help.

Regards,
Melanie


Second Street Web Design
http://www.second-street.com



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php