I am trying to send images to my browser using the header function, but keep on
getting 'No image Available'.
Can someone please help!!
_
View your Twitter and Flickr updates from one place – Learn more!
http://clk.atdmt.com/UKM/go/
Can you please help with my checkout script. I have been getting errors as
shown below:
Warning: mysqli_query() expects parameter 1 to be mysqli, object given in
C:\wamp\www\draft\checkout.php on line 26
Warning: mysqli_affected_rows() expects parameter 1 to be mysqli, object given
in C:
= mysql_fetch_array($result)){
$output[] = ''.$row['name'].': £'.$row['price'].'Add to Cart';
}
$output[] = '';
echo join ('', $output);
?>
Many Thanks
Vee
2009/5/16 Ashley Sheridan
> On
Hi,
I am pretty new to PHP and I am trying to create a shopping cart.
I keep on getting the below error when trying to show the shopping list.
Any guidance that can be provided will be very much appreciated
Fatal error: Call to a member function query() on a non-object in
C:\wamp\www\draft\b
with uploading
yes,I agree with Ash ,you can
test it on a local testing server
or the other server.
if it work ,then you can sure it's environment
problem.
2009-03-05
zhoo
发件人: Ashley Sheridan
发送时间: 2009-03-05 04:10:02
收件人: Karl St-Jacques
抄送: php-general
主题: Re:
Hello people.
I have some trouble with an upload script. It was working until the last 2
weeks.
Whenever I tried to upload a file to a remote server, the $_FILES array is
empty. I print global at start of the script there's nothing.
Here's the form
http://random.server.com/video/upload.ph
> > Hello, > > > > I have trouble uploading files to a server. Actually I can't
> > upload more than 500 bytes or so.> > > > Here's a quick print_r of the
> > $_FILES > > > > [_FILES] => Array( [avatar] => Array ( [name] => index.html
> > [type] => text/html [tmp_name] => /tmp/phpRbmXK5 [error]
Hello,
I have trouble uploading files to a server. Actually I can't upload more than
500 bytes or so.
Here's a quick print_r of the $_FILES
[_FILES] => Array( [avatar] => Array ([name] => index.html[type] =>
text/html[tmp_name] => /tmp/phpRbmXK5[error] => 0[size] =>
That should get you started :
$dirname='/var';
$dh=opendir($dirname) or die('could not open directory');
while (!(($file=readdir($dh))===false)){
if (is_dir('$dirname/$file')){
$myarray[]=$file;
}
echo "$file";
$myarray[]=$file;
}
Mario
Merlin wrote:
Hi there,
does anybody know h
I run a small ISP and am looking at ways to automate grabbing the headers
from email. I currently copy all email to a BSD box, then use Pine in
header mode to get the IP addresses from which I build my spam filters.
A search did not yield much in what I am trying to do:
1)Open the mailbox and
John-
This would best be asked on a Red Hat list, but I can tell you that if you
are using Red Hat 7.3 I would not really count on getting them to release
PHP 4.3 as once a major Red Hat release is out they usually only provide
security updates - NOT feature updates.
Red Hat also modifies the
';
>
> foreach ($_POST as $field -> $value) {
> $fields .= $field.", ";
> $values .=$value.", ";
> }
> $fields = substr ($fields, -2); // strip off last comma and space
> $values = substr ($values , -2); // strip off last comma and space
Hi,
Is it possible to scroll through values posted from a form using PHP? Here
is my problem: I have a form on a page which is created dynamically from the
number of fields in a particular table, so when I POST the data how do I
create the INSERT statement? I feel this will be awkward due to the
c
Usually you would have the actual page between the () so it would be:
echo "
-Scott
At 04:10 PM 2/25/2003 -0800, Todd Barr wrote:
I have tried this 3 different ways and none of them worked...
I am trying to get javascript to generate a popup, with a variable passed
along in the url.
echo""
At 01:54 PM 10/4/2002 +0200, lallous wrote:
>Peter, I think he's stuck with the parsing part?
>you can file() the /etc/passwd file then explode() it and add the
>username,passhash parts and/or more values into the mysql table.
I can parse the file just fine, what I am trying to do is actually mak
At 04:54 AM 10/4/2002 -0600, Peter Janett wrote:
>You can just put the username and password in the MySQL database as normal
>text, then build your applications that are reading them to check the
>passwords with the UNIX Crypt function.
Basically that is what I am trying to do. I just converted
I am looking to implement a calender for a multi-user system.
I came across one called webcalendar on sourceforge
http://webcalendar.sourceforge.net/
Can anyone recommend any others?
It has to be multiuser and hopefully it can fit into the rest of my
existing system
--
PHP General Mailing List
It a BASIC question,
With the following:
Name :
With the job_action.php I want to display the resaults to the user.
But the variable name is empty.
What's the problem?
Thanks
Frédérick St-Hilaire
--
PHP General Mailing List (http://www.php.net
I am using fsockopen to test several of our SQL and WEB servers at our
office. Testing ports 80, 1433 and 8080 work fine, but I would like to
set something up to test ports on our mainframe. These are printers
listening on 9100 and when I test it fails. I don't see anything in the
online do
Has anyone seen or know if it is possible to use PHP to test if a SQL
server is alive on port 1433? I know I could run a query, but was looking
for something to actually test on the port.
Thanks,
-Scott
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php
Thank you Miguel! I was missing the /86400 and it works much better now
:)
On Thu, 9 May 2002, Miguel Cruz wrote:
> On Wed, 8 May 2002, Scott St. John wrote:
> > Sorry to be so thick this morning, but I have a unix time stamp in my MS
> > Sql server that is the date,
Will the fact that the server is on NT be a problem?
On Tue, 7 May 2002, John S. Huggins wrote:
> On Tue, 7 May 2002, Scott St. John wrote:
>
> >-Morning
> >-
> >-I am working on a password aging system that will force a user to change
> >-their passw
Morning
I am working on a password aging system that will force a user to change
their password every 60 days. Can anyone recommend the best method for
taking the current date and adding 60 days to that number? Should I do a
unix timestampe and add or strtotime and add 60 days?
Thanks,
I second that! I was to the point where I bought Ultra Dev but only used
it for table layout and then spent the rest of my time in Home Site. Now
with the new Dreamwever MX Home Site is built in. I was able to complete
a site I was working on in PHP in about an hour last night! Since Home
Change nvarchar to varchar, ntext to text. I do not think you can return a
nvarchar from SQL Server like that. Was this imported from Excel?
-Scott
On Mon, 22 Apr 2002, Jeff Hatcher wrote:
> I'm running Advance Server with MSSQL 2000 Enterprise.
>
> I can not get php to return more than 25
Macromedia/Allaire Home Site 5.0 has PHP color coding, not auto-complete,
but you can customize it for auto-complete if you want. You can also
make it tab 2 instead of 4 :) It's been my editor since the free version
1.0 and it's a work horse. And Home Site has Ultra Dev/Dream Weaver
integra
Kelly-
My way may not be perfect, but this is what I do.
$sql_temp = "select last_insert_id() as mainid from transfers";
$sql_result_temp = mysql_query($sql_temp,$connection);
$row_temp = mysql_fetch_array($sql_result_temp);
$file_temp_id = $row_temp["mainid"];
-Scott
On Wed, 17 Apr 200
On Tue, 16 Apr 2002, Erik Price wrote:
> First of all, try organizing your code using whitespace. Here is an
> example of the code, formatted to be a bit easier to read:
Thank you, that was Pine doing some nice formatting tricks of it's own.
> Now, my first question, is why do you have $userI
I have been trying to organize my code better by using functions,
especially where I am repeating logic. The problem seems to be when I run
a condition within the function, an if statement to check for results of a
variable. As is the code seems to be bypasses, but if I put a die; in the
fun
$network = new COM("WScript.Network");
$computername = $network->ComputerName;
On Wed, 10 Apr 2002, Ron Allen wrote:
> Any idea on how to obtain a computer name...Windows environment using
> PHP?
>
>
>
>
--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visi
On Wed, 10 Apr 2002, Gordon Stewart wrote:
> As far as I know - ALL cookies set by a particular server - can be read &
> re-set by any programme / process on the same server / website..
> So your ASP script could read your PHP cookies & vice-versa..
> I'm just learning PHP, & dont know cookies as
I have developed a security application for our intranet that handles a
user login. It writes values to a cookie and uses that to verify them on
the intranet sites until the sessions expire.
Since we have not totally moved over to PHP I have some ASP applications I
need to protect as well.
Custom 404 what? Do you want to make one?
On Tue, 2 Apr 2002, Craig Donnelly wrote:
> Custom 404
>
>
>
>
--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Mon, 1 Apr 2002, vins wrote:
> Happy Happy Easter.
> and to all you peeps out there who don't celebrate this day.
> Hope you enjoyed your day.
>
> And just too keep the cool
> How do i run that script that give all the information about php ?
> Someone told me the you type PHPINFO();
> but
Help! I have not had a need to use sessions or cookies on PHP until now.
My experience has been to use Sessions in ASP. I am building a system to
have users log in and then drop a cookie on their machine so they can log
onto other apps. It's an internal app. The cookie will contain a useri
I didn't think Programming PHP was out yet?
On Tue, 26 Mar 2002, Rasmus Lerdorf wrote:
> Or, of course, if you want to be cool like Carl:
>
> http://lerdorf.com/buy/
>
> ;)
>
> -Rasmus
>
> On Tue, 26 Mar 2002, Ralph Friedman wrote:
>
> > In article <[EMAIL PROTECTED]>, Septic Flesh wro
Not really a bad question as both are great tools. If you are new to Perl
check out the Perl Beginners group. Wonderful group of people and very
patient with newbies. Make sure you read up on things you are trying to
do before you ask the "how do I do this" question.
-Scott
On Wed, 20
On Thu, 14 Mar 2002, Erik Price wrote:
> Sure! First go get a cup of coffee! :)
> Then change the first line to say this:
>
> Let me know how that works for you.
Erik-
I don't do coffee, but the Iced Tea works just as well :) Thank you, all
is well and my happy face is back on. I was missi
Ok, how about a code snipet since I seem to be blind this morning. The
select box code:
$groupName";
}
?>
On the next page I tried the code Erik recommended doing this:
foreach ($groups as $group_list){
echo $group_list;
}
Any eye openers? Thanks,
-Scott
On Thu, 14 Mar 2002, E
Yes, I have tried that. To view them on the next page I would call
them as $choice[0];$choice[1];, etc, but only the first item in the list
is available.
-Scott
On Thu, 14 Mar 2002, Erik Price wrote:
> Did you try putting brackets at the end of the input names? This tells
> PHP to put the v
Hi gang-
I am working on a javascript box that will allow the user to drag values
from one select box to another. I will use this box to set the values.
This is a standard, multiple select box. On the next page I need to
figure out what PHP is doing with the data coming in.
If I send 5 field
tair Battrick
> Senior Developer
> Lightwood Consultancy Ltd
> http://www.lightwood.net
>
> > -----Original Message-
> > From: Scott St. John [mailto:[EMAIL PROTECTED]]
> > Sent: 08 March 2002 17:02
> > To: [EMAIL PROTECTED]
> > Subject: [PHP] number_format
Hi everyone,
I am trying to format a number for a report, the one consistant thing is
the three decimal places. But I need to strip them, then fill in zero's
from the left.
So, if the number coming in is 8.000 I need to convert to 00800, 11.070
would convert to 01107.
I have tried a combi
Call me silly, but I would just call the hidden values:
$order1 and $order2
Did I miss why they both must be called order?
On Tue, 5 Mar 2002, karthikeyan wrote:
> Hi Guys,
>
> I allready posted this question in detail but I believe I didn't explain it
>properly.
>
> There are 2 hidden
1)Create the db in mysql: mysqladmin -u (your user name) -p (if you have
a password) create (new database name)
2)mysql -D (the name you used above) < (the text file)
Works on Unix and 2000. Is that what you mean?
-Scott
On Mon, 4 Mar 2002, Wilbert Enserink wrote:
> Hi all,
>
> I have
Just download the CGI version and call it from the command line. I am
doing a project now based entirely on the command line using PHP as a file
parser on Win 2K. You can add it to your path or just call it:
c:\php\php.exe -q nameOfScript.php
Make sure you write it like a normal PHP script wi
Seriously, another option that works in IE would be to use the link tag
in the of the document. Put an alternate document in the tag
so when they print the page you can control the content. Here is the
tag:
-Scott
On Fri, 1 Mar 2002, Diana Castillo wrote:
> Is there any way tomake a page
Black background, white text used to work :)
On Fri, 1 Mar 2002, Diana Castillo wrote:
> Is there any way tomake a page that cannot be printed??
>
>
>
>
--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thank you. What I am trying to avoid is doing a parsing of the string
everytime a user comes in. My thought is to use a user table, a group
table and then a permissions table that will allow the user to be a member
of more than one group.
Thank you,
-Scott
On Wed, 27 Feb 2002, Julio Nob
I am currently building an intranet security system to handle internal
users and the web applications we have.
When we are done we will have the ability to add/remove users, control
what apps they can and can't see, etc. One thing I would like to be able
to do is set up groups and have the
I had php working with the RPMs in RedHat, but I
followed the instructions from this site:
http://www.e-gineer.com/instructions/index.phtml
(BTW;excellent site)
and now I'm working with php-4.1.1 and apache_1.3.14.
But now when browse the my PHP webpage with pics on
it, I get:
Sorry, but this scri
nsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To contact the list administrators, e-mail: [EMAIL PROTECTED]
######
# Rick St Jean,
# [EMAIL PROTECTED]
# President of Design Shark,
# http:/
check out
www.ileaguemanager.com
At 12:12 PM 4/2/01 -0500, Michael Roark wrote:
>Does anyone have any code which creates schedules? Like to create a works
>schedule or a league schedule (baseball, softball that sort of thing)
>
>
>
>-Micahel
>
>
>--
>PHP General Mailing List (http://www.php.net
;--
>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]
##
# Rick St Jean,
#
collected via email. To vote, you must go to the web site listed above.
Thanks!
##
# Rick St Jean,
# [EMAIL PROTECTED]
# President of Design Shark,
# http://www.designshark.com/
# Quick Contact: http://www.designshark.com/messaging.ihtml
wrote:
>Hi,
>
>We are developing a shopping cart application are wondering if there are
>any modules available to integrate with the different shipping
>companies. An help would be greatly appreciated.
>
>Thanks,
>
>Craig
###
; > Jason Murray
> > [EMAIL PROTECTED]
> > Web Design Team, Melbourne IT
> > Fetch the comfy chair!
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL
n the addressee, whether
>inadvertent or otherwise is not intended to waive privilege or
>confidentiality'
>
>**
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: [EMAIL PROTE
list administrators, e-mail: [EMAIL PROTECTED]
######
# Rick St Jean,
# [EMAIL PROTECTED]
# President of Design Shark,
# http://www.designshark.com/
# Quick Contact: http://www.designshark.com/messaging.ihtml
# Tel: 905-684-2952
###
l: [EMAIL PROTECTED]
>To contact the list administrators, e-mail: [EMAIL PROTECTED]
##
# Rick St Jean,
# [EMAIL PROTECTED]
# President of Design Shark,
# http://www.designshark.com/
# Quick Contact: http
HP 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]
##
# Rick St Jean,
# [EMAIL PR
nk
> > you.
> >
> > -dave
> >
> >
> >
> > --
> > 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-mai
If it was a question about tables and how you can use them with PHP then yes.
Take this off-list if you have something important to say please.
At 07:39 AM 3/17/01 +0100, Nik Gare wrote:
>In article <[EMAIL PROTECTED]>,
>Rick St Jean <[EMAIL PROTECTED]> wrote:
> >
t PHP, but since this is such a
> > great discussion forum, I am certain it is a good place to get started
> > with a new technology.
>
>
>Oh, but it is a PHP mail list/newsgroup.
>This question does not belong here.
>
>Nik
>
######
t;
>--
>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]
##
# Ric
hey then?
>
>The problem with the manual is, that it is VERY hard to understand correct
>for a newbee. For a little experienced developer it's no problem. But the
>rest of us??
>
>
>
>- Original Message -
>From: "Rick St Jean" <[EMAIL PROTECTED
me!
>
>Thanks a lot
>
>
>Christian
>
>
>--
>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]
###
y. A list member out there
>just might know _exactly_ what you need to solve your problem.
>
>mal
>
>-Original Message-
>From: RBL [mailto:[EMAIL PROTECTED]]
>Sent: 15 March 2001 17:17
>To: Rick St Jean; [EMAIL PROTECTED]
>Subject: Re: [PHP] FAQ
>
>
>on 3/15/0
Cool idea,
I am going to add that to the spec for the mailing list program we are
working on.
it is relatively simple if you put it there when you are planning the app.
At 09:17 AM 3/15/01 -0800, RBL wrote:
>on 3/15/01 9:04 AM, Rick St Jean at [EMAIL PROTECTED] wrote:
>
> > Also
know if there would be a demand for an
experienced mailing list? I am just frustrated by the same 3
questions that pop up about once a day. The rest of the posts
are great.
Rick
##
# Rick St Jean,
# [EMAIL PROTECTED]
# President of Design
Lauri
>
>
>
>--
>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]
##
r production.
>
>--
>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]
t/)
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To contact the list administrators, e-mail: [EMAIL PROTECTED]
######
# Rick St Jean,
# [EMAIL PROTECTED]
# President of Design S
ch WHERE CountryID='2' AND PriceID='3' AND
> >(FacilityID='5')
>
>--
>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 administrat
//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]
##
# Rick St Jean,
# [EMAIL PROTECTED]
# President
ng 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]
######
# Rick St Jean,
# [EMAIL PROTEC
(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]
######
# Rick St Jean,
# [EMAIL PROTECTED]
# Presid
gt;Thanks
>See ya!
######
# Rick St Jean,
# [EMAIL PROTECTED]
# President of Design Shark,
# http://www.designshark.com/
# Quick Contact: http://www.designshark.com/messaging.ihtml
# Tel: 905-684-2952
##
--
PHP General Mailing List
01 13:54, Chris Cocuzzo wrote:
> > I'm slightly confused as to why you would not want it parsed and
> > executed...or I should say...what would be the differences in using the
> > include function vs. reading it in like a file??
> >
> > Chris
> >
> > --
How embarassing... I read about that and forgot about it.
It is a matter a getting aquainted with new syntax.
Thanks.
Rick
At 01:52 PM 3/13/01 +1030, David Robley wrote:
>On Tue, 13 Mar 2001 13:45, Rick St Jean wrote:
> > I am looking for a simple way to include a file and not have
.
All I want to do is include it raw... any ideas?
Rick
##
# Rick St Jean,
# [EMAIL PROTECTED]
# President of Design Shark,
# http://www.designshark.com/
# Quick Contact: http://www.designshark.com/messaging.ihtml
# Tel: 905-684-2952
scribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To contact the list administrators, e-mail: [EMAIL PROTECTED]
##
# Rick St Jean,
# [EMAIL PROTECTED]
# President of Design Shark,
#
would I do that?
>
>- Kath
>
>
>--
>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]
##
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]
##
Earth has water and oxygen and sunlight to support
>life? I beleive in God, but let's be realistic here. Do you really think
>God just waved his hand and there appeared a chicken?
>
>Open your mind to other possibilities.
>
>Keith
>
>On Fri, 9 Mar 2001, Rick St Jean wrote:
>
om
> >
> >
> > -Original Message-
> > From: Keith Vance [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, March 09, 2001 3:14 PM
> > To: Kath
> > Cc: Krznaric Michael; 'Rick St Jean'; [EMAIL PROTECTED]
> > Subject: Re: [PHP] Advanced PHP
> &
ral 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]
##
# Rick St Jean,
# [EMAIL
Is this incorrect? When you say that it 'died', what are you referring to?
>>
>>.:: Nathan Cook [ [EMAIL PROTECTED] ] ::.
>>PCS Edventures.com
>>Systems & Network Administrator :: Programmer
>>[ phone - 208.343.3110 ][ pager - 208.387.9983 ]
>>- Or
res.com
>Systems & Network Administrator :: Programmer
>[ phone - 208.343.3110 ][ pager - 208.387.9983 ]
>- Original Message -
>From: "Rick St Jean" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Friday, March 09, 2001 3:27 PM
>Subject: [PH
x27;s so easy. ust the built in functions
>or just call parse_str() on the output and you're set.
>
>-aaron
>
>At 5:27 PM -0500 3/9/01, Rick St Jean wrote:
>>How to people typically integrate payment processors with PHP?
>>And what processors are used most ofte
additional commands, e-mail: [EMAIL PROTECTED]
>To contact the list administrators, e-mail: [EMAIL PROTECTED]
##
# Rick St Jean,
# [EMAIL PROTECTED]
# President of Design Shark,
# http://www.designshark.com/
# Quick Contact: http://www.designsha
##
# Rick St Jean,
# [EMAIL PROTECTED]
# President of Design Shark,
# http://www.designshark.com/
# Quick Contact: http://www.designshark.com/messaging.ihtml
# Tel: 905-684-2952
##
# Rick St Jean,
# [EMAIL PROTECTED]
# President of Design Shark,
# http://www.designshark.com/
# Quick Contact: http://www.designshark.com/messaging.ihtml
# Tel: 905-684-2952
##
--
PHP General
trators, 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]
ds, 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
t;
>--
>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]
##
# Rick St Je
oy Head, Systems Office
>Linda Hall Library of Science, Engineering and Technology
>5109 Cherry 816 926-8749
>Kansas City, MO 64110
######
# Rick St Jean,
# [EMAIL PROTECTED]
# President of Design Shark,
# http://w
##
# Rick St Jean,
# [EMAIL PROTECTED]
# President of Design Shark,
# http://www.designshark.com/
# Quick Contact: http://www.designshark.com/messaging.ihtml
# Tel: 905-684-2952
##
--
PHP General Mailing List (http
efault.php';
>
> }
> ?>
>
>Yes there are other ways but this is the simplest and you should (and
>will!) learn to use if/elseif/else which will be useful in the future.
>
>Regards,
>
>Philip Olson
>http://www.cornado.com/
>
>
>--
>PHP General Mailing List
>[EMAIL PROTECTED]
##
# Rick St Jean,
# [EMAIL PROTECTED]
# President of Design Shark,
# http://www.designshark.com/
# Quick Contact: http://www.designshark.com/messaging.ihtml
# Tel: 905-684-2952
#
1 - 100 of 108 matches
Mail list logo