[PHP-DB] Transfering large mysql database

2003-12-08 Thread Harlan Lax
Does anyone have a recomendation on an app that will help me transfer a large table from one host provider to another. I have tried phpmyadmin but if I export to SQL the import doesn't seem to work. If I export to csv I lose the column formating. On one host I have access to the root and on the

[PHP-DB] Passing Data between pages

2003-11-17 Thread Harlan Lax
As I am fairly new to web development I was looking into way to pass data between pages on a web site. I decided that using session variables was the most attractive but it seems like most sights use url parameters. I am now trying to use the apache mod-rewrite to allow the site to be indexed by

[PHP-DB] apache mod-rewrite

2003-11-17 Thread Harlan Lax
I am now trying to use the apache mod-rewrite to allow the site to be indexed by search engines. Am I correct in assuming that mod-rewrite only works with url parameters and not session variables? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-DB] Dynamic Pages and Search Enghines

2003-08-01 Thread Harlan Lax
How do I go about getting dynamically created pages to be listed in search engines? Harlan -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Problem when using browder back button

2003-06-06 Thread Harlan Lax
I am a bit confused. I have built a web site from dynamic pages using PHP Mysql. When a user selects an item from a drop down list that takes then to a detail page. When they click back on the browser button they get a message about the page has expired. Is this an issue of session or cookie?

[PHP-DB] Modify php.ini setting in code

2003-05-27 Thread Harlan Lax
I am using a ISP that provides php and mysql but doesn't allow me to edit the php.ini. I cannot change the include path to point to a directory I have access to. Is there a way to set ini setting in a script ? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: