hi,
while creating a php page , how can ipass avalue in a text box or any boxex to another
page?
i hav created one page wiht text boexes in one file and i hav to send it to another
program. i did it with post method and in order to get that value i did like:
where fname is the text box name
Hello list
I've download some patches for PHP 4.0.6. and I dont know how to use it.
For example rfc1867.c.diff-4.0.6 file how can I "run" it and do the update?
I have PH 7,2 Linux and Apache 1,32
Thank you
On Friday 31 January 2003 11:40, Matt Palermo wrote:
> Thanks. I tried that, and maybe I am doing something wrong with it, but
> it didn't work. What I did was I made a counter variable, $counter and
> put it outside the while loop. Then, inside the while loop, when it
> makes a checkbox, I name
Nevermind everyone... I found out.
Thanks
"Matt" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Does anyone know how to pass a variable to a different frame? For
example,
> I have a navigation frame, and when you click a link, it opens inside a
> different fr
Does anyone know how to pass a variable to a different frame? For example,
I have a navigation frame, and when you click a link, it opens inside a
different frame. Can anyone tell me if there is a way to pass variables
from the navigation frame to the main frame? Thanks a lot.
Matt
--
PHP D
On Thu, Jan 30, 2003 at 09:41:37PM -0800, Rene Groothuis (Aeqis) wrote:
>Hi All,
>
>Small question: How can I make a thumbnail of a jpg image?
>
>Your help is appreciated.
Take a look at the following Image manupulation functions in PHP :
ImageCreateFromJPEG()
ImageCopyResized()
ImageJPEG()
P
Thanks. I tried that, and maybe I am doing something wrong with it, but
it didn't work. What I did was I made a counter variable, $counter and
put it outside the while loop. Then, inside the while loop, when it
makes a checkbox, I named the check box, $CheckBox[$counter], so that it
would put it
If I understand your question correctly, you really don't have to do much to
accomplish what you're looking to do. If you name your checkboxes as an
array ($myCheckboxes[]) then, when the form data is submitted, all of the
$myCheckboxes[] will be passed as an indexed array called, surprisingly
enou
Display mysql_error() in your die() statement... so you actually know
why your query is failing instead of a generic, worthless error message.
If you're not getting the statement in your die() function, then the
query is running, but it's not matching any rows.
Also, FYI: Inside of a double quot
Hey can anyone help me out? I am a bit of an amatuer at this. Here is my
problem:
I have an SQL table with a three fields in it. They are ClassTitle,
InstructorName, and CourseDescription. I am setting up a table that lists
the records with a check box in front of it. Then if the user checks
Hey can anyone help me out? I am a bit of an amatuer at this. Here is my
problem:
I have an SQL table with a three fields in it. They are ClassTitle,
InstructorName, and CourseDescription. I am setting up a table that lists
the records with a check box in front of it. Then if the user checks
Check out imagecopyresampled in the php manual at
http://www.php.net/manual/en/function.imagecopyresampled.php
Rene Groothuis (Aeqis) wrote:
Hi All,
Small question: How can I make a thumbnail of a jpg image?
Your help is appreciated.
Thanks.
Rene.
===
R.
Hey can anyone help me out? I am a bit of an amatuer at this. Here is my
problem:
I have an SQL table with a three fields in it. They are ClassTitle,
InstructorName, and CourseDescription. I am setting up a table that lists
the records with a check box in front of it. Then if the user checks
Hello,
On 01/30/2003 05:31 PM, Qt wrote:
I am working with ms access database and I am using following connection;
$conn->Open("DRIVER={Microsoft Access Driver (*.mdb)}; .. .
I want to learn more for handling data
Where can I find good source for this subject?
You need the latest ve
Okay, I kinda fixed it. I added the DISTINCT option to the sql query.
DISTINCT returns only one row when multiples arre found. What I don't
understand is that there is only one row returned in the MYSQL console.
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://
Dear Sirs,
I try to connect my access mdb with following script but I can not succed. I
get following error.
This server is currently overloaded - please try again later
Any idea where is the my mistake. I am using xitami server under windows 98.
Open("Provider=Microsoft,.Jet.OLEDB.4.0; Data
So
Hmm, I trried your syntax and same problem.
I tried it exactly like this: (though i'd like to stress that it worked with the code
labeled ORIGINAL below)
This customer is on network: A. This is Bayou
Internet's network.They should download Dialer A at: http://www.bayou.com/dialer/dialer.e
flash is server independent. if you call a flash file on another server it
is much like calling an image on another server.
yes, PHP can feed flash(info from a DB...to keep this on topic). And flash
can send back infomation to PHP via get and post variables(not sure about
the post). I've run i
Doubly wrong PHP syntax.
Try instead:
$sql = "SELECT * FROM accessnums WHERE areacode='{$_POST['areacode']}' and
city='{$_POST['cityselected']}' ORDER BY network LIMIT 1";
Ignatius
- Original Message -
From: "jason wesley upton" <[EMAIL PROTECT
Dear Sirs,
I am using following script to insert data into ms access data with php
script
$UserName = "ara";
$Password = "123456";
$conn = new COM("ADODB.Connection") or die("Cannot start ADO");
// Microsoft Access connection string.
$conn->Open("DRIVER={Microsoft Access Driver (*.mdb)};
DBQ=C:
I've not worked with Flash, so if anyone has experience I'd appreciate
their comments.
I understand that Flash presentations are developed on a Windows box, using
Flash MX (FMX), I also understand that FMX has a scripting language, so it
can be used to create forms, display data, etc.
My quest
Dear Sirs,
I am working with ms access database and I am using following connection;
$conn->Open("DRIVER={Microsoft Access Driver (*.mdb)}; .. .
I want to learn more for handling data
Where can I find good source for this subject?
Best Regards
--
PHP Database Mailing List (http://
> $sql = "SELECT * FROM accessnums WHERE areacode=$_POST[areacode]' and
city='$_POST[cityselected]' ORDER BY network LIMIT 1";
>
> It can't execute the query. Any suggestions?
Unless it's a typo, you're missing a single quote around $_POST[areacode]...
---John Holmes...
--
PHP Database Mailin
Your missing a ' before the area code.
-Original Message-
From: jason wesley upton [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 2:43 PM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] SQL: Limit 1 usage?
Currently I have a script that contains this piece of code:
$sql =
Hi All,
Small question: How can I make a thumbnail of a jpg image?
Your help is appreciated.
Thanks.
Rene.
===
R. Groothuis - Aeqis
Gruttosingel 50
2496 HX Den Haag - The Netherlands
E-mail: [EMAIL PROTECTED]
Tel: +31-15-3618824
Mobile: +31-6-51807877
Fax: +
Currently I have a script that contains this piece of code:
$sql = "SELECT MIN(network)
AS 'network' FROM accessnums WHERE areacode='$_POST[areacode]' and
city='$_POST[cityselected]'";
This works fine and accomplishes what I need. Some requirements changed today and I
now ne
Okay, I used print_r but now I get "Resource Id #19" no sort of array info.
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> > Make your 'ip' column UNIQUE in your table and ignore errors.
> > Or, set a flag in a session or cookie when you save the IP and if that
flag
> > is present on other pages, then don't save the IP.
>
> Or I believe you can use REPLACE INTO...
True. I don't think all databases implement REPLACE,
I have written a PHP function that uses the MySQL command:
LOAD DATA INFILE ...
The command returns the result in mysql_info()
Records: 42 Deleted: 0 Skipped: 0 Warnings: 5
My question is how do you find out what the 5 warnings are.
Does MySQL put them in a log file somewhere and is there a way t
> Make your 'ip' column UNIQUE in your table and ignore errors.
> Or, set a flag in a session or cookie when you save the IP and if that flag
> is present on other pages, then don't save the IP.
Or I believe you can use REPLACE INTO...
Chris
--
PHP Database Mailing List (http://www.php.net/)
T
Try this:
After this line:
> $prcp = mysql_query($pquery);
add this line:
print_r($prcp);
(For additional info: http://www.php.net/manual/en/function.print-r.php)
What that should do is print the results directly from your query (which are
stored as an associative array) before anything else is
> I wondered if anyone could help me.
> I would like to store the user IP only once
> per multiple visits.
> The code below store the user IP on every visit
> which is not my intention.
> Please I would like to have the IP stored at once upon
> repetitive visits of the user.
> Thank
> Below is my c
Hi,
I wondered if anyone could help me.
I would like to store the user IP only once
per multiple visits.
The code below store the user IP on every visit
which is not my intention.
Please I would like to have the IP stored at once upon
repetitive visits of the user.
Thank
Below is my code
---
Hi,
I wondered if anyone could help me.
I would like to store the user IP only once
per multiple visits.
The code below store the user IP on every visit
which is not my intention.
Please I would like to have the IP stored at once upon
repetitive visits of the user.
Thank
Below is my code
---
$row[0]
$row[2]
$row[1]
$row[3]";
}
?>
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Post your code.
> -Original Message-
> From: Chris Deam [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 30, 2003 2:27 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-DB] PHP-WIN MYSQL Double results
>
>
> Please help:
>
> I am getting double results when loading an html/php page. I am
Please help:
I am getting double results when loading an html/php page. I am not
duplicating the query nor the while loop. MYSQL console returns single
rows, meaning that the data has not been entered into the database twice.
Any ideas?
Thanks in Advance,
Chris Deam
--
PHP Database Mailing
Use str_replace
$FQDN = "www.domain.com"
$domain_only =
str_replace(array('www.','.com','.mil','.edu','.org','.gov'),'',$FQDN);
Gary Every
Sr. UNIX Administrator
Ingram Entertainment
(615) 287-4876
"Pay It Forward"
mailto:[EMAIL PROTECTED]
http://accessingram.com
-Original Message-
From:
"xxx " <[EMAIL PROTECTED]> wrote... :
> hy,
> i'm having a problem with my project
> i have an oracle server on a computer named oracle and in apache htdocs files i have
>a directory special for my project...
>
> 1 in that dir i have a html file named index.html
> here i get the usernam
English?
-Original Message-
From: Rui Miguel Palma [mailto:[EMAIL PROTECTED]]
Sent: jeudi 30 janvier 2003 16:30
To: [EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]
Sub
Como é que faço para ir para a frame _parent utilizando o comando header("pagina.php")
__
Rui Palma
ICQ#: 171381429
Current ICQ status:
+ More ways to contact me
Well its me again ,you can also check this thread i've posted to get some
more information:
" Help/Advice/Suggestions need to Upload 9 images on one submit button. "
GD
"Quique Notelodigo" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I want to upload a image
Here are some articles I found on different forums while on uploading files
etc, these should give you a head start.
use the move_uploaded_file ( string filename, string destination)
-> the one below is great it explains it in a very simple manner:
How do I find the file I just uploaded to the we
I want to upload a image, from the client, to the server.
I use PHP and MySQL and Apache in the server.
¿How can I do it?
_
Charla con tus amigos en línea mediante MSN Messenger:
http://messenger.microsoft.com/es
--
PHP Database
44 matches
Mail list logo