ct them to use this number to
insert apartments?
I am really confused right now, I know that there are some problems in my
thinking so letme know if you spot these areas.
Thanks much,
olinux
_
Do You Yahoo!?
Get your free @yahoo.com addre
each could
theoretically have unlimited agents. Just keep adding numbers after the
"base" ID
So, anyone have any ideas to go about this, I don't think that I can use a
DB, unless maybe it was a flat text file... [never worked with those
befo
if anyone checks it out, maybe you can tell me why I have a
Blank screen.
thanks
olinux
ICQ me at 81933324
_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
--
PHP Database Mailing List (http://www.php.net/)
.html?tag=st.dl.10001-
103-1.lst-7-1.2711921
olinux
-Original Message-
From: Kevin [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 01, 2001 3:57 PM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] [php-db] php install?
Hey, looking for a hand here.
System Running:
Win 98, Apache
but i
needed a quick references [ tiny little $13 book ] antoher great book is
HTML 4: No Experience required by Sybex Books.
olinux
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, March 08, 2001 4:59 PM
Subject
AWESOME man!
I will definitely be back to check it out more in depth.
olinux
- Original Message -
From: "narsu" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 09, 2001 2:35 PM
Subject: [PHP-DB] Resource for PHP and other technologies
> I
uestion, shouldn't I be able to use the variables $company $fname $lname before
the WHILE loop since I know that there is only one record?
olinux
work. I am not very
familiar with functions so it is probably obvious what i am missing. i would love to
figure this out, so if you can help me [or we could help each other] I would
appreciate it!
you may ICQ at 81933324
thanks much,
olinux
mysql_fetch_array($result)) {
$apt_ID = $row['apt_ID'];
$feature1 = $row['feature1'];
$feature2 = $row['feature2'];
$feature3 = $row['feature3'];
}
$table_block .= "[ this contains HTML code for table rows to display data ]";
}
Thanks Much!
olinux
erstand that they do the same thing. Just wondered if there is a difference in
execution speeds. I realize that its probably trivial, but I'm curious.
thanks
olinux
l web development/design
> www.ryanflynn.com
- Original Message -
From: "Ryan Flynn" <[EMAIL PROTECTED]>
To: ""olinux"" <[EMAIL PROTECTED]>
Sent: Thursday, March 15, 2001 7:40 PM
Subject: Re: [PHP-DB] 2 while loops - 2 tables
> _
perty of item 1 that corresponds to field_2 */
/* Now here we put an if statement that counts the number of records that were
displayed and doe something based on that number */
$comparison_table = "
$field_1
$item_1_1";
I don't know! Now I am lost, please help me if you can.
Thanks
olinux
NT OPTION;
mysql> GRANT ALL PRIVILEGES ON *.* TO monty@"%"
IDENTIFIED BY 'some_pass' WITH GRANT OPTION;
mysql> GRANT RELOAD,PROCESS ON *.* TO admin@localhost;
mysql> GRANT USAGE ON *.* TO dummy@localhost;
olinux
- Original Message -
From: "Mat
le or if/for loop */
if ($car_ID[$next] != "")
$table .= "$car_ID[$next]";
So basically that is as far as i have got. I would appreciate if anyone can provide
some direction
Thanks much,
olinux
You have to escape your ""
> $query = "SELECT m_sender, m_date, m_subject FROM messages WHERE m_id =
> '$m_id'";
try this
$query = "SELECT m_sender, m_date, m_subject FROM messages WHERE m_id =
\"$m_id\"
";
- Original Message -
From: "Martin Skjöldebrand" <[EMAIL PROTECTED]>
To: <
t;abc"; $a[1]="def";
After an array_flip() you get:
$a["abc"]=0; $a["def"]=1;
gotta love it!
olinux
> De: olinux <[EMAIL PROTECTED]>
> Para: <[EMAIL PROTECTED]>
> Enviada em: sexta-feira, 23 de março de 2001 12:37
> Assunto: Re: [PHP-DB] co
();
session_register('last_search');
$last_search = $result_of_query
Any thoughts? I was just thinking that once the client has the results on his/her
machine, then there should be no need to reconnect to the DB (unless the search is
different)
Thanks much,
olinux
e... It looks set to me :)
puzzled,
olinux [who thanks you all greatly]
mmmK,
i have figured it out,
anyone want it?
lemme know
olinux
- Original Message -
From: "olinux" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "PHP-DB" <[EMAIL PROTECTED]>
Sent: Saturday, March 24, 2001 4:27 PM
Subject: [PHP-DB] uploading file
here is the working script on my local windows machine. note that you will
need to change $the_path
Everything is pretty self explanatory. You can read the article that I took
this from at http://phpbuilder.com/columns/bealers2904.php3
olinux
here is the working script on my local windows machine. note that you will
need to change $the_path
Everything is pretty self explanatory. You can read the article that I took
this from at http://phpbuilder.com/columns/bealers2904.php3
olinux
a whole lot of mySQL functions, it's a wonderful
little reference and I have learned some neat things real fast. I
understand that it is far from "complete" but i feel it is worth it for me
[starting out]
olinux
- Original Message -
From: "Jeff Oien" <[EMAIL P
I would suggest going to www.hotscripts.com
they have a marvelous collection of all sorts of scripts - content
management, database crap, pretty much everything.
I think that if actually learning the PHP, mySQL is not going to happen
these scripts would work quite well
olinux
- Original
save the file as a .csv [comma delimited] file and you will be able to
import that into mysql. sorry, that's as much as i know.
olinux
- Original Message -
From: "John" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 27, 2001 4:14 PM
Subject:
Does anyone else work with ceckbox data in their DB?
thanks much,
olinux
just change the FORM action attribute to
action="http://www.web.com/comunidad/directorio/directio.php"
olinux
- Original Message -
From: "Gaby" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 28, 2001 5:04 AM
Subject: [PHP-DB] post m
ble, WHERE uid = $uid";
mysql_query($q);
}
...
function create_checkbox_query($arr, $table, $uid) {
global $table_name;
$q = "INSERT INTO $table (uid, skill_id) VALUES";
foreach ($arr as $check) {
$q .= " ( $uid , $check )" . ",";
}
return substr($q, 0, -1);
}
insert_skills("1", $skills);
thanks much,
olinux
nevermind, sorry
it was a stupid comma in my sql query...
what i have is very sool tho, so if you would like the script its great!
i derived it, almost entirely from Dan LaFlamme's NOT working script at
http://phpbuilder.com/columns/laflamme20001016.php3
olinux
- Original Message -
need to call the function
skill_search($skills);
but this does not make the variables inside the function available.
thanks much,
olinux
/jump.cgi?ID=9644
the second is supposed to be a multiple file uploader, but i could not get it to work.
you can see what i have compiled so far.
http://www.angelfire.com/ak5/olinux/mult_upload.txt
thans much,
olinux
insert the records as they come in - each form - ?
I am thinking that one connection to the DB might be easiest to carry out.
thanks much,
olinux
you can,
choose the database on the left hand side and you will se all of your tables
in that db on the right with the option to EMPTY
olinux
- Original Message -
From: "Naga Sean" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 02, 2001 12:25 AM
Su
I searched some for this and found nothing that didnt confuse me more
how can i store an array in a session?
Must I register each variable and then put them into the array?
Can you provide an example?
thanks much,
olinux
Here's an article that may help:
"Dynamic generation of static webpages"
http://www.phpbuilder.com/columns/loris20010420.php3
I think what you are referring to would best be
accomplished using a macro:
You can download AutoMate 4.5 at downloads.com - it's
a simple program
x27;m sure there's a better way, but this seems to work
OK.
I will email code sample later [off-list]. I would be
happy to share code with others as well.
olinux
--- Corey Eiseman <[EMAIL PROTECTED]> wrote:
> Hi folks, I've got a question hopefully someone can
> shed
st feature]
olinux
--- Gurhan Ozen <[EMAIL PROTECTED]> wrote:
> Hi kevin,
> Seems like in your while loop, you are not
> populating your list array
> correctly with all the emails you have.
> Try to have a count value and populate the array
> list accordingly such as:
>
hile a search for 'auto repair' should
return just category 10
Make sense? Please let me know of a good strategy for
this - I imagine that it is quite common.
Thanks much,
olinux
__
Do You Yahoo!?
Send FREE Valentine eCards with Yaho
In
\"B\": ";
echo mysql_num_rows($result);
echo "";
if (mysql_num_rows($result)) {
echo "";
echo "Artists";
while ($qry = mysql_fetch_array($result)){
echo "";
echo "";
echo "$qry[artist] ($howmany)";
}}?>
o
forms --
}
olinux
-Original Message-
From: Marius Ursache [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 11, 2002 11:24 PM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] multiple forms, one submit button
hi
is it posibile to have in a php script multiple forms and only one
submit button? if
Interesting Jason, just to make sure I'm clear:
basically, you would query the table and
while loop through the query result and create an
array and then store that in a session?
olinux
--- Jason Cox <[EMAIL PROTECTED]> wrote:
> Dan,
>
> Here's an idea for you:
>
can't use get
method because it is a login to "account manager". I
have tried
session_cache_limiter('private'); and it does nothing?
I am out of ideas and patience, please help if you
can. thanks,
olinux
__
Do You Yahoo
jas,
Try this:
- Remove the @, it suppresses the error
- change die("Could not execute query, please try
again later"); to die(mysql_error());
$sql = mysql_query("DELETE FROM $table_name WHERE $id
= 'id'",$dbh) or
die(mysql_error());
olinux
--- jas <[EMAIL
try this:
if (900<=$time && $time<=1500) {$time = 1;}
olinux
--- [EMAIL PROTECTED] wrote:
> Hello,
>
> I've been working on pulling one or more records
> from my db by the time of
> day. Here is what I've tried so far,
> $time = date("Hi&q
You must use absolute paths in includes. essentially
the include will reference itself as the starting
point, rather than the script you are calling it from.
olinux
--- Jonathan Hilgeman <[EMAIL PROTECTED]> wrote:
> I'm on a red hat system, and I've soft-linked two
> di
than enough functionality to
insert and pull data for what we're doing. We also
have a MSSQL database. Which would be a better
solution. I am guessing that MySQL would be as 99% of
queries would be simple select statements and MySQL
handles this well.
Thanks much,
olinux
PS: Hosting providers -
I'm doing a lot of research on content management
systems and wanted to get input on how to store
article data.
Is it best to store article data in XML - if so how?
Thanks much,
olinux
__
Do You Yahoo!?
Yahoo! Sports - live college
($city) {
$query .= "city = '$city' AND "; }
if ($fname) {
$query .= "fname = '$fname' AND "; }
$query .= "(category = '$category' AND country =
'$country' AND type = '$type') ORDER BY city ASC LIMIT
$offset, $item_p
ormat.
thanks much,
olinux
__
Do You Yahoo!?
Yahoo! Sports - live college hoops coverage
http://sports.yahoo.com/
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I know that there is a PEAR library
[http://pear.php.net] that allows this. I don't know
if it requires CURL or not. I ran into the same
problem and haven't had time to check out PEAR yet.
perhaps someone can enlighten us.
olinux
--- mailing list <[EMAIL PROTECTED]> wrote:
&g
pful:
http://www.databaseanswers.com/data_models/search_engine.htm
A couple articles I found helpful:
http://www.zend.com/zend/spotlight/websearchengine2may.php#Heading2
http://www.phpbuilder.com/columns/clay19990421.php3
olinux
--- Mike de Libero <[EMAIL PROTECTED]> wrote:
> Hi Guys,
>
>
What are you trying to link to?
Most likely you need to pass a few variables in the
URL
This should give you an idea:
echo "$column_value";
olinux
--- "Franden, Craig" <[EMAIL PROTECTED]>
wrote:
> Hi,
>
> I am using a small php script to return records
to make it a little better, make one connection to the
db before you loop and then close the connection
[connect]
foreach loop
[close connect]
olinux
--- "wesley grubbs:." <[EMAIL PROTECTED]> wrote:
> thanks guys for the aid.
>
> in the end, i went with creating a ch
AND category_id IN
($category_matches);
category_id could be anything really - maybe hotel_id
would work for you
criticisms and suggestions appreciated :)
olinux
--- Hugh Bothwell <[EMAIL PROTECTED]> wrote:
> > How can I accomplish the following?
> >
> > I have a t
Here's a start - take a look at the results in
phpmyadmin to get an idea of how to loop the result
SELECT url, author, name, category FROM hwureviews
GROUP BY category
olinux
--- Alex Behrens <[EMAIL PROTECTED]> wrote:
> Hey Guys,
>
> I'm trying to get my script to
'password' and redirects [via header()] to
whatever.php or back to login.php if login was
unsuccessful.
olinux
--- John Hughes <[EMAIL PROTECTED]> wrote:
> I have the first part of the kids' soccer photo
> database site up that I
> mentioned in an earlier post.
>
t the
databases will practivally always function separately.
olinux
--- Mallen Baker <[EMAIL PROTECTED]> wrote:
> Thanks to Michael, Barry, Steve, Cal and Rasmus for
> replies.
>
> We have just taken a contract for a dedicated
> server, and I tried rather hard to get it to be a
check out nl2br() function [newline to break]
http://www.php.net/manual/en/function.nl2br.php
olinux
Jeff Oien wrote: I have a form where someone enters
the body of an email messageinto a part of a form to
be sent out to a list. Then a script retrieves the
body and sends it via email
The script is probably timimg out. Default timeout is
30 seconds.
Stick this in your script
set_time_limit(0);
set_time_limit() has no effect when PHP is running in
safe mode
http://www.php.net/manual/en/function.set-time-limit.php
olinux
--- andy <[EMAIL PROTECTED]> wrote:
>
actually only the article id would be used)
any suggestions?
Thanks much,
olinux
__
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit
You can just echo out during your while loop - or
build a display block and echo it all at once.
> Not quite sure how to get this piece of code to loop
> through the records and
> echo them back one line per one record...
> session_start();
> if (isset($HTTP_SESSION_VARS['var01']) ||
> isset($HT
You can connect to remote servers - but i'm guesssing
that this will be a much more difficult route.
Especially with customers that will be on shared
servers (unless you licensed to the hosting
companies...)
read the manual for mysql_coonect
mysql_connect (server, username, password)
o
hmm...
index it - and you will know
olinux
--- [EMAIL PROTECTED] wrote:
> hi all
> I want to know storage required for my database.
> How i can determine size required for indexing a
> column ?
> (my column's type that indexed is varchar(15))
> Thanks
>
>
>
SELECT INTO OUTFILE
http://www.mysql.com/doc/S/E/SELECT.html
ex: SELECT a,b,a+b INTO OUTFILE "/tmp/result.text"
FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"'
LINES TERMINATED BY "\n"
FROM test_table;
also useful -
LOAD DATA INFILE
http:/
irst few - similar to the way cnet does.
Thanks much,
olinux
__
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
| 20020815 | coverstory | title | article
Thanks much,
olinux
--- Adam Williams <[EMAIL PROTECTED]> wrote:
> If your articles are in an SQL database uses the
> LIMIT clause on your SQL
> statement.
>
> Adam
>
> On Fri, 16 Aug 2002, olinux wrote:
I am just trying to return a few results from each
category. like this:
http://cnet.search.com/search?timeout=3&q=php
sql query example:
SELECT id, article_date, category, region, title FROM
articles WHERE MATCH (title,article) AGAINST
('$search_word');
There are 20 possible categories that may
ecifically
limit_urls_to and restrict) to emulate results in
categories. If anyone could point me to potential
hangups - I would sure appreciate it.
Thanks much,
olinux
__
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.co
7;
Description:
'.$row[l_description].'
Categories: -
'.$row[category].'';
}
Then after the while loop I do this to finish off the
list and provide the edit link
$content .= $listing.'
[M
here are some links to free tree menu scripts
http://www.hotscripts.com/Detailed/8821.html - UltraTree
http://www.hotscripts.com/Detailed/9035.html - iScouter Smart Tree View
http://www.hotscripts.com/Detailed/3704.html - PHP TreeMenu
let me know how they work, please?
olinux
- Original
al 1 they do not print anything]
My problem is, i do not know how to get these inserted. I have about 15 fields so i
would like to be able to display them in table cells of 4 or 5 each.
Thank you,
olinux
what if i put the if statements inside of another if statement and then set
the $i back to 1.
if ($1 = 4) {
$display .= "";
$i = 1;
}
how exactly would i do this, or is it totally wrong?
olinux
- Original Message -----
From: "olinux" <[EMAIL PROTECTED
there is no "$" when registering
then begin each frame with
and all of your registred variables will be available!
olinux
- Original Message -
From: "Bartek Pawlik" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 04, 2001 11:56 PM
Subject: [P
know that
pressing refresh works fine, but some people do not understand and get confused. How
can i fix this?
thanks much
olinux
Try removing the last comma in your update statement
change:
com_type=$com_type, WHERE
to:
com_type=$com_type WHERE
olinux
- Original Message -
From: "Jonathan Underfoot" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 08, 2001 4:16 PM
Subject
hey all,
I am having a hell of a time getting a timestamp to insert correctly. it keeps coming
up 00
here's what i have
e prob, but i do not know
thanks much
olinux
try the tutorial at www.thickbook.com or at www.devshed.com for setting
everything up.
olinux
- Original Message -
From: "Mike Corredea" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 19, 2001 10:02 AM
Subject: [PHP-DB] PHP and MySQL
>
if you want to got the jscript route, try something like this
http://www.a1javascripts.com/site_navigation/doublecombo/doublecombo.html
then just figure how you want to insert the variables. shouldn't be too
hard, just match things up from the working script to the new one.
o
Hey all,
I have a htpsswd protected directory and would like the client to only log on once.
Is there a way i can get their USERNAME so that i can pull the correct records from
the db?
thanks much
olinux
hey all, I am trying to create a form that does the following: [ i have most of it
done]
1. queries the db and gets the values of the ID, TITLE, and FILENAME columns in a table
2. creates a form with the TITLE with the filename echoed if it
exists
3. on submission the form update the FILENAME
PDATE executes correctly.
thanks much,
olinux
Here's some of my code.
This generates the form inputs
while ($row = mysql_fetch_array($result)) {
$id = $row['id'];
$title = $row['title'];
$filename = $row['filename'];
$form .= "$title
uot;);
print ("Connection successful!");
olinux
- Original Message -
From: "Francois Boucher" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, April 21, 2001 1:34 PM
Subject: [PHP-DB] super simple... but!
> I wrote this code but no
try session_destroy()
olinux
-Original Message-
From: Chadwick Rolfs [mailto:[EMAIL PROTECTED]]
Sent: Saturday, June 23, 2001 12:39 PM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] session_end()
dear list
I have attempted to use session end to no avail. I have a
self-referencing form with
, or
delimited file.
1. All entries have the same basic format
2. Not all fields are present for each
Does anyone know of a program to strip this type of data into a xls or cvs
file?
thanks much,
olinux
_
Do You Yahoo!?
Get your free
lah..." It only gets worse I'm sure. I would try doing
something with CSS... then you may even decide to change the other template.
:)
olinux
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 27, 2001 3:13 PM
To: [EMAIL PROTECTED]
Subje
thing like ($name_of_result_between_two_strings,
$first_string, $second_string)
Is there such a function?
Thank you,
olinux
_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
--
PHP Database Mailing List (http://www.php.net/)
To unsubscri
Couldn't you just store the php commands as a txt file and then use a SSI
[server side include]?
olinux
> It would be very convenient to be able to store PHP (or any other server
> side code) in a database, then retrieve and execute it.
>
> I store a lot of website content w
rate is
for such work in the US.
thanks much,
olinux
_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
on remote servers. [i.e. the only
trouble would be establishing a connection between the IIS and SQL server?]
TIA
olinux
_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
--
PHP Database Mailing List (http
,
olinux
_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To
could you set up a "STATUS" field to hold "0" for not logged in and "1" for
logged in?
Then Login script would update the STATUS field. likewise the logoff would
as well. [You would need a way to timeout a user as well]. I am sure this is
not the best way, but seems simple.
-Original Message-
; - if i choose open it displays the script as text.
Please help if you can - i have wasted the entire day ...
thanks much
olinux
_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
--
PHP Databas
Nevermind - i have solved it. I don't know what it was - but a few more
reinstalls did it...
olinux
-Original Message-
From: olinux [mailto:[EMAIL PROTECTED]]
Sent: Saturday, July 07, 2001 1:58 PM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] win2k - apache - php files open as text
he
I would like to begin learning ODBC. Will I be able to set this up on my
single local machine?
Also, What about connecting to MS SQL server remotely? Will i simply need an
IP Port and user/pass?
Thank you
olinux
_
Do You Yahoo!?
Get
ll boxes. Is there a way to do this. Or better yet,
does anyone have a jscript that will work with the [] characters?
Thanks
olinux
_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
--
PHP Database Mailing
ckage INT not null
, apartment VARCHAR (75) not null , apt_address VARCHAR (' at line 1
I have tried creating the table as type myisam and still no luck.
Thank you,
olinux
_
Do You Yahoo!?
Get your free @yahoo.com addre
Build the keywords for the static pages into the existing db table.
a lot of work so you will have to remember to delete changed/delete url's
olinux
-Original Message-
From: J- E- N [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 24, 2001 2:48 AM
To: [EMAIL PROTECTED]
Subject: [P
Not possible.
do this $result_1 = mysql_query($sql1) or die('Insert 1 failed');
do this $result_2 = mysql_query($sql2) or die('Insert 2 failed');
olinux
-Original Message-
From: Steve Fitzgerald [mailto:[EMAIL PROTECTED]]
I'm trying to insert data into tw
E value together?
thanks much,
olinux
_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail
Here's a VERY helpful link to help deal with a number of form situations.
http://www.linuxguruz.org/z.php?id=33
Little demo's of each too!
olinux
_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
1 - 100 of 154 matches
Mail list logo