umm... ok.
www.google.com
www.php.net
that should get you started.
Sathiyabama wrote:
Dear PHP Team,
I request your help to sort some issues in using PHP.
1.Chennai IIT has developed one recorder.We can record our voice and
video.Its user defined extenion is MV4.
My requirement is
1.I wan
can expand on the details.
- John Manko
Decapode Azur wrote:
I would expect compiled C/C++ to be faster as there is no need for
the code to be interperated and compiled on each request.
Is it possible to compile PHP to improve the speed execution ?
--
PHP General Mailing List (
> if($current_MM < $MM) {
> $age = $calculatedage - 1;
> }
>
> you'll also need to do something like this with the day of the month if
the
> user's bday is in the current month.
> at least... i think that works out :$
> Craig Roberts
>
>
> "John R
Hi,
In mySQL, I store dates as -MM-DD, a standard DATE type. It stores users
date of births. I need to calculate in a PHP script, the users age from this
DOB. I get a PHP date in the same format as the mySQL and subtract, which
returns the year rounded off. ie, it doesnt matter if your birthda
yeah, thats the code i wrote myself (nearly). it gets the job done.
thanks
"Curt Zirzow" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> * Thus wrote John Ryan ([EMAIL PROTECTED]):
> > Hi,
> >
> hello ryan,
>
> > In mySQL, I store dates as
theres this site i want to use to execute a command by visting a url. like
http://www.site.com/stuff.php?id=1234&message=hello_world
when i visit this in the browser when im logged into www.site.com, it works
as im logged in with cookies or sessions or whatever. but obviosuly i cant
be loged in fr
That did it. Thanks.
Jason Wong wrote:
On Wednesday 06 August 2003 11:11, John Nichel wrote:
4.3.2
Try disabling output buffer in php.ini.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
perhaps there should be two lists (novice and advanced), and the
advanced listed shouldn't
answer questions if it's considered trivial enough for the novice list
to answer.
Curt Zirzow wrote:
* Thus wrote andu ([EMAIL PROTECTED]):
This is a very busy list, over 100 message in a quiet day a
and.
Joe Harman wrote:
echo "
href=\"http://www.thingamajigger.com/index.php?year=$year&month=$month\";
yeah this is the link";
?>
-Original Message-
From: John Manko [mailto:[EMAIL PROTECTED]
Sent: Friday, August 08, 2003 2:47 AM
To: Marti
arrg.
[EMAIL PROTECTED] wrote:
Transmit Report:
To: [EMAIL PROTECTED], 402 Local User Inbox Full ([EMAIL PROTECTED])
Subject:
Re: [PHP] Still can't pass variable through url
From:
John Manko <[EMAIL P
ainst the tide" mentality, and
obviously you don't either cause you are on a php mailing list.
-john
Dan Anderson wrote:
I hate to be the one to break it to you but in the real world if a
client or the boss says "program in ASP .NET" you program in ASP.NET
because, well, that's
huh?
Chris W. Parker wrote:
hanmir!!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have downloaded the win32 binaries 4.3.2 and the installer. When I run the
installer I get "Could not initialize installation. File size
expected=1060020, size returned=90139." I downloaded the two windows files
"php 4.3.2 zip package [6,107kb] and php 4.3.2 installer [1,035kb] I have
tried to ru
p://www.php.net/manual/en/function.curl-setopt.php
>
>
> On Tue, 5 Aug 2003 01:04:42 +0100, John Ryan <[EMAIL PROTECTED]> wrote:
>
> > theres this site i want to use to execute a command by visting a url.
> > like
> > http://www.site.com/stuff.php?id=1234&messag
4.3.2
Ray Hunter wrote:
Technically, yes it should however, I think this is a bug...are you running
php 5b?
--
BigDog
- Original Message -
From: "John Nichel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 05, 2003 9:07 PM
Subject: [PHP] Comma
hardly. I've answered questions on this list that I thought the answer
could be easily found on google or php.net. Even more so, there are
questions on this list that are CLEARLY "this is what I need, can you
give me code." That is silly. What people should be asking is, "I
can't find the a
Can someone tell me why php waits for me to input something before it
prints out the first line of the code below? Shouldn't it echo out the
first line then wait for my input?
#!/usr/local/bin/php
echo ( "Enter MySQL admin username : [root] " );
$username = rtrim ( fgets ( STDIN ) );
echo ( "\
oh, haha!
John Manko wrote:
huh?
Chris W. Parker wrote:
hanmir!!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Many people over look this, but maybe you should contact publishers who
have PHP based books.
Would such books be needed if there wasn't a php market?
Cantact them regarding sales. Perhaps they will provide some numbers
regarding literature for
PHP and all open source publications.
Not to ment
http://www.google.com/search?hl=en&lr=&ie=UTF-8&oe=UTF-8&q=php+add+days+date&btnG=Google+Search
Donpro wrote:
I have a piece of code like so:
$today =- getdate();
I am looking for a function that will add a variable number of days and
return a valid date, i.e., the array elements for "mday", "m
bject:
Re: [PHP] PHP vs ASP.NET "formal opinions" request
From:
John Manko <[EMAIL PROTECTED]>
Date:
Sun, 10 Aug 2003 23:12:43 -0400
To:
Dan Anderson <[EMAIL PROTECTED]>
I hate to be the one to break it to you but this isn't the real
world. It's a senior projec
Is it possible to 'star out' the standard input (STDIN)? I'm having
users enter a password in, and would like it to display ** as they
are typing it in. Right now, I'm using
$pass = rtrim ( fgets ( STDIN ) );
And it just displays what they are typing.
--
By-Tor.com
It's all about the
e:
On Wednesday 06 August 2003 14:35, John Manko wrote:
perhaps there should be two lists (novice and advanced), and the
advanced listed shouldn't
answer questions if it's considered trivial enough for the novice list
to answer.
On many lists you get this kind of suggestion. Almost alw
make sure the process has terminated.
Lee Hanxue wrote:
Hi,
I am using $_SESSION and each php page has session_start() Session
Handling is working fine, except for one problem: when I close my
browser and re-open it again, I am still logged in.
I tested the log in and log out functions and th
I tend to think that PHP will take over the world
Just my $0.02.
Robert Cummings wrote:
Hitler began his conquest by taking a country here, a country there
while other countries sat around saying to each other oh he won't keep
doing it. Let's DO NOTHING! Obviously that plan was flawed -- and t
I've a string with a huge mySQL query, seperated by a semi-colon and then
line-break. You can't run this query staright to mySQL (and i dont want to
try), so Im trying to split up the query into, say, 100 mysql commands at a
time.
Is it possible to split up a string every 100 semi-colons it finds?
:[EMAIL PROTECTED]
> hello,
> you can use the split() method to break this up into pieces. Unless you
> are doing a large number of inserts on tables with several keys mysql
> will not be troubled too much by the number of queries you run.
>
>
> John Ryan wrote:
>
> >I&
just split up your total number of results ($num_rows) by the results per
page (10, i think) and create a for loop to loop from page1 to pagex,
creating a link with offset for each one.
simple.
"Ted Conn" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi I am new to this newsgroup a
Manual->HTTP->Header
Poon, Kelvin (Infomart) wrote:
Hi,
I know this topic was discussed but I deleted my previous mail so I can't go
back and review them. My question is, is there a faster way to redirect
html pages other than just using ? Is there any way we can do that in php so that it
red
Try it this way.
mail ( "$clubemail", "$subject", "$message", "From: $email\r\n" .
"Reply-To: $email\r\n" );
Notice the period (.) between the from and reply-to section, instead of
the comma, and the added newline (\r\n) after the reply-to address.
Vernon wrote:
All the email coming from a
Erik Price wrote:
BTW, I'm talking out my butt here.
I was wondering what that smell was. :o
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Henrik,
Why not use Smarty and create your own functions for your designers to
use? That's one of it's purposes, after all.
John
Henrik Hudson said:
> Hey List-
>
> Any one have some input on some good GUI WYSIWYG devel enviroments for
> creating PHP "scriptlets&q
Put square brackets after the name of your checkboxes.
Home
Office
etc
Then you will be able to access all the boxes checked on your post page
in an array
$_POST['list']
shaun wrote:
Hi,
I'm not sure if this is a PHP or a JavaScript question but I have found the
following code to e
list[]'][i].checked
or something along those linesmy JS is a bit rusty.
Shaun Thornburgh wrote:
John,
Thanks for your reply, but for the code to work the checkbox has to be
called 'list'
Shaun Thornburgh BSc Hons.
Assertia Ltd
-
Web : http://www.as
> speaking? I want to pick something "normal" they might
> encounter in their travels at www.php.net etc.
>
> Thanks,
> John
> compcanlit.ca
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lient, Eudora is not
accepting emails when I send mail to myself.
The HTML source which accesses the above .php code is:
http://www.up.net/~jolove/email.php
Many, many thanks in advance ...
John Love
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit:
lient, Eudora is not
accepting emails when I send mail to myself.
The HTML source which accesses the above .php code is:
http://www.up.net/~jolove/email.phps
Many, many thanks in advance ...
John Love
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe,
On Tuesday 25 March 2003 09:02 am, "skate" <[EMAIL PROTECTED]> wrote:
> leaving the connection open creates security questions,
> and also leaves resources open, what if a user closes his
> browser window, how do you know to close the connection?
So are you saying that persistent connections [ i.
PHP is extremely easy for an experienced programmer to pick
up quickly (assuming you know the basics of tcp/ip and web
architecture).
But experienced programmers also know the importance of the
KISS principle. Why rewrite a system when you can port it?
Kylix allows you to use Delphi on Linux.
> What i want to be able to do is determine if a certain
> user has watched a movie.
If you want to check the log to see if a single user has
viewed a particular movie, then include the user and movie
in the select statement:
select uid, mvid from mvlogtbl where uid = $userID and mvid
= $movi
RTFM
http://www.php.net/manual/en/install.windows.php
Download
http://www.php.net/downloads.php
For Apache
http://httpd.apache.org
For MySQL
http://www.mysql.com
Daniel Perry wrote:
Dear Sir
I require a complete installation package if possible. I am operating
XP Pro, but unfortunately n
t you do on a per file basis and is much
cheaper for small jobs
Cheers
John Wards
SportNetwork.net
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
How do I capture standard input?
$name = STDIN;
echo ( "Hello " . STDIN . "\n" );
?>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
e
echo ( "Hello " . $name . "\n" );
John Nichel wrote:
How do I capture standard input?
$name = STDIN;
echo ( "Hello " . STDIN . "\n" );
?>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
if I do a...
$name = fread ( STDIN, sizeof ( STDIN ) );
I only get back the first character entered. How do I accept exactly
what is entered?
Leif K-Brooks wrote:
STDIN is a file reference. Use the standard file functions (fread,
for example) on it.
John Nichel wrote:
How do I capture
I did that orginally, but it waits for me to enter 255 characters before
closing the freadno matter how many times I hit enter.
Benny Pedersen wrote:
On Wednesday 02 April 2003 03:17, John Nichel wrote:
if I do a...
$name = fread ( STDIN, sizeof ( STDIN ) );
$name = fread ( STDIN, 255
Duh.
fgets, not fread
echo ( "What is your name?\n" );
$name = fgets ( STDIN );
echo ( "Hello, " . $name );
John Nichel wrote:
I did that orginally, but it waits for me to enter 255 characters before
closing the freadno matter how many times I hit enter.
Benny
http://www.php.net/manual/en/language.variables.scope.php
http://www.php.net/manual/en/language.variables.external.php
Before PHP 4.2.0 the default value for register_globals was on. And, in
PHP 3 it was always on. The PHP community is encouraging all to not rely
on this directive as it's prefer
http://www.php.net/manual/en/language.variables.external.php
This creates variables $_GET['sub_x'] and $_GET['sub_y'] containing the
X/Y cordinate where the button was clicked (assuming it was GET method
fo
Well you can ignore it if you don't need the X/Y cord... But you can use
it to make sure the button was clicked:
If(!$_GET['sub_x'] || !_GET['sub_y']) {
// display form
} else {
// it was submitted
-~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~-
utomatically be destroied. If you want to force a variable to be
destroied, just unset() it.
So No it's not possible to "orphan" any object or variable in PHP.
John
-~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~-
John Coggeshall
john at coggeshall
and then determines how many of those sessions are 'logged in'
John
-~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~-
John Coggeshall
john at coggeshall dot org http://www.coggeshall.org/
-~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~-
yes, that's what I meant :) sorry if I was unclear... if any references
to a given variable still exist then the variable is not destroied in
memory.
-Original Message-
From: Leif K-Brooks [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 03, 2003 12:55 AM
To: John Coggesha
>Note that any errors will be chucked back to the terminal in HTML.
Only if you are using the CGI version of PHP. The CLI version prints
errors, etc without HTML.
John
-~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~-
John Coggeshall
john at coggeshall dot
>I'm sure there's a function for outputting a number in hex.
$number = 1234;
Printf("Hexadecimal number: 0x%X", $number);
Output:
Hexadecimal number: 0x4D2
John
-~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~-
John Coggeshall
joh
Chances are register_globals is off...
Try using $_POST['UserName'] instead of $UserName
John
-~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~-
John Coggeshall
john at coggeshall dot org http://www.cogg
He's wrong.
John
-~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~-
John Coggeshall
john at coggeshall dot org http://www.coggeshall.org/
-~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~-
>-Original Message-
>Fro
>Parse error: parse error in
>/local/Web/sites/talks/presentations/slides/php5intro/namespace.php on
>line 2*
>
>*Is this how it should work? ;-)*
In Sterling's Defense, the server running this code isn't PHP5 :) Hence,
some of the e
Dude, disable requesting for a receipt when your email is read.
Mario Soto wrote:
This function will help me to other suff that I wanted to do. Thank you.
That is the main reason of the mailing lists, learn of others, in this case, from others in a lot of different countries around the world on a
#x27;s an example:
http://www.latelets.com/cal.php3?month=6&year=2003&ct_ref=20981&type=branded
I'm also looking for an easy way to update it, where you click on the day or
an icon and it changes state from 'unknown' to 'available' to 'not
available
PS I have not yet checked http://www.phpclasses.org (waiting for log in
details to come through), though I've looked through recent threads.
-Original Message-
From: Dillon, John
Sent: 05 June 2003 11:59
To: [EMAIL PROTECTED]
Subject: Calendar showing availability of apartments/h
See:
http://www.php.net/manual/en/function.is-numeric.php
Well I want to check that the format is a number. Because it's
currency, I want to double check to see if there are any $s or similar,
and strip them (maybe trim?). And I want to convert the number from a
string to a number -- which is
ET($_POST["${"altid" . $thisid}"])){
$checkedalts[$x] = $thisid;
$checkedalts[$y] = ${"altprice" . $thisid};
$x=$x+2;
$y=$x+1;
}
}
The HTML before submission is (without the
Tha
I'm new to working with complex arrays/objects and need a little help.
Below is the array I need to convert to a different type of array. The
"begin what i have" section is data I've succesfully mined from an XML file.
The data labeled "desired output" is how I need the data to be formatted.
How d
em being turned on then it
will fail.
You can check the setting by either looking at the php.ini file in an
editor or by running the following on your webserver:
Good luck
- John Zimmerman
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> I have the following code:
>
> " select * from table1 t1, table 2 t2 where t1.username =
> 't2.domain/t2.username' "
>
>
> ** how do I concatenate the two values, to compare it to
> that of table 1. i.e. prgn/jason = prgn/jason and not
> 'prgn/jason' = 'prgn' divided by 'jason'?
>
>
> Please help.
>
> -john
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Saturday 31 May 2003 07:41 am, Canadaka wrote:
> Me and a friend have been trying to make a php ftp
> client,
I'm confused. Do you literally mean an FTP client that is
written in PHP (thus requiring PHP to be installed on each
client machine)?
Or do you mean a PHP generated HTML-based page,
d the \? The HTML for ' is ' if that helps. I've looked at ASCII
in google, but am unenlightened. Can't find the answer in php.net under
mail() function either.
John
http://www.cantor
or that occurred was $php_errormsg";
// Do test on the error message here
}
Although that won't be absolutely full-proof (since there is no absolute
which says that the error message "failed to open stream: HTTP request
failed! HTTP/1.0 404
echo "Invaild Time.\n\n";
}
?>
Regards,
John
--
-~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~-
John Coggeshall
john at coggeshall dot org http://www.coggeshall.org/
-~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--
Are you using PHP 4.3.2? Try upgrading :)
John
On Tue, 2003-06-03 at 05:23, Diana Castillo wrote:
> I use @getimagesize to resize pictures that I get from a url which comes
> from a database which is always changing. The problem is that sometimes the
> url does not contain the pict
On Wed, 04 Jun 2003 03:08:00 -0400, Monty wrote:
>I've decided to require that members for a site need to have cookies enabled
>in their browsers to sign-up and use the site. Is there a graceful way to
>deal with this when users who have cookies off try to sign-up or log-in to
>the site?
You can
all site.
Cheers
John Wards
SportNetwork.net
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
w times so we
had to stop using it, we are now on linux and are busy installing it again)
120+ page manual
HTH
Cheers
John Wards
SportNetwork.net
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
you don't
> have any advertisements for Cyprus it would get the Greek ones
> automatically?
>
> (or am I asking too much now?)
Both have geocoding ablity but you have to pay for it in both cases.
Cheers
John
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe,
Hi,
I'm trying to configure php with xpm ( --with-xpm-dir=/usr/X11R6 ),
and I keep getting this error
configure: error: Problem with libXpm.(a|so) or libX11.(a|so). Please
check config.log for more information.
config.log has this...
configure:35198: checking for the location of libXpm
I have error reporting set to E_ALL, but no matter what I do, no errors
display. Is there somewhere else in the .ini that I have to set something?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Belay this question. Found it.
display_errors = On
John Nichel wrote:
I have error reporting set to E_ALL, but no matter what I do, no errors
display. Is there somewhere else in the .ini that I have to set something?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit
Alex Earl wrote:
I have error reporting set to E_ALL, but no matter what I do, no errors
display. Is there somewhere else in the .ini that I have to set
something?
I believe there is a print_errors or show_errors directive in the php.ini
file. Check on php.net for sure.
Alex
Thanks guys.
--
PH
On PHPBuilder.com, they have functions listed for Vmailmgr in their
manual, whereas on PHP.net, no such functions exist. Do these functions
exist but not documented on PHP.net?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Matt Palermo wrote:
I need this newly created file to have write permissions - chmod 777.
First, if you just need to write to it, don't chmod it to 777 (you're
giving rwx across the board doing that). Who needs to write to the
file? The webserver only? Then set the permissions to 600, assuming
Change error reporting in the php.ini to NOT include notices.
Echo out the variable
echo ( $_POST['fname'] );
All the notice is telling you is that $HTTP_POST_VARS['fname'] doesn't
exist, which it isn't if you haven't posted it to this page.
Daniel J. Rychlik wrote:
I read the document 4 t
On Friday 13 June 2003 03:00 pm, you wrote:
> On Saturday 14 June 2003 02:19, Jacob Marble wrote:
> > Amen; machine-translators are no good for something
> > that you don't want confused.
> > ie- english "season" could be "sazon" or "estacion" in
> > Spanish, which mean two different things.
>
> Ne
d want a system that included a facility
to edit the XML document as well as read it. This would be
used in the user's interface for editing his content. I
would think an easy first step would be to recreate (or
reassemble) the XML document after each edit session.
--John
On Friday 13 June
Ryan A wrote:
What can i say?
if you aint living on the edge you're taking up too much space
I reccomend you don't talk about cracking Zend software on a list owner
by Zend...
Living on the edge is one thing. Biting the hand that feeds you is another.
As for the topic on hand, for Windows
Merry--
No, it's not working.
Does your Apache httpd.conf file load the PHP modules?
Try changing your tags from to
Try a page that contains only this one line:
Good luck.
--John
On Sunday 15 June 2003 01:09 am, Khoo Merry wrote:
> I'm using windows me, server apache 1.3
There's Programming PHP by Rasmus Lerdorf and Kevin Tatroe (O'Reilly).
It's the only one I have, and have been satisified with it. I was
already a year or so into php when I got it, and use it mainly as a
reference, so I don't know how good it is for beginners.
Mark McCulligh wrote:
Hi Other P
Jaap van Ganswijk wrote:
Some of the O'Reilly books that I thought were
not perfect:
- All books about Perl. Now that we have nice
c-like script languages like PHP, Python and
Javascript who still wants to study the mess
that Perl is?
The O'Reilly Perl books are considered to be like Perl
John W. Holmes wrote:
Vernon wrote:
Not for nothing, but every time I post to this group I get treated
poorly.
It has to do with php and I've already gotten an answer from this
group, off
the PHP web site no less!
http://www.php.net/manual/en/faq.html.php#faq.html.javascript-variable
Do
Justin French wrote:
Vernon,
If you ONLY wanted to know how to deal with JavaScript variables in PHP,
then perhaps you should have limited your question to just that. Your
question asked about screen resolutions, which is totally a discussion based
around JavaScript.
If you wanted to know about J
Leif K-Brooks wrote:
Mark Clarkstone wrote:
hey everyone do any of you people use mod_l33t? I do it rocks you can
have
about 1000 sites on your comp with their own domain & your ram won't
even go
down 1mb. its easy to setup & its very cool
email me or post if you want of info
1) This has abso
Doug Essinger-Hileman wrote:
When I include in my html
code, I get a parse error. The version is 4.1.2; phpinfo() reports
that XML support is turned on. Can anyone help with this?
Doug
Do you have short tags disabled in you php.ini? If not, try turning it
off, and restarting your web server.
J J wrote:
What tools do you recommend or use for a team
environment that will allow us to maintain source
control and even offer some version tracking/history
in case we need to go back to old code?
We need the ability to check-in and check-out files in
a team environment --- normally just HTML
> [snip]
> Like I said, I need a web host.
> It MUST support PHP, mySQl and sending emails, optional.
> It shouldn't have any ads (pop-ups, ads), but I will allow if it has
> watermarks (SMALL! watermarks).
> It should be TOTALY FREE!
> [/snip]
Not that we really want to attract losers who can't us
I've got an array in the following format:
Array ( [Jan-1999] => 36.04,140.35,319.53,324.07 [Feb-1999] =>
1.78,71.78,320.58,141.97 )
I need it in the following format:
$example_data = array(
array("Feb-1999",1.78,71.78,320.58,141.97),
array("Jan-1999",36.04,140.35,319.53,324.07)
);
I'm su
I need some information about an array structured as follows:
$example_data = array(
array("Mar-99",0,0,5945.33,0),
array("Feb-99",0,0,47648.90,0),
array("Jan-99",0,0,13365.52,0)
);
I need to know the largest number in the array.
I need to know how many sets of numbers there are, ie how many comma
Where the heck is my problem? No matter what the value for *_color is
always 1!!!
$example_data = array(
array("Mar-99",100,2000,5945.33,1234,10),
array("Feb-99",908,3454,47648.90,4321,50),
array("Jan-99",542,8000,13365.52,6012,60)
);
$high = 47648.90;
if(!isset($num))
{
$num = 1;
}
whi
voices.sitellite.org/phpinfo.php
Anyone seen this before? Anyone know of a solution?
Thanks in advance,
Lux
--
John Luxford
President and Chief Developer
__
SIMIAN systems
Driving Web Content Management
__
web : http://www.simian.ca/
emai
,
Lux
On Thursday, June 26, 2003, at 11:38 AM, Ford, Mike [LSS] wrote:
-Original Message-----
From: John Luxford [mailto:[EMAIL PROTECTED]
Sent: 26 June 2003 16:44
I'm having a really strange output problem that I can't figure out.
The problem is that a few characters appear prepended
Hmph, just not quite doing the trick... If you'd be so kind here is the
complete source to give you a little bigger picture. As you can probably
see the point of the script is to generate a bar chart of the array.
Thanks so much for the help, let me know what you think!
-John
Unt
301 - 400 of 5810 matches
Mail list logo