php-windows Digest 7 Mar 2004 03:20:38 -0000 Issue 2153

Topics (messages 23077 through 23079):

Re: extensieadons_dir=  not being read and yes it is uncommented
        23077 by: Winnesoup

Re: start an external program (isqlw.exe)
        23078 by: Winnesoup

Need Help in shoppin cart
        23079 by: New Session

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
Normally windows relative path names should work. You might want to try
double forward slashes: c://php/(/)extensions. if not, try a newer apache
build!
----- Original Message ----- 
From: "Rafi Sheikh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 05, 2004 10:13 PM
Subject: [PHP-WIN] extensieadons_dir= not being read and yes it is
uncommented


>
>
> Hello List.  I uam using: apache 1.3.29, php 4.3.4, MySql 1.3 on WIN2K-Pro
>
> My php install (and extensions dir) is under c:\php.  However, in php.ini
> (located under WINNT\php.ini) I point the extensions directory to
> c:\php\extensions, the php_info() lists extensions_dir=c:\php4 (does not
> read or accepts the change).  If I leave it as default which is:
> extensions_dir="./" this shows up under php_info() listing.  I have tried:
>  / and \ (slashes)
> c:php or c:\php\extensions
> With our without quotes
>
> Result it doe snot accept.  If I leave it at default, than the gd module
> that is bundled with php does not get loaded (whihc I need), errors as :
> module not found-I made sure that I uncommented that part.
>
> Any suggestions?
>
> TIA,
>
> RAfi
>
>
>
> This e-mail, including attachments, may include confidential and/or
> proprietary information, and may be used only by the person or entity to
> which it is addressed. If the reader of this e-mail is not the intended
> recipient or his or her authorized agent, the reader is hereby notified
that
> any dissemination, distribution or copying of this e-mail is prohibited.
If
> you have received this e-mail in error, please notify the sender by
replying
> to this message and delete this e-mail immediately.
>
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

--- End Message ---
--- Begin Message ---
You can start certain programms at the client side using COM. But
(unfortunately ?) only when using PHP on windows webservers. Programm should
be installed at client side off course. But I do agree with Frank.
----- Original Message ----- 
From: "Frank M. Kromann" <[EMAIL PROTECTED]>
To: "Gerardo Rojas" <[EMAIL PROTECTED]>
Cc: "Gerardo Rojas" <[EMAIL PROTECTED]>; "Svensson, B.A.T. (HKG)"
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, March 03, 2004 7:24 PM
Subject: RE: [PHP-WIN] start an external program (isqlw.exe)


> The answer is no (unless the client and server is running on the same
> bos).
>
> PHP is a server side scripting language and the only information send to
> the client is through the HTTP protocol. Cold you imaginne what would
> happen if a web server could start programs on the client maschine?
>
> - Frank
>
> > Got this to work, but my problem now is that this will only open windows
> on the machine hosting the WebServer, is there a way to open an
> application on the client side?
> >
> > also had to make some changes to IIS.  Logon Tab, check the box where it
> says "allow service to interact with desktop"
> >
> > my code goes here
> > -----------------------------------------------
> > $ip = $_SERVER['QUERY_STRING'];
> >
> > $program = "start \"Query Analyzer\" /D\"c:\\Program Files\\Microsoft
> SQL Server\\80\\Tools\\binn\" /NORMAL isqlw.exe -S$ip -Umyuserid
> -Pmypassword";
> > $aOutput = array();
> > $retval = 0;
> > echo "<br>program = $program";
> >
> > exec($program, $aOutput, $retval);
> > foreach($aOutput as $val )
> > {
> > echo "<br>value = $val";
> > }
> > echo "<br>Dumping retval = $retval";
> >
> > -------------------------------------------------
> >
> >
> > --
> > Gerardo S. Rojas
> > mailto: [EMAIL PROTECTED]
> >
> >
> > -----Original Message-----
> > From: Gerardo Rojas [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, March 02, 2004 11:36 AM
> > To: Svensson, B.A.T. (HKG); [EMAIL PROTECTED]
> > Subject: RE: [PHP-WIN] start an external program (isqlw.exe)
> >
> >
> > No, the "isqlw.exe" is the full SQL Query Analyzer tool.  I have the
> full path and executable name.  I just don't know how to call it (exactly)
> from within PHP.
> >
> >
> > --
> > Gerardo S. Rojas
> > mailto: [EMAIL PROTECTED]
> >
> >
> > -----Original Message-----
> > From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, March 02, 2004 11:31 AM
> > To: [EMAIL PROTECTED]
> > Subject: RE: [PHP-WIN] start an external program (isqlw.exe)
> >
> >
> > For system(), etc , you need executable right for the default command
> > shell, and you might like to do "start isql.exe ..." besides, you might
> > also need to include the full path(??).
> >
> > There are some other function calls that also might be better suited to
> > fork with... but let me have a check tomorrow (time to leave work)
> >
> > Anyhow, isqlw.exe, isn't that the plain windows version of isql.exe,
> > i.e. /not/ the analyzer but the simplified version of it?
> >
> > On Tue, 2004-03-02 at 18:25, Gerardo Rojas wrote:
> > > the executable is "isqlw.exe" the arguments are -S server -U userid -P
> password.
> > >
> > >
> > > --
> > > Gerardo S. Rojas
> > > mailto: [EMAIL PROTECTED]
> > >
> > >
> > > -----Original Message-----
> > > From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]
> > > Sent: Tuesday, March 02, 2004 11:23 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: RE: [PHP-WIN] start an external program (isqlw.exe)
> > >
> > >
> > > Aha, that makes sense! :)
> > >
> > > Very well, anyway.. .from time to time I tried to locate the
> executable
> > > for this, but failed (could not identify it in "$MSSQL_HOME\binn". I
> > > also been way to lazy with this (no urgent need as to say). Maybe to
> > > check the properties of start menu item will help(?), but am not so
> sure
> > > about that...
> > >
> > > In any case, if you find out, would you please save me some time as
> well
> > > and let me know?
> > >
> > > On Tue, 2004-03-02 at 18:17, Gerardo Rojas wrote:
> > > > I have many different SQL Servers that i connect to.  This way with
> PHP (webserver) i can generate a list and quickly pick the one I want and
> connect to it (also passing the userid and password, this seems like a
> faster way to do it)
> > > >
> > > >
> > > > --
> > > > Gerardo S. Rojas
> > > > mailto: [EMAIL PROTECTED]
> > > >
> > > >
> > > > -----Original Message-----
> > > > From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]
> > > > Sent: Tuesday, March 02, 2004 11:14 AM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: Re: [PHP-WIN] start an external program (isqlw.exe)
> > > >
> > > >
> > > > Why the do you want to do this with php????
> > > >
> > > >
> > > > On Tue, 2004-03-02 at 17:29, Gerardo Rojas wrote:
> > > > > Is there a quick way to start the "Query Analyzer" from within
> PHP?
> > > > > I've tried exec() and system() with no success.
> > > > >
> > > > >
> > > > > --
> > > > > Gerardo S. Rojas
> > > > > mailto: [EMAIL PROTECTED]
> > > > >
> >
> > -- 
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> > -- 
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
>
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

--- End Message ---
--- Begin Message ---
Sir,
I am a web developer, I had made many sites like shooping cart, mangement
leads etc.
 Iam comfortable in PHP as well as in ASP & iam ready to make sites in just
$500.Sites made by me are running successfully and doing great job .I can
make site having following facilities.

 Admin Panel:

 Nice & easy Admin Panel able to make Superuser or subusers.
 Able to log the subusers activites.
 Order management.
 Newsletter management.
 Products management.
 Categories management
 Auto mail generation in case of stock out of order.
 Shipping management.
 Multiples photos for each products.
 CMT management(To dynamically add page later on, or for dynamic contents).
 Bulk Upload(CSV).
 FedEx, Freight, or UPS Shipping
 Sales Tax Integration.
 etc as per client request.

 Front End:

 Nice user friendly Front end with search facility .
 Secure Socket Layer enabled.
 Online linkpoint integration(Credit Card processing).
 Authorization  enabled.
 Drop Down Floating dynamic menus
 Ability to register for fast checkout processing.
 Subscribe for newsletter.
 Product Purchase & Total Shopping cost on every page.
 Ability to track order status
 Auto mail generation on change in order status.
 etc as per client request.

Below are the description of the applications I had made:-

1. The site selling vehicles. It would involve a comprehensive zip search on
dealers within the locality from which a visitor submits   a request. The
concerned dealers would get the request on their corresponding  dash boards
to pursue the leads.The site has a simple backend for adding / modifying /
deleting vehicle categories and descriptions.

2.  The site can help you fulfill your goal of buying or selling your dream
property.

3.  The site is integrated with our online content management tool, thereby
giving the site owner complete control over the content  management.

4.  Site features SSL eCommerce and an interactive JavaScript quote form.

5.  The site has a front end of one page and further access is only
available to their retailers. It consists of a very complex admin panel in
the backend which is capable of Creating accounts for new retailers and fix
a profit % for each retailer. which would  mean that when a retailer logs in
he'd see a price list with the profit % added to the base price. This list
would appear different to  each retailer, as pertaining to his
profile.Administrator can set a different product list for different
retailers. This means that a retailer interested in a particular category/s
of product would only see that category/s and not others. This facilitates
quick order  placement.Administrator has a facility of being notified by
email after each order placement. He can also have generated, various
summary and detailed reports.

6.  The site offers it's wholesale dealers a facility to register with it
and place orders. There is a full fledged backend administration panel
associated with the site, for managing the orders.

7.  The site is a totally back-end driven site. The site admin can create
new links and pages on the fly and populate them from the DB. The admin
panel features an DB import and export tool which is useful to import-export
a large huge amount of data at one go.

8.  The site administrator can send regular preformtted HTML news letters to
the registered clients through the site. The news letters can be fully
customized through a web admin panel.

9.  An online store for great educational products for children. The site
offers a complete online shopping cart capable of accepting payments online.

10.  A shopping cart of artwork. It provides an easy way for art-dealers to
contact various customers.
    The site contains variety of categories under which the artworks are
displayed. All payments are via SSL under Linkpoint.


Thanks

--- End Message ---

Reply via email to