Re: [PHP] is there free php+mySql hosting?

2001-05-03 Thread Rene Maldonado

Hi try  www.f2s.com



Peter Stevens wrote:

> Hi,
>
> Can anyone tell me if you can get free php+mysql hosting anywhere?
>
> Many thanks and regards,
>
> Peter Stevens
> Project Assistant DP
> -
> Berent APS
> Njalsgade 21G,5
> 2300 København S
> +45 32 64 12 00
> -
> http://www.berent.dk
> http://www.berent.de
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


Re: [PHP] Using

2001-04-23 Thread Rene Maldonado


Hi I think it woulf be better this way:
    print "";
    print "";
    print "";
 
and, the var name is $var_hello
this way, the value of your var do not appear in the URL,
This work for me...
 
 
Martin Cameron wrote:
Here is a simple form file that needs to pass a variable
- $hello - from
the form to a new function. Unfortunately, it doesn't.  When you
click
the submit button, the URL looks like this:
 http://localhost/test5.php?action=1&hello=
 It should have the variable there after the
"hello="
I suspect it's something to do with parent.location. Looking for a
solution. Here's the script:
 
 
 
  define(INITIAL_PAGE,0);
 define(SELECT,1);
 function initial_page(){
    global $PHP_SELF,$hello;
    print " name = 'hello'>";
    print "";
    print " >";
    print "";
 }
 function select(){
    global $hello;
    print "Hellooo,
$hello!";
 }
 initial_page();
 switch($action){
  case INITIAL_PAGE:
    initial_page;
    break;
  case SELECT:
    select();
    break;
  default:
    die ("Hello, can't find
that function.");
 }
 ?>
 
 
The thing is that if you simply hit "enter" - rather than click the
"submit" button, the first directive in the  tag is invoked,
and
the value of the $hello variable IS passed.
regards
Martin Cameron


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


Re: [PHP] update two frames at once?

2001-03-12 Thread Rene Maldonado

Hi

I had the same problem, and I did not find an answer this way, the only way is
with javascript .

Rene

Michael George wrote:

> Hello al!
>
> Is it possible to have two frames updated when cliking on one link?  I have a
> page that is broken into 4 parts:
> master title
> section title
> d   section screen
> i
> r
> .
>
> what I want is that when a link is clicked on in the directory (the left
> column), I'd like to update the section title *and* the section screen...
>
> It seemed a cool layout at the time, but I'm thinking this isn't easily
> possible and I might just have to incorporate a section title on the section
> screen...  But before I rewrite it, I thought I'd ask here.
>
> Thanks!
>
> -Michael
>
> P.S. I'd like to commend the regular posters to this list on being SOOO
>  informative and patient!  Every small question to this list always
>  gets several useful answers, even when I've seen questions asked over
>  and again.
>
> --
> No, my friend, the way to have good and safe government, is not to trust it
> all to one, but to divide it among the many, distributing to every one exactly
> the functions he is competent to.  It is by dividing and subdividing these
> republics from the national one down through all its subordinations, until it
> ends in the administration of every man's farm by himself; by placing under
> every one what his own eye may superintend, that all will be done for the
> best.
> -- Thomas Jefferson, to Joseph Cabell, 1816
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Hiding php Code

2001-03-01 Thread Rene Maldonado



That's the problem, I don't want the web server user or administrator to see
the code.

Rene


Kath wrote:

> You might be able to limit who the file is readable by to just the web
> server user.
>
> - Original Message -
> From: "Rene Maldonado" <[EMAIL PROTECTED]>
> To: "Lista PHP" <[EMAIL PROTECTED]>
> Sent: Thursday, March 01, 2001 4:02 PM
> Subject: [PHP] Hiding php Code
>
> > Hi all, I need to hide the php code, on the server.
> >
> > I know that php is not compiled, so, is there a way to do this??
> >
> > Thanks
> >
> > Rene
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Hiding php Code

2001-03-01 Thread Rene Maldonado

Hi all, I need to hide the php code, on the server.

I know that php is not compiled, so, is there a way to do this??

Thanks

Rene


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] free webhosting

2001-02-28 Thread Rene Maldonado

Hi,

Does any one know where can I get free webhosting, like Geocities.com,
but that suports PHP.

thanks

Rene


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] [PHP-DB] To use paradox??..

2001-02-26 Thread Rene Maldonado

Hi All,

I have been using  PHP for the last 5 months, and it's great, Unitl now,
I have been using connections to informix and everything is OK.

Now I need to connect  from a linux-apache server to a paradox db in
other machine (Windows NT), so the question is, What do I need to make
the connection, for what I have readed in the mailing list archives I
need an ODBC Driver  for paradox, where can I get it, and where I heve
to put it, and what else do I need to do???

Thanks

Rene



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]