php-windows Digest 16 Jul 2001 16:08:23 -0000 Issue 654

Topics (messages 8330 through 8334):

Help you with our programming skills and experience
        8330 by: David Rosen

Re: php and flash
        8331 by: Florian Grimm

Re: doc-root in php.ini
        8332 by: Christoph Steinmann

I cant install php on my computer
        8333 by: Administrador

Re: Tuttorials on writing COM classes for PHP and locations of existing classes??
        8334 by: Timthothy

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]


----------------------------------------------------------------------


Hello,

We are a team of experienced programmers with skills
of
PHP/Perl/JAVA/C++/VB/Servlet/JSP/ASP/PowerBuilder/XML/
DHTML/WAP & WML with database of MySQL/MS Access/
MS SQL/ORACLE/DB2/Sybase/Informix.
We are experienced in programming for various  
E-Commerce web site and standalone application,
configuring, installing and debugging troubled
scripts. All will be done in short time
with quality guaranteed. Price is negotiable. We are
interested in various kind projects,contracts and
cooperation.

Pls contact  [EMAIL PROTECTED]  if you are
interested.

Thanks,
David
Some of the applications of our skills:
Web Shop (Shopping cart, online catalogue)
Web Search Engine
Auctions
Banner Exchange
Calendars
Chat
Classified Advertisement
Click Tracking
Communities
Counters
Database Tools
Discussion Boards & Forums
Mailing List
Guestbooks
News Publishing
Polls and Voting
Postcards
Security Systems
User Authentication
Web Traffic Analysis


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/




> can you use flash content on a .php webpage? and how is it done. i cant
get
> it to work.

> thanks, dave

In Flash you can use loadVariables to get an "file" with http.
the content is formated like CGI-Parameters.
Tip:
add a variable &loaded=1 at the end
e.g
informations.php3
returns
myvarname1=myvalue1&myvarname2=myvalue2&myvarname3=myvalue3&loaded=1

flash(>4.0)
keyframe1:set("loaded","0")
          loadvariables("http:informations.php3",get)
keyframe2:label readloop
keyframe3:
keyframe4:if (loaded ne "0")
            goto and play readloop
          endif

a parameter in loadvariables say if you want to send infos to the server
(get or post or nothing)

you can also use flash5 xml and sockets for both directions

Hope this helps
cu
Flori







>
> I've set up and tested php 4.5 on IIS4 on an NT machine. This machine
> supports several hosted domain web sites and each has it's own IP. My
> problem is that I specified the Document Root in php.ini, having it
pointed
> at the root of the first web on which I wanted php installed. That worked
> fine until I went to enable it on the second hosted web site, which then
> showed the Document Root of the first. Clearing the document_root entry in
> php.ini (leaving it empty) and re-starting all IIS webs had no effect. The
> second web still reports the document_root of the first.
>
Try to restart IIS completely (net stop iisadmin; then net start w3svc).
Afterwards it should work. Maybe you doublecheck if php reads the correct
php.ini file by calling phpinfo().

-Christoph






hi.
I'm trying to run php v.4.0.6 on w2k adv. server. all the .txt files about
the process of installation refer to php4isapi.dll file that I cant see on
my computer.I got the distribution binary file. I've heard of compilation of
some files but I havent done yet because I dont know what and how. help me
please.







"Michael Kelley" <[EMAIL PROTECTED]> ????? [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I would appreciate any links or online references to this kind of
> information.
>
> I found one for an excel class at
> http://phpclasses.upperdesign.com/browse.html
> But I'd like to learn more about writing my own classes. Also if anyone
> has links to COM properties for various programs I would also greatly
> appreciate it.
>
> Thanks
>
> --
>
> Michael Kelley
> [EMAIL PROTECTED]
>
> Programmer/Systems Analyst I
> New Mexico State University
> Information and Communication Technologies
> Work # (505)-646-1374
> P.O. Box 30001
> MSC: 3AT
> Las Cruces, NM 88003
>
>
>
>
>




Reply via email to