[PHP] Crystal Reports & PHP MySQL

2002-10-15 Thread Webmaster MBTRADINGCO
Hi does anyone knows if Crystal Reports works fine with PHP MySQL Enviroment, or can anyones suggest me a good reporter for PHP MySQL Site? The Vampmaster. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Does anyone knows File Maker

2002-10-03 Thread Webmaster MBTRADINGCO
I ran yesterday into a company that wants me to implement a solution with PHP and File Maker. I don't even know if it is possible, so I was wondering: A) Does anyone has any experience with filemaker? b) Can PHP save data from internet via ODBC to a database (other than the ones it supports) in a

RE: [PHP] Getting users IP address into a variable.

2002-10-02 Thread Webmaster MBTRADINGCO
Actually I'm just using it so a customer can acces a PWS that is broadcasting on its own security cameras. I have a DSL that disconnects every 8 hours, and gives dinamyc IP, so each time it connects it goes to my site, and writes down the addres, so my customer can access the report, and see what

[PHP] Getting users IP address into a variable.

2002-10-02 Thread Webmaster MBTRADINGCO
I'm sure there has to be a way to verify which IP address is accessing from. I need to establish a page where when I enter it records the IP address I'm logging in from, to a database. Problem is I can't seem a command in php that can assign that to a variable, as in: $ip=HTTP_GET_ ANY IDEA

[PHP] Sessions and variables dum question

2002-06-18 Thread webmaster mbtradingco
Hi, maybe I'm doing something wrong but I can't figure out what. I have a little script that is supposed to handle two variables from a session, so when a user logs in: Session start() $user = "user" $pass = "pass"... redirects to another page. Now on the index page it reads Session start() G

RE: [PHP] Trying to list a directory content HELP PLEASE

2002-06-07 Thread webmaster mbtradingco
[EMAIL PROTECTED] > Subject: Re: [PHP] Trying to list a directory content HELP PLEASE > > > On Friday 07 June 2002 00:47, webmaster mbtradingco wrote: > > I know my doubt is probable odd, but I would ask your help please. > > > > I need a user to be able to selec

[PHP] Trying to list a directory content HELP PLEASE

2002-06-06 Thread webmaster mbtradingco
I know my doubt is probable odd, but I would ask your help please. I need a user to be able to select an image from a directory, from a drop down box. For this I need to list all the images available on the directory, hence, I have this code: ".$f.""); } ?> ."); b

[PHP] Timed Jobs.

2002-02-20 Thread webmaster mbtradingco
Hi:   I was wondering if it is posible to make in PHP a cron job, that will trigger an event (i.e. send an e-mail) long after the process of the data has taken place, like programming an e-mail to go out, on an specified date.   My question is, since the script is run and triggered by t

[PHP] form opens a php window.

2002-02-17 Thread webmaster mbtradingco
Hi, I have a form, that I need to control the parameters in the _blank target once it is submitted.   Everything works, fine except the client wants the result of the poll in a popup window, and I am not able to control the parameters on the new window.   Can any one help me with this?

RE: [PHP] Help please

2002-02-16 Thread webmaster mbtradingco
aster mbtradingco CC: [EMAIL PROTECTED] Asunto: Re: [PHP] Help please You should make up your mind - do you want to use the form in order to carry the data (use submit()) or do you want to submit the data via URL (GET method - using window.open()). You can't use both! Bogdan webmaster mbtradi

RE: [PHP] Help please

2002-02-16 Thread webmaster mbtradingco
access below the enviar, and see what I need the submit button to do. Thanks. -Mensaje original- De: Bogdan Stancescu [mailto:[EMAIL PROTECTED]] Enviado el: Sábado, 16 de Febrero de 2002 20:43 Para: webmaster mbtradingco CC: [EMAIL PROTECTED] Asunto: Re: [PHP] Help please Since

RE: [PHP] Help please

2002-02-16 Thread webmaster mbtradingco
below the enviar, and see what I need the submit button to do. Thanks. -Mensaje original- De: Bogdan Stancescu [mailto:[EMAIL PROTECTED]] Enviado el: Sábado, 16 de Febrero de 2002 20:43 Para: webmaster mbtradingco CC: [EMAIL PROTECTED] Asunto: Re: [PHP] Help please Since you'

[PHP] Help please

2002-02-16 Thread webmaster mbtradingco
I’m trying to control the way a new window opens when submiting a form.   When I do it from a regular button, I use:   rollbars=0,width=300,height=340,top=150,left=150');return true">   and it works, it opens the new window, but I’m not transferring any values in here.   What I wan