[PHP-DB] Upgrade problems php3 - php4

2001-10-20 Thread sgibbs

Our ISP is trying to upgrade php and mysql versions on our website.  The
current site works fine using MySQL 3.22.20a and PHP3.

We are able to upload, modify and create new database records with no
problem using webforms to enter test and html.


Now that we are trying to upgrade to MySQL 3.23.36 and PHP4, the uploads,
modifying and creating of new records with text and html no longer works.

Originally, the ISP thought apostrophes were the cause of the new problem
-they tried to adjust for that but it hasn't helped.

Are there any obvious changes in versions that would cause a problem?  I'm
not sure I've provided enough info to help you help me - I can provide some
of the code if there isn't an obvious change that I just don't know about.

Thank you!

Shawna

-- 
PHP Database 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-DB] static or dynamic printer-friendly webpages?

2001-06-28 Thread sgibbs

Question for all you php experts out there: 

My organization's website is based on mysql/php backend - 95% of the
webpages are generated dynamically using templates and database records. 

We have been asked to create printer-friendly versions of these pages. 

Now for your opinion/advice: should we (1)create another template called
print.php for example and generate there print friendly pages dynamically
or should we (2)create static html copies of each database record so that
they are print friendly? 

By print friendly I mean I want a page that doesn't have the text cut off
the right hand side of the page (nevermind, for now, that the original page
shouldn't do this 
in the first place :) ) 

Thank you so much for your help! 

- Shawna 



[PHP-DB] FW: strange numbers in link

2001-06-27 Thread sgibbs

Our website uses mysql/php.  I found the link written below as a hard
coded link and I can't figure out why the programmer would have used
c2x5han as a keyword instead of  using chan as the keyword-  which is an
acronym for Child Health  Nutrition.

A HREF=/sources/search.php3?type=electronickeywords=c2x5hanoffset=0Child
Health amp; Nutrition/A


I thinking about changing the link but not sure what the repercussions would
be  - if any?

Does any one have any ideas as to the logic of using c2x5han?


Thank you, Shawna


Contact Information:
Shawna C. Gibbs
Website Technical Assistant
Global Health Council
20 Palmer Court
White River Junction, VT 05001 USA
tel: 802.649.1340
fax: 802.649.1396
email: [EMAIL PROTECTED]
website: http://www.globalhealth.org


Contact Information:
Shawna C. Gibbs
Website Technical Assistant
Global Health Council
20 Palmer Court
White River Junction, VT 05001 USA
tel: 802.649.1340
fax: 802.649.1396
email: [EMAIL PROTECTED]
website: http://www.globalhealth.org

-- 
PHP Database 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-DB] strange numbers in link

2001-06-22 Thread sgibbs

Our website uses mysql/php.  I found the link as a hard coded link and I
can't figure out why the programmer would have used c2x5han as a keyword
instead of  chan -  which is an acronym for Child Health  Nutrition.

I thinking about changing the link but not sure what the repercussions would
be  - if any?


A HREF=/sources/search.php3?type=electronickeywords=c2x5hanoffset=0Child
Health amp; Nutrition/A

Thank you, Shawna


Contact Information:
Shawna C. Gibbs
Website Technical Assistant
Global Health Council
20 Palmer Court
White River Junction, VT 05001 USA
tel: 802.649.1340
fax: 802.649.1396
email: [EMAIL PROTECTED]
website: http://www.globalhealth.org

-- 
PHP Database 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-DB] how to email article to a friend

2001-06-20 Thread sgibbs

I'm a newbie and have only worked with php to send email from webform input.
I now want to add a new feature to my website: Email article to a friend
and I don't know where to start. 

I want to add this feature to webpages that are dynamically created from a
mysql database.  How do I pull this same info. and send it in an email?

I'm desperately looking for help at the absolute basic level. I'm not even
clear on how I would grab the current url from which I want to email.

Please respond to my email directly as I'm on the digest version. I'll print
a summary and post to the list afterwards.

Thank you, Shawna

-- 
PHP Database 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]