Search found 5 matches
- Sat Jul 09, 2005 9:36 am
- Forum: PHP - Code
- Topic: crwaler for amazon - automatic form filling
- Replies: 1
- Views: 454
- Sat Jul 09, 2005 5:23 am
- Forum: PHP - Code
- Topic: crwaler for amazon - automatic form filling
- Replies: 1
- Views: 454
crwaler for amazon - automatic form filling
Hi
I have just wrote simple crwaler to get list of products that I'm selling on amazon with their prices and other stuff but I don't know how to automatically log into amazon.
I will appraciate any help on automatic form filling.
regards
Korb
I have just wrote simple crwaler to get list of products that I'm selling on amazon with their prices and other stuff but I don't know how to automatically log into amazon.
I will appraciate any help on automatic form filling.
regards
Korb
- Sat Jun 25, 2005 8:59 am
- Forum: PHP - Code
- Topic: odbc connection with ms access over LAN
- Replies: 4
- Views: 493
It works on Windows maybe I'm using wrong livrary for php, with php-odbc-6...: linux:/srv/www/htdocs/catalog/korb # php -n csv.php Fatal error: Call to undefined function: odbc_connect() in /srv/www/htdocs/catalog/korb/csv.php on line 3 linux:/srv/www/htdocs/catalog/korb # php csv.php Warning: SQL e...
- Sat Jun 25, 2005 5:36 am
- Forum: PHP - Code
- Topic: odbc connection with ms access over LAN
- Replies: 4
- Views: 493
uuppsss it's taking only local requests. I know that it's not windows board but what should I do, do I need Samba or sth like that ??? I'm not familiar with microsoft products. Being honest for last 3 years I have been working only on Linux. One more time, PLease help. yours Korb when I tried to exe...
- Fri Jun 24, 2005 11:50 am
- Forum: PHP - Code
- Topic: odbc connection with ms access over LAN
- Replies: 4
- Views: 493
odbc connection with ms access over LAN
Hello for last couple of hours I'm trying to access MsAccess db - which is on win xp pc - from GNU/Linux machine (they are in LAN). The code works on winXp machine, but I don't know what to do to access from another machine. The page with script just doesn't load. (Linux machine is running PHP 4.3) ...