hi.
I want to use a sting as a submit button. Can I do that, and how?
--
Rodrigo San Martin
Institutt for datateknologi og informatikk
http://www.idi.ntnu.no/~rodrigo
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://w
php-windows Digest 18 Nov 2002 08:17:51 - Issue 1446
Topics (messages 16997 through 16999):
Re: w2k + sp3 + php 4.2.3
16997 by: George Nicolae
Re: Strange problem
16998 by: Howard, Robert P
String as submit
16999 by: Rodrigo San Martin
Administrivia:
To subscribe
hi Rodrigo,
Monday, November 18, 2002, 8:19:05 PM, I've got:
RSM> hi.
RSM> I want to use a sting as a submit button. Can I do that, and how?
For example:
echo "";
--
The Same,
Steelmailto:[EMAIL PROTECTED]
http://www.none.ru
Hello -
When you mean 'string as submit' do you refer to using a link ... ?
Either use a form element called "image"
or use javascript to send the form
Submit form
Where formname is what you put in the name / ID of your element.
This is all really basic HTML though - why are you posting it t
I have no complaints using the nusphere technology platform distribution
Get it from -> http://nusphere.com under their free downloads section
"Muhammad Imran" <[EMAIL PROTECTED]> wrote in message
001201c28ae6$1ac626a0$[EMAIL PROTECTED]">news:001201c28ae6$1ac626a0$[EMAIL PROTECTED]...
Can any one
hi !
yes you were right there is space between server name but still i am unable
to remove it
$username ,$password,$server are comming from file and they have correct
values
$username1 = $username;
$password1 = $password;
$server1 = $server;
echo $server."test" ;
echo $password."test" ;
echo $
"Steel" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> hi Rodrigo,
>
> Monday, November 18, 2002, 8:19:05 PM, I've got:
>
> RSM> hi.
>
> RSM> I want to use a sting as a submit button. Can I do that, and how?
>
> For example:
>
> echo "";
>
> --
> The Same,
> S
I have the following code for managing validation of data on a SQL server.
I was just using the NEW COM code, but after exhausting everything else, I
gave it a go with the com_load and com_invoke.
System Specs:
Windows XP Professional
IIS 5.0 / PHP 4.2.3
$_GET["DocumentID"] = 115739;
Pursue_U
Tanks for all for the response.
I have see with phpinfo.php any variables of the Apache+PHP configuration.
I do not have see a variable PHP with value of the ServerRoot of the Apache.
My installation are in WinNT system like C:\OPENFEDRA\Apache\.. and
C:\OPENFEDRA\PHP\.
My Serv
hello
I'm new at php (XP, PHP, MYSQL, APACHE).
My dilema is whether php is robust enough to insert data collected from a
html form into a mysql database, and then display the same html form to the user
again and again for continous entry of records.
Another twist is that some of the data shoul
Marlene Burckhalter wrote:
hello
I'm new at php (XP, PHP, MYSQL, APACHE).
My dilema is whether php is robust enough to insert data collected
from a html form into a mysql database, and then display the same html
form to the user again and again for continous entry of records.
Another twist is t
hay guyz .
im tryin to upload a file to my server n im gettin
this on the screen :
file submittedmissing in beta ! ! ! !.txtfile sixe
162file typetext/plain
Warning: Unable to open '' for reading: Permission
denied in e:\final project\zroot\up.php on line 89
Either you did not upload any fi
hay zues
try this
insert into table values (" . $first. ",
" . $last. " );
hope this works .
good luck
toby ..
--- zeus <[EMAIL PROTECTED]> wrote: > I make
register golbals on, but it doesn't solve the
> problems. The wird
> thing is, i am using php nuke in my localhost, it
> can
hello everybody,
I am working with php 4.2.3, apache/1.3.26, on windows 2000 and thought
that I finally managed to successfully install gd2.
but of course I was wrong, it is only working as long as I don't use
truetype-functions.
still my phpinfo() tells me that FreeType Support is enabled, as w
Marlene, I hope to write clear things in order to help you.
I and my team have made one applicatione of date entry with Apache and PHP
using rows XML
in order to record the infomazioni or for having the coordinates in order
to construct the form dynamically.
The thing that has complicated us the
Interesting... You should check out the 'eval' function:
http://www.php.net/manual/en/function.eval.php
This can be used to evaluate a string as if its PHP code. Its tricky to
use, so you will probably have to do a bit of trial and error, but the
required code would look something like this:
If you need to remove the space, use trim( $variable ). Trim() removes all
white space/tabs etc from the end and start of a string.
$Variable = " LOTS of white Space :-( ";
trim( $Variable );
echo "*".$Variable."*";
displays
*LOTS of white Space :-(*
instead of
* LOTS of white Space
I have the same problem with GD2. In the end I gave up and went back to
1.3.somin (It comes with the php distibution). The older version works, but
does uses a slightly different syntax and has not got the most advanced
features of GD2 (Such as drawing a filled arc!)
- Original Message -
F
is there a way to find if a file exists on a remote
server?
Ensign BakerHCO
OfficerUSS Atlantis
hello everybody again,
a solution for this problem is offered on http://bugs.php.net, #bug 18879. I didn't find it earlier, but the workaround:
putenv("GDFONTPATH=c:\\winnt\\fonts");
then use font name without extension (eg. "arial") in your call to ImageTTFBBox();
works perfectly, with other t
DaMouse:
Try looking at www.php.net/fopen : the 3rd comment should work:
To check if a file exists using http or ftp use the following:
$fp = @fopen("http://www.someurl.com/testfile.php3","r";);
if ($fp)
{ print"The file exists!"; }
else
{ print"The file does not exi
i get parse error with this code, what's wrong with the code? i think i
have give the "else" statement in ther right way.
help,neet it so bad.
Thanks
===
/
//configure ///
/
require("config.php");
php-windows Digest 19 Nov 2002 02:27:17 - Issue 1447
Topics (messages 17000 through 17019):
Re: String as submit
17000 by: Steel
17004 by: suhailkaleem
Re: Subject: String as submit
17001 by: Neil Smith
Re: Preconfigure Php+MySql+Apache bundle for Win9x
1700
change your else($submit) statement to else
-Original Message-
From: zeus [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 20 November 2002 4:25 AM
To: phpwin
Subject: [PHP-WIN] parse error
i get parse error with this code, what's wrong with the code? i think i
have give the "else" statement
Does anyone know of a really good web crawler built in php using mysql
for the database?
I am looking to setup a php app that I can setup to crawl my own web
site so I can have people search the site. I know there are plenty out
there, but out of the ones I have tried, the results they return are
Check your config settings for php within IIS. The sp3 might have
overwritten them? Also, verify that your php.ini file is in your windows
directory.
-Original Message-
From: mst [mailto:[EMAIL PROTECTED]]
Sent: Sunday, November 17, 2002 4:09 AM
To: [EMAIL PROTECTED]
Subject: w2k + sp3 +
Nope! i try that one too, but the parse error thing still exist
Howard, Robert P wrote:
change your else($submit) statement to else
-Original Message-
From: zeus [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 20 November 2002 4:25 AM
To: phpwin
Subject: [PHP-WIN] parse error
i get
Does anyone know of a really good web crawler built in php using mysql
for the database?
I am looking to setup a php app that I can setup to crawl my own web
site so I can have people search the site. I know there are plenty out
there, but out of the ones I have tried, the results they return are
What line number are you getting the parse error at? It's amazing what
that can tell you.
-Dash
On Tue, 19 Nov 2002, zeus wrote:
> Nope! i try that one too, but the parse error thing still exist
>
>
> Howard, Robert P wrote:
>
> >change your else($submit) statement to else
> >
> >-Origi
29 matches
Mail list logo