[PHP-DB] Re: Access another server aspx page

2007-04-24 Thread Emil Ivanov
You can do this on HTTP level. Open the source (html) of login.aspx and look at the submission form. Then use a tool such as telnet to send the GET/POST request for testing. Then implement this in php - probably using the cURL extention. You'll need to read a bit about the HTTP protocol... Ho

[PHP-DB] Access another server aspx page

2007-04-24 Thread Lasitha Alawatta
Hi All, I need to access .aspx page using .php page. It's like this. 01) I have a login.aspx & home.aspx pages in different server (IIS6, already hosted at different location: www.abc.com/login.aspx ). 02) I have the username & password for login to the above application (hom

RE: [PHP-DB] SELECT string

2007-04-24 Thread Dwight Altman
Businesses -- id businessName isChristianBookstore isGift isHomeDecor isSkinCareAndCosmetics isThriftStore CREATE TABLE `Businesses` ( `id` BIGINT NOT NULL AUTO_INCREMENT , `businessName` VARCHAR( 64 ) NOT NULL , `isChristianBookstore` TINYINT( 1 ) NOT NULL , `isGift` TINYINT( 1 ) NOT NUL

[PHP-DB] mssql and client encoding

2007-04-24 Thread Fanda
Hi, how can I set client encoding on mssql connection? I can connect, but data are win1250 in db and web in utf8. SET NAMES do not work nor php.ini directive mssql.charset = "UTF-8" / "UTF8" WindowsXP Home/Pro Apache 2.2 PHP 5.2 (apache module) Microsoft SQL Server 2000 Desktop Engine (MSDE 2000)

[PHP-DB] PHP5 instalation on SuSE 10.2

2007-04-24 Thread marcin . stanislawski
HI I've got a problem during instalation php on SuSE I try to do this code in shell sh ./configure --enable-versioning --with-layout=GNU --with-config-file-scan-dir=/usr/local/etc/php --enable-libxml --with-gd --with-mysql all is ok but last report lines are: checking for specified locatio